@charset "iso-8859-1";


/*Les liens du site*/
A {text-decoration: none; color: #000000; text-transform:none;} 
A:HOVER {text-decoration : underline; color: #00CCFF; text-transform:none;} 
A:ACTIVE {text-decoration: none; color: #00CCFF; text-transform:none;} 
A:VISITED {text-decoration: none; color: #999999; text-transform:none;}


/*Les couleurs des champs*/
TD.bleu {
COLOR: #3399CC;
}
TD.vert {
COLOR: #339966;
}


/*Les couleurs des lignes*/
TR.ble {
COLOR: #3399CC;
}
TR.ver {
COLOR: #339966;
}


/*Les balises de titre*/
H1 {
margin-bottom: 0px; margin-top: 0px;
font-family: Arial;
font-size: 14px;
COLOR: black;
position: relative;
visibility: visible;
	}

H2 {
	}


/*Configuration COULEUR POLICE TAILLE EFFET*/
.TITRE {color:#000000; font-family:verdana; font-size:12px; font-weight:bold; text-decoration:none; position:relative; visibility:visible;}
.TITREBLANC {color:#ffffff; font-family:verdana; font-size:12px; font-weight:bold; text-decoration:none; position:relative; visibility:visible;}
.TITREVERT {color:#339966; font-family:verdana; font-size:12px; font-weight:bold; text-decoration:none; position:relative; visibility:visible;}

.UTITRE {color:#000000; font-size:12px; font-family:verdana; font-weight:bold; text-decoration : underline;}
.UTITREBLANC {color:#ffffff; font-size:12px; font-family:verdana; font-weight:bold; text-decoration : underline;}
.UTITREVERT {color:#339966; font-size:12px; font-family:verdana; font-weight:bold; text-decoration : underline;}

.TEXT {color:#000000; font-size:10px; font-family:verdana; font-weight:normal;}
.TEXTBLANC {color:#ffffff; font-size:10px; font-family:verdana; font-weight:normal;}
.TEXTVERT {color:#339966; font-size:10px; font-family:verdana; font-weight:normal;}

.BTEXT {color:#000000; font-family:verdana; font-size:12px; font-weight:bold;}
.BTEXTBLANC {color:#ffffff; font-family:verdana; font-size:12px; font-weight:bold;}
.BTEXTVERT {color:#339966; font-family:verdana; font-size:12px; font-weight:bold;}


