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

/* Tout le menu de gauche */
.menu_gauche {
	padding: 0px;
	font-weight : bold;
	text-align: left;
	background-color:#ffffe6;

}

/* Tout lien du menu de gauche */
.menu_gauche a {
	margin: 5px 0px 2px 0px;
	padding: 5px 2px 0px 0px;
	display : block;
	font-size : 12px;
	color:#000000;
	font-weight: bold;
	text-align: left;
}

/* Tout lien survolé du menu de gauche */
.menu_gauche a:hover { 
    font-size:12px;
	color : #000000;
	text-decoration : none;
	font-weight: bold;
	text-align: left;
}

/* Titre d'une rubrique du menu de gauche */
.menu_gauche_titre {
	margin: 5px 0px 5px 0px;
	padding: 1px 0px 2px 0px;
	font-size : 13px;
    color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #37120c;
	text-decoration: none;
	text-align: center;
	font-variant: small-caps;
}
.menu_gauche_titre a{
	font-size : 13px;
}
.menu_gauche_titre a:hover{
	font-size : 13px;
}

/* Titre d'un chapitre du menu de gauche */
.menu_gauche_sstitre {
	font-size : 13px;
	font-weight : bold;
	color : #000000;
	text-decoration: none;
	display: block;
	text-align: left;
	margin-left:5px;
}
.menu_gauche_sstitre a {
	margin: 5px 0px 2px 0px;
	padding: 5px 2px 0px 0px;
	font-size: 13px;
	font-weight : bold;
	color : #000000; 
	text-decoration: none;
	display: block;
	text-align: left;
}
.menu_gauche_sstitre a:hover {
    font-size : 13px; 
	font-weight : bold;
	color : #6c3704;
	text-decoration : none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

/* Tout lien du menu de gauche - sous-titre (rubrique active) */
.menu_gauche_sstitre_actif a {
    margin: 5px 0px 2px 0px;
	padding: 5px 2px 0px 0px;
	font-size:13px;
	color: #000000;
	font-weight : bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	text-align: left;
}
.menu_gauche_sstitre_actif a:hover {
    margin: 5px 0px 2px 0px;
	padding: 5px 2px 0px 0px;
	font-size:13px;
	font-weight : bold;
	text-decoration: none;
	display: block;
	text-align: left;
}

/* Titre d'une sous-rubrique */
.menu_gauche_ssstitre {
	margin : 0px;
	padding: 0px 0px 0px 2px;
	display : block;
	font-size:12px; 
	color: #a61c5b;
	text-align: left;
	font-weight:normal;
	
}

/* Lien sous-section */
.menu_gauche_ssstitre a{
    margin-left:10px;
	margin : 0px;
	padding : 2px;
	color: #000000;
	text-decoration: none;
	display: block;
	font-size: 12px;
	display : block;
	text-align: left;
	font-weight:normal;
	
}
.menu_gauche_ssstitre a:hover{
    color: #543403;
	text-decoration:underline;
	display: block;
	font-size: 12px;
	font-weight:normal;
	text-align: left;
}
