
	/*   FEUILLE DE STYLEs CSS DU MENU DE GAUCHE   */


/* Styles du corps du menu (marge, couleur et images de fond, barres de défilement) */

BODY {
scrollbar-face-color: #FFFFFF; 
scrollbar-highlight-color: #F0F0F7;
scrollbar-3dlight-color: #F0F0F7;
scrollbar-darkshadow-color: #F0F0F7 ;
scrollbar-shadow-color: #8C8CC8 ;
scrollbar-arrow-color: #2E1C86 ;
scrollbar-track-color: #F0F0F7 ;
background-color: #F0F0F7;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
}


/* image de fond du menu */

.fond {
	background: #F0F0F7 url(images_css/bandeau_menu.jpg) fixed no-repeat top left;
}


/* styles du texte et images des menus et sous-menus */

TD.accueil {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #2E1C86;
}
TD.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 900;
	color: #2E1C86;
	text-align: center;
	letter-spacing: -1px;
	vertical-align: middle;
	background: url(images_css/btn_menu.jpg) fixed no-repeat top left;
}
TD.droit {
	background: url(images_css/btn_menu_g.jpg) fixed no-repeat top left;
}
TD.bas {
	background: url(images_css/btn_menu_b.jpg) fixed no-repeat top left;
}
TD.ssmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: 900;
	color: #2E1C86;
	text-align: right;
	vertical-align: top;
}


/* Styles et couleurs pour les liens hypertexte  */

A:LINK {
	text-decoration: none;
	color: #2E1C86;
}
A:ACTIVE {
	text-decoration: none;
	color: #D8000A;
}
A:VISITED {
	text-decoration: none;
	color: #2E1C86;
}
A:HOVER {
	text-decoration: none;
	color: #D8000A;
}