/*************************************** MENUS GAUCHE ******************************************/

/* Tout le menu de gauche */
.menu_gauche {
	width: 161px;
	display: block;
	padding: 0px;
	font-weight : bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background-color: #DCD0C9;
	height: 100%;
}

/* Tout lien du menu de gauche */
.menu_gauche a {
	margin : 5px 0px 2px 1px;
	padding: 0px 2px;
	display : block;
	font-size : 11px;
	color:#000000;
	background-image: url(../images/interface/menu_02.jpg);
	background-repeat: repeat-y;
	
}

/* Tout lien survolé du menu de gauche */
.menu_gauche a:hover { 
	font-size:11px; 
	color:#90515B; 
}

/* Titre d'une rubrique du menu de gauche */
.menu_gauche_titre {
	margin: 0px;
	padding: 0px;
	display : block;
	font-size: 12px;
	height: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #47000C;
	text-decoration: none;
}
.menu_gauche_titre a{
	display: block;
	margin: 0px;
	color: #47000C;
	font-size: 12px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-left: 12px;
	font-weight: bold;
}
.menu_gauche_titre a:hover{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/interface/ecu-on.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	font-weight: bold;
}

/* Titre d'un chapitre du menu de gauche */
.menu_gauche_sstitre {
	margin : 0px 0px 5px 5px;
	padding: 0px 2px 0px 2px;
    font-size : 11px; 
	font-weight : bold;
	color : #90515B; 
}
