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

/* Tout le menu de gauche */
.menu_gauche {
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 5px;
	vertical-align: top;
	font-weight : bold;
	text-align: left;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

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

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

/* Titre d'une rubrique du menu de gauche */
.menu_gauche_titre {
	margin : 10px 0px 0px 0px;
	padding: 2px 10px 0px 0px;
	background: url("../images/interface/fd_menu_gauche_lien.gif") no-repeat;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size : 14px;
	color: #055AC7;
	font-weight: bold;
	text-decoration: none;
}
.menu_gauche_titre a{
	margin : 0px;
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size : 14px;
	font-weight: bold;
	color: #055AC7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.menu_gauche_titre a:hover{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size : 14px;
	font-weight: bold;
	color: #E5A917;
	text-decoration: none;
}

/* Titre d'un chapitre du menu de gauche */
.menu_gauche_sstitre {
	font-size : 11px;
	color : #000000;
	text-decoration: none;
}
.menu_gauche_sstitre a {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.menu_gauche_sstitre a:hover {
	font-size : 11px;
	color : #D12938;
	text-decoration : none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
}

/* Tout lien du menu de gauche - sous-titre (rubrique active) */
.menu_gauche_sstitre_actif a {
	font-size:11px;
	color:#000000;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/interface/puce2.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.menu_gauche_sstitre_actif a:hover {
	margin : 0px 0px 2px 4px;
	padding: 0px 2px 0px 0px;
	font-size:11px;
	background-color: #CCCCCC;
	color: #000000;
	text-decoration: none;
}

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

/* Lien sous-section */
.menu_gauche_ssstitre a{
	margin : 0px;
	padding : 0px;
	display : block;
}
.menu_gauche_ssstitre a:hover{
	background-color: #364EA3;
	color: #FFFFFF;
}
