a:link {  text-decoration: none}
a:visited {  text-decoration: none}
a:active {  text-decoration: underline}
a:hover {  text-decoration: underline}


.justif {  text-align: justify}


/* Couleurs liens*/
a.LienFondNoir:link { color:#CCCCCC }
a.LienFondNoir:visited { color:#CCCCFF }
a.LienFondNoir:active { color:#CC0033;  text-decoration: underline }
a.LienFondNoir:hover { color:#CC0033;  text-decoration: underline }
.LienFondNoir { }

.LienFondNoirsouligne { color: #FFFFFF; text-decoration: underline}

/* Formulaires  */
.deroulant8 {	COLOR: black; FONT-FAMILY: Verdana, Arial, Helvetica; FONT-SIZE: 8pt; FONT-WEIGHT: normal}

.surligneMarron {  background-color: #996633}