/* CSS Document */
/* Fond rose #fad2b2 */

body { background-color:#fad2b2 ; margin: 0em;}
	
p, li, ul, ol { color:#333333; font-size: 11px; line-height: 14px; text-align: justify; font-family: "Trebuchet MS" }
td, th        { color:#333333; font-size: 11px; line-height: 14px; text-align: justify; font-family: "Trebuchet MS" }
select, input, textarea { color:#333333; font-size: 11px; font-family: "Trebuchet MS" }
option { color: #333333; font-size: 11px; font-family: "Trebuchet MS" }
 
/* Liens par défaut du site */
a:link { color:#CC0000; text-decoration: none; }
a:active { color:#CC0000; text-decoration: none; }
a:visited { color: #CC0000; text-decoration: none; }
a:hover { color:#CC0000; 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:#FF0000; 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 de la page , SANS lien!! */
.bigtitle { color: #333333; font-size: 15px; font-weight: bold; line-height: 14px }
.title { color:#CC0000; font-size: 13px; font-weight: bold; line-height: 30px }
.stitle {color:#333333; font-size: 12px; font-weight: bold; line-height:18px}
.normalgras {font-weight: bold}



