/*COULEUR FOND ET BORDURE */
body {
background-color: #D4DBDC;
scrollbar-base-color:#D4DBDC;
scrollbar-arrow-color: #ffffff;}
td,body {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color:#534842;}


/*LIENS*/
A { color: #4A575F;font-weight: bold;text-decoration:none;}
A:hover { color: #4A575F;font-weight: bold;text-decoration:underline;}
.lienFooter {font-size: 10px;font-weight: normal; color: #E3DEDB; ; text-decoration: none}
.lienFooter:hover {font-size: 10px;font-weight: normal; color: #4A575F; ; text-decoration: none;}



/* MENUS */
.menuSelect {font-weight: bold; color: #000000; ; text-decoration: none}
.menuFooter {font-size: 11px;font-weight: normal; color: #ffffff; ; text-decoration: none}
.menuFooter:hover {font-size: 11px;font-weight: normal; color: #4A575F; ; text-decoration: none}
.menuFooterSelect { font-size: 11px;font-weight: normal; color: #4A575F; ; text-decoration: none}
.menuFooterAccueil {font-size: 11px;font-weight: normal; color: #990000; ; text-decoration: none}
.menuFooterAccueil:hover {font-size: 11px;font-weight: normal; color: #ff9900; ; text-decoration: underline}



/* DIV */
.divContenu{
overflow: auto;
width: 675px;
height: 484px;
padding: 2px;
background-color: #ffffff;
scrollbar-base-color:#D4DBDC;
scrollbar-arrow-color: #534842;
}

.divNews{
overflow: auto;
width: 675px;
height: 500px;
padding: 2px;
background-color: #ffffff;
scrollbar-base-color:#D4DBDC;
scrollbar-arrow-color: #534842;
}

.divOffres{
overflow: auto;
width: 640px;
height: 280px;
padding: 2px;
background-color: #EBEFF0;
scrollbar-base-color:#E1E6E7;
scrollbar-arrow-color: #4A575F;
}

.divPostuler{
overflow: auto;
width: 600px;
height: 400px;
padding: 2px;
background-color: #F5EEEA;
scrollbar-base-color:#D4DBDC;
scrollbar-arrow-color: #534842;
}

/*MISE EN VALEUR DE TEXTE*/
h1{
font-size: 14px;
font-weight: bold; 
}

.titrePage{
font-size: 13px;
font-weight: bold; 
color: #4A575F;}

.txtTitre1{font-size: 20px; font-weight: bold; color: #990066;}
.txtTitre2{font-size: 14px; font-weight: bold; color: #f6c717; font-style:italic;}
.img {border:1px; border-thickness: 1px; border-color: #990066; border-style: solid;}


/*TABLEAUX*/
.tabDesc{color:#7B7257; font-weight: bold;}

.tabFond1{background-color: #E4ECEE; color: #4A575F; border-color: #4A575F; border-width:1px; border-style:solid; padding:2px;}
.tabTitre1{background-color: #AFBABF; font-weight: bold; color: #ffffff; }
.tabTitre2{background-color: #8998A1; font-weight: bold; color: #ffffff; }
.tabCouleur1{background-color: #CFDADC; color:#4A575F;}
.tabCouleur2{background-color: #CFDADC; color:#4A575F;}


