/*COULEUR FOND ET BORDURE */
body {
background-color: #4B2F24;
scrollbar-base-color:#B5190D;
scrollbar-arrow-color: #F0E18C;}
td,body {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color:#403C2F;}

/*LIENS*/
A { color: #403C2F;font-weight: bold;text-decoration:none;}
A:hover { color: #990000;font-weight: bold;text-decoration:underline;}

/* MENUS */
.menuFooter { font-size: 10px;font-weight: normal; color: #F0E18C; ; text-decoration: none; letter-spacing:1px;}
.menuFooter:hover { font-size: 10px;font-weight: normal; color: #ffffff; ; text-decoration: none; letter-spacing:1px;}
.menuFooterSelect { font-size: 10px;font-weight: normal; color: #ffffff; ; text-decoration: none; letter-spacing:1px;}

.lienFooter { font-size: 10px;font-weight: normal; color: #B5101E; ; text-decoration: none; letter-spacing:2px;}
.lienFooter:hover { font-size: 10px;font-weight: normal; color: #F0E18C; ; text-decoration: none; letter-spacing:2px;}

/*MISE EN VALEUR DE TEXTE*/
hr{
color: #CC9900;
background-color: #CC9900;
height: 1px;
border: 0;}

h1{
font-size: 14px;
font-weight: bold; 
}

h2{
font-size: 14px;
font-weight: bold; 
letter-spacing: 2px; 
}

h3{
font-size: 16px;
font-weight: bold; 
color: #4B2F24;}

.txtPetit{font-size: 10px;}
.img {border:1px; border-thickness: 1px; border-color: #990066; border-style: solid;}


/*TABLEAUX*/
.tabCadre{ border-color: #F0E18C; border-width:1; border-style:solid; padding:2;}
.tabMenu {background-color: #ffffff; background: url(../images/bg_menu.gif) left top repeat; padding: 0px; }
.tabContenu {background-color: #ffffff; background: url(../images/bg_contenu.gif) left top repeat; padding: 0px; }
.bordure_G { background: url(../images/G.gif) left top repeat; padding: 0px; }
.bordure_D { background: url(../images/D.gif) left top repeat; padding: 0px; }
.tabDesc{color:#B5101E; font-weight: bold; letter-spacing:2px;}

.tabFond1{background-color: #FFFADC; border-color: #F4EDC4; border-width:2; border-style:solid; padding:2;}
.tabFond2{background-color: #ffffff; border-color: #ff9900; border-width:1; border-style:solid; padding:2;}
.tabFond3{border-color: #CC9900; border-width:1; border-style:solid; padding:10;}

.tabTitre1{
font-size: 15px;
letter-spacing: 1px;
background-color: #4B2F24; 
color: #F0E18C;  
font-weight:bold; 
padding:4;}

.tabTitre2{
font-size: 15px;
letter-spacing: 1px;
background-color: #CC9900; 
color: #FFE18B;
font-weight:bold; 
padding:4;}

.tabCouleur1{background-color: #FFE7C4; color: #333333; padding:3;}
.tabCouleur2{background-color: #FFE7C4; color: #333333; padding:3;}

/*DIVS*/
.divContenu{
overflow: auto;
width: 700px;
height: 540px;
padding: 0px;
text-align:left;
}

