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

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

p, li, ul, ol { color:; font-size: 11px; line-height: 14px; text-align: justify; font-family: "Trebuchet MS" }
td, th        { color:#FFFFFF; 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"; background-color:#efefef; border-width:thin;   }
option { color:#333333; font-size: 11px; font-family: "Trebuchet MS" }
 
/* Liens par défaut du site */
a:link    { color:#FF6633; text-decoration: none; }
a:active  { color:#FF6633; text-decoration: none; }
a:visited { color: #FF6633; text-decoration: none; }
a:hover   { color:#FF0000; font-weight:normal; text-decoration: underline; }

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

/* lien du site en GRAS */
.biglink         { color:#FF6633; font-size: 12px; font-weight: bold; text-decoration: none; line-height: 14px }
.biglink:link    {color: #FF6633; font-size: 12px; font-weight: bold; text-decoration: none; line-height: 14px}
.biglink:active  {color: #FF6633; font-size: 12px; font-weight: bold; text-decoration: none; line-height: 14px}
.biglink:visited {color: #FF6633; font-size: 12px; font-weight: bold; text-decoration: none; line-height: 14px}
.biglink:hover   {color:#FF0000; font-size: 12px; font-weight: bold; text-decoration: none; line-height: 14px}

/*  Titres et sous-titres et caractères gras de la page , SANS lien!! */
.bigtitle    { color:#FFFFFF; font-size: 15px; font-weight: bold; line-height: 14px }
.title       { color:#efefef; font-size: 13px; font-weight: bold; line-height: 30px }
.stitle      {color:#FF6600; font-size: 12px; font-weight: bold; line-height:18px}
.normalgras  {font-weight: bold; color:#FF6600}
.couleur     {color:#FF9933}

/* 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:17px; font-weight:normal;}
.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:#FF9966; text-decoration: none;font-size:17px; font-weight:normal; }

