/* CSS Document */
/* Fond noir #000000 écriture en blanc #FFFFFF */

body { background-color:#f5deb3 ; margin: 0em; }

p, li, ul, ol { color:#000000; font-size: 11px; line-height: 14px; text-align: justify; font-family: "Trebuchet MS" }
td, th        { color:#000000; font-size: 11px; line-height: 14px; text-align: justify; font-family: "Trebuchet MS" }
select, input, textarea { color:#000000; font-size: 11px; font-family: "Trebuchet MS" }
option { color: #000000; font-size: 11px; font-family: "Trebuchet MS" }
 
/*option { color: #333333; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif }
select, input, textarea { color: #333333; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif }*/


/* Lien du site en clair sur fond noir*/

a:link { color:#FF6600; text-decoration: none; }
a:active { color:#FF6600; text-decoration: none; }
a:visited { color: #FF6600; text-decoration: none; }
a:hover { color:#FF6600; font-weight:normal; text-decoration: underline; }





/* liens du menu de navigation */
.hnav  { color:#000000; font-size: 11px; text-decoration: none; line-height: 14px }
.hnav:link  { color:#000000; font-size: 11px; text-decoration: none; line-height: 14px }
.hnav:active { color: #000000; font-size: 11px; text-decoration: none; line-height: 14px; font-weight:bold; }
.hnav:visited { color: #000000; font-size: 11px; text-decoration: none; line-height: 14px }
.hnav:hover { color: #000000; font-size: 11px; text-decoration: none; line-height: 14px ;font-weight:bold; }
/*
.hnav  {       color: #ffffff; font-size: 1em; text-decoration: none;  }
.hnav:link  {   color: #ffffff; font-size: 1em; text-decoration: none;  }
.hnav:active {  color: #ffffff; font-size: 1em; text-decoration: none;   }
.hnav:visited { color: #ffffff; font-size: 1em; text-decoration: none;  }
.hnav:hover {   color: #ffffff; font-size: 1em; text-decoration: none;   }*/

/* lien du menu de la page active en BLANC et ROUGE sur fond noir*/
.hnavactif  { color:#FF6633; font-size: 12px; font-weight: bold; text-decoration: none; line-height: 14px }
.hnavactif:link  { color: #FF6633; font-size: 12px; font-weight: bold; text-decoration: none; line-height: 14px }
.hnavactif:active { color: #FF6633; font-size: 12px; font-weight: bold; text-decoration: none; line-height: 14px }
.hnavactif:visited { color: #FF6633; font-size: 12px; font-weight: bold; text-decoration: none; line-height: 14px }
.hnavactif:hover { color: #FF6633; font-size: 12px; font-weight: bold; text-decoration: none; line-height: 14px }

.bigtitle { color: #000000; font-size: 15px; font-weight: bold; line-height: 14px }
.stitle {color:#000000; font-size: 12px; font-weight: bold; line-height:18px}
.normalgras {font-weight: bold}

/* Page de titre : petit blanc*/
.cvc-accueil-petit{font:"Courier New", Courier, mono; font-size: 0.7em ; color:#999999 ; text-weight: normal}

/* Titre de la première page*/
.cvc-titre:link { font-family:Verdana, Arial, Helvetica, sans-serif; line-height: 14px; color:#FFFFFF; text-decoration: none; font-size:17px; font-weight:normal;}
.cvc-titre:active {font-family:Verdana, Arial, Helvetica, sans-serif; line-height: 14px; color:#FFFFFF; text-decoration: none; font-size:16px; font-weight:bold;}
.cvc-titre:visited {font-family:Verdana, Arial, Helvetica, sans-serif; line-height: 14px; color:#FFFFFF; text-decoration: none; font-size:17px; font-weight:normal;}
.cvc-titre:hover {font-family:Verdana, Arial, Helvetica, sans-serif; line-height: 14px; color:#FFFFFF; text-decoration: none;font-size:16px; font-weight:bold; }

