/*************************************** MENUS GAUCHE ******************************************/

/* Tout le menu de gauche */
.menu_gauche {
	padding: 12px 0 0 0;
	font-weight: bold; 
	color: #ffffff;
}

/* Titre d'une rubrique du menu de gauche */
.menu_gauche_titre {
	color: #ffffff;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-decoration: none;
	margin: 0 0 0px 4px;
	padding:0 0 0 0;
    font-size : 17px;
	text-align:center;
	
}
.menu_gauche_titre a{
	color: #ffffff;
    font-size : 17px;
	padding: 15px 0px 0px 0px;
	height:60px;
	width:168px;
	background-image: url('../images/interface/buttonon.jpg');
	background-repeat:no-repeat;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-decoration: none;
	display: block;
	vertical-align:middle;
}
.menu_gauche_titre a:hover{
	color: #ffffff;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-image: url('../images/interface/button.jpg');
	font-weight: bold;
	text-decoration: none;
}

/* Titre d'un chapitre du menu de gauche */
.menu_gauche_sstitre {
	padding: 0 0 4px 0;
	font-size : 11px;
	font-weight : normal;
	color : #0D509F;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.menu_gauche_sstitre a {
	margin :  2px 0px 2px 2px;
	padding:  2px 0px 2px 2px;
	font-size : 11px;
	color : #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}
.menu_gauche_sstitre a:hover {
	margin :  2px 0px 2px 2px;
	padding:  2px 0px 2px 2px;
	font-size: 11px;
	color : #0D509F;
	text-decoration : none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}





