/* On enlève les bordures sur les images... */
img { border: 0;}

/* Style général de la page */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url("images/background.png");
}

/* Liens du menu horizontal */
a.menuhorizontal:link { 
text-decoration: none; 
font-weight: bold; 
color: #cdcdcd; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px }
a.menuhorizontal:visited { 
text-decoration: none; 
font-weight: bold; 
color: #cdcdcd; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px }
a.menuhorizontal:hover { 
color: #d0d0d0 }
a.menuhorizontal:active { 
color: #cdcdcd }

/* Liens du menu vertical */
a.menuvertical:link { 
text-decoration: none; 
font-weight: normal; 
color: #b0b0b0; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px }
a.menuvertical:visited { 
text-decoration: none; 
font-weight: normal; 
color: #b0b0b0; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px }
a.menuvertical:hover { 
color: #d0d0d0 }
a.menuvertical:active { 
color: #b0b0b0 }

/* Liens du footer */

a.footer:link { 
text-decoration: none; 
font-weight: normal; 
color: #b0b0b0; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px }
a.footer:visited { 
text-decoration: none; 
font-weight: normal; 
color: #b0b0b0; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px }
a.footer:hover { 
color: #d0d0d0 }
a.footer:active { 
color: #b0b0b0 }

.texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #cdcdcd;
}

TD {
    color: #cdcdcd;
    font-family: Arial;
    font-size: 10pt}

.texteheure {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #cdcdcd;
}

.textecopyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #cdcdcd;
}
.textefooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #cdcdcd;
}

.titreblanc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #cdcdcd;
}
.titresite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #cdcdcd;
}

.logoblanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #cdcdcd;
}
.recherche {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	background-color: #333333;
}
.titregris {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #999999;
}

.commentaire {
    COLOR: #cdcdcd;
    font-size: 9pt;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none}
	
.pseudoemail {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #cdcdcd;
}

P {
    COLOR: #bababa;
    FONT-FAMILY: Arial;
    FONT-SIZE: 10pt}
	
/* Liens généraux <p> */
a:link {
	color: #bababa;
	FONT-WEIGHT: bold;
	text-decoration: underline;
}
a:visited {
	color: #bababa;
	FONT-WEIGHT: bold;
	text-decoration: none;
}
a:hover {
	color: #bababa;
	FONT-WEIGHT: bold;
	text-decoration: none;
}
a:active {
	color: #bababa;
	FONT-WEIGHT: bold;
	text-decoration: none;
}
