a {
	color: #041f27;
	text-decoration: none;
}
a:hover {
	color: #041f27;
	text-decoration: none;
}
a img {border: 0px solid #041f27} /* This is image border; set to page
background color; white */
a:hover img {border: 0px solid #041f27} /*this is the highlight color;
gold*/
a:active img, a:focus img {border: 0px solid #041f27}

p {
text-align: justify;
}

.player{margin:0px;padding:0px;z-index:5;background:#fff;}
.video_container_hd .video{width:640px;}

body {
	background-color: #041f27;
	font-family: Helvetica ;
	color: white ;
	font-size: 11pt ;
	line-height:14px;
	font-weight: 100;
	font-stretch: ultra-condensed;/*ne fonctionne pas encore*/
}

.current {
	color: #a81212 ;
}
.lienstxt{
	color: #a81212 ;
	font-size: 11pt ;
}

td img {display: block;}

td {
	text-align:center;
}

.alignright {
	text-align:right;
}

/*.toto {
	background-color: #072b35;
	font-family: Helvetica ;
	color: white ;
	font-size: 18pt ;
	font-variant: small-caps;
	font-weight: 100;
	font-stretch: extra-expanded;
}




    "font-family" = la famille de polices
    "font-size" = la taille de police (ou corps)
    "font-style" = le style de police
    "font-variant" = la variante de police normal ou small-caps
    "font-weight" = l'étirement de police 100 à 900
    "font-stretch" =chasse de la police


.s1 {  font-stretch: ultra-condensed }
.s2 {  font-stretch: extra-condensed }
.s3 {  font-stretch: condensed }
.s4 {  font-stretch: semi-condensed }
.s5 {  font-stretch: semi-expanded }
.s6 {  font-stretch: expanded }
.s7 {  font-stretch: extra-expanded }
.s8 {  font-stretch: ultra-expanded }
*/
