/* Couleurs de fond */
.fond {background-color: #FFFFFF}

.rouge {background-color: #8D0148}
.rougeclair {background-color: #B04E7F}
.gris {background-color: #767676}
.grisclair {background-color: #B0B0AF}
.gristclair {background-color: #E1E1E1}
.f_bleu_moyen {background-color: #B2B2DA}
.f_bleu_clair {background-color: #E4E4F2}
.f_rouge {background-color: #9C0F05}

/* Textes */
.titre {font-family: verdana; font-size: 15px; color: #8D0148; font-weight: normal}
.titreg {font-family: verdana; font-size: 15px; color: #767676; font-weight: normal}
.titreb {font-family: verdana; font-size: 15px; color: #FFFFFF; font-weight: normal}
.stitreg {font-family: verdana; font-size: 13px; color: #767676; font-weight: normal}
.texte {font-family: verdana; font-size: 11px; color: #8D0148; font-weight: normal}
.mtexte {font-family: verdana; font-size: 10px; color: #8D0148; font-weight: normal}
.ptexte {font-family: verdana; font-size: 9px; color: #8D0148; font-weight: normal}
.texteb {font-family: verdana; font-size: 11px; color: #FFFFFF; font-weight: normal}
.mtexteb {font-family: verdana; font-size: 10px; color: #FFFFFF; font-weight: normal}
.ptexteb {font-family: verdana; font-size: 9px; color: #FFFFFF; font-weight: normal}
.texteg {font-family: verdana; font-size: 11px; color: #767676; font-weight: normal}
.mtexteg {font-family: verdana; font-size: 10px; color: #767676; font-weight: normal}
.textej {font-family: verdana; font-size: 11px; color: #FDCC12; font-weight: normal}

/* Commun */
body {background-color: #FFFFFF}
.inter {font-family: verdana; font-size: 4px;}
.formfield {font-family: verdana; font-size: 9px; color: #767676}

/* Liens */
A {color: #8D0148; text-decoration: none}
A:hover {text-decoration: underline;}