/* CSS Document */

/****************  MENU  ******************/
.td_menu {            /*voir avec du rouge!!!! */
background : #D04F24;
text-align : center;
text-decoration:none;
}


/***************  LIENS  *******************/
A:link {
color : #000000;
font-family : Arial;
font-size : 50pt;
font-weight : bold;
text-decoration:none;
}
A:visited {
color : #000000;
font-family : Arial;
font-size : 10pt;
font-weight : bold;
text-decoration:none;
}
A:hover {
color:#333333;
font-family : Arial;
font-size : 10pt;
font-weight : bold;
text-decoration:none;
}
A:active {
color:#333333;
font-family : Arial;
font-size : 10pt;
font-weight : bold;
text-decoration:none;
}


/****************  TEXTE  *******************/
TD {
font-family:Verdana;font-size:8pt;color:#444444;
}


/**************  SCROLLBAR  *****************/
body{	
scrollbar-face-color: #778E73;
scrollbar-shadow-color: #003300;
scrollbar-highlight-color: #003300;
scrollbar-3dlight-color: #999999;
scrollbar-darkshadow-color: #DBB794;
scrollbar-track-color: #B8A89D;
scrollbar-arrow-color: #A52D05;
}


/**************  BORDURES  *****************/
.tabbordure { 
border:1px solid #CC3300;
}

.tabbordure1 { 
border:1px solid #666633;
}
