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

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

/* Tout lien du menu de gauche */
.menu_gauche a {
	font-family: Arial, Lucida-bright-demi, Helvetica,Geneva,sans-serif;
	font-size: 11px;
	color: #cc0033;
	font-weight: bold;
	width: 100%;
	display: block;
	text-decoration: none;
}

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

/* Titre d'une rubrique du menu de gauche */
.menu_gauche_titre {
	font-family: Arial, Lucida-bright-demi, Helvetica,Geneva,sans-serif;
	font-size: 11px;
	color: #cc0033;
	font-weight: bold;
	text-decoration: none;
	border: thin solid;
	margin: 0px 0px 3px 0px;
	text-indent: 3px;
}
.menu_gauche_titre a{
	font-size : 12px;
}
.menu_gauche_titre a:hover{
	font-size : 12px;
}

.menu_gauche_titre_actif {
	font-family: Arial, Lucida-bright-demi, Helvetica,Geneva,sans-serif;
	font-size: 11px;
	color: White;
	background-color: #cc0033;
	font-weight: bold;
	text-decoration: none;
	border: thin solid;
	margin: 0px 0px 3px 0px;
	text-indent: 3px;
}

.menu_gauche_titre_actif a{
	font-size : 12px;
	color: White;
}
.menu_gauche_titre_actif a:hover{
	font-size : 12px;
	color: Black;
}

/* Titre d'un chapitre du menu de gauche */
.menu_gauche_sstitre {
	font-size : 11px;
	font-weight : bold;
	background-color: #cc0033;
	color: White;
	text-decoration: none;
}
.menu_gauche_sstitre a {
	margin : 0px 0px 2px 4px;
	padding: 0px 2px 0px 0px;
    font-size : 11px; 
	font-weight : bold;
	color : #000000; 
; text-decoration: none
}
.menu_gauche_sstitre a:hover {
    font-size : 11px; 
	font-weight : bold;
	color : #FF420A;
	text-decoration : none;
   background-color: #B3D1F0; 
	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;
	background-color: #cc0033;
	color: White;
	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;
	background-color: #B3D1F0;
	color: #000000;
	font-weight : bold;
	text-decoration: none;
}