/*COULEUR FOND ET BORDURE */
body {
background-color: #ffffff;
scrollbar-base-color:#ffffff;
scrollbar-arrow-color: #000000;}
td,body {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color:#000000;}


/*LIENS*/
A { color: #330000;font-weight: bold;text-decoration:none;}
A:hover { color: #FF9900;font-weight: bold;text-decoration:underline;}
.menuFooter {font-size: 10px;font-weight: normal; color: #B5DC10; ; text-decoration: none}
.menuFooter:hover {font-size: 10px;font-weight: normal; color: #000000; ; text-decoration: underline}
.lienFooter {font-size: 10px;font-weight: normal; color: #B5DC10; ; text-decoration: none; letter-spacing: 2px;}
.lienFooter:hover {font-size: 10px;font-weight: normal; color: #000000; ; text-decoration: none; letter-spacing: 2px;}

.lienFooter2 {font-size: 10px;font-weight: normal; color: #ffffff; ; text-decoration: none; letter-spacing: 2px;}
.lienFooter2:hover {font-size: 10px;font-weight: normal; color: #ffffff; ; text-decoration: underline; letter-spacing: 2px;}

/* DIV */
.divContenu{
overflow: auto;
width: 910px;
height: 300px;
padding: 2px;
text-align: justify;
background-color: #ffffff;
scrollbar-base-color:#5B0718;
scrollbar-arrow-color: #ffffff;
}

/*MISE EN VALEUR DE TEXTE*/
h1{
font-size: 14px;
font-weight: bold; 
}

.img {border:1px; border-thickness: 1px; border-color: #990066; border-style: solid;}


/*TABLEAUX*/
.tabDesc{color:#B5DC10; font-weight: bold; letter-spacing: 2px;}

.tabFond1{border-color: #BB0000; border-width:1; border-style:solid; padding:2;}

.tabTitre1{
font-size: 12px;
background-color: #5B0718; 
color: #ffffff;  
font-weight:bold; 
padding:4;}


