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

/* Tout le menu de gauche */
.menu_gauche {
	width: 180px;
	padding: 0px;
	font-weight : bold;
	background-color: #ffeddc;
	vertical-align: top;

}

/* Tout lien du menu de gauche */
.menu_gauche a {
	margin : 0px 0px 2px 0px;
	padding: 0px 0px 0px 2px;
	display : block;
	font-size : 11px;
	color: #7b3d00;
	font-weight: normal;
}

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

/* Titre d'une rubrique du menu de gauche */
.menu_gauche_titre {
	margin: 5px 0px 5px 0px;
	padding: 0px 2px 0px 2px;
	font-size : 14px;
   	color: #F7971F;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
.menu_gauche_titre a{
	font-size : 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #F69320;
	text-decoration: none;
	font-weight: bold;
}
.menu_gauche_titre a:hover{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

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

/* Tout lien du menu de gauche - sous-titre (rubrique active) */
.menu_gauche_sstitre_actif a {
	margin : 0px 0px 2px 4px;
	padding: 0px 2px 0px 0px;
	font-size:11px;
	color:#000;
	font-weight : bold;
	text-decoration: none;
}
.menu_gauche_sstitre_actif a:hover {
	margin : 0px 0px 2px 4px;
	padding: 0px 2px 0px 0px;
	font-size:11px;
	color: #CCCCCC;
	font-weight : bold;
	text-decoration: none;
}

/* Titre d'une sous-rubrique */
.menu_gauche_ssstitre {
	margin : 0px;
	padding: 0px 0px 0px 2px;
	display : block;
	font-size:11px; 
	color:#FF420A;
	font-weight : bold;
}

/* Lien sous-section */
.menu_gauche_ssstitre a{
	margin : 0px;
	padding : 0px;
	display : block;
	color: #F7971F;
}
.menu_gauche_ssstitre a:hover{
	color: #000;
}
