<!-- Style du titre des pages -->
.titre{ font-weight : bold; font-style : italic; font-size : 18px; font-family:Verdana,arial,helvetica; }
.soustitre{ font-weight : bold; font-style : normal; font-size : 14px; font-family:Verdana,arial,helvetica; }
.paragraphe{font-weight : bold; font-style : normal; font-size : 10px; font-family:Verdana,arial,helvetica; }
.txtcontrat{font-style : normal; font-size : 10px; font-family:Verdana,arial,helvetica;}
.txtcontratgras{font-weight : Bold; font-style : normal; font-size : 10px; font-family:Verdana,arial,helvetica;}
.normal{}
.normalgras{ font-weight : Bold;}

.info{font-size : 10px; font-family:Verdana,arial,helvetica; }

<!-- Style des formulaires -->
.libelle{color:blue;}
.obligatoire{ font-weight : Bold; font-size : 12px; color : red; font-family:Verdana,arial,helvetica; }
.saisie{color : purple;}

<!-- Style des liens -->
A { color:blue; background-color: #ffffff;}
A:visited {color : blue; text-decoration : underline; }
A:link {color : blue; text-decoration : underline;}
A:active {color : purple; text-decoration : none; }

