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

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

/* Tout lien du menu de gauche */
.menu_gauche a {
	display : block;
	font-size : 11px;
	font-weight: normal;
	color: #0C522E;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}

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

/* Titre d'une rubrique du menu de gauche */
.menu_gauche_titre {
	border: 1px solid #0C522E;
	color: #0C522E;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 7px;
	padding-left: 10px;
	width: 180px;
}
.menu_gauche_titre a{
	border: 1px;
	border-color: #0C522E;
	font-size : 11px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left;
	margin : 0px 0px 2px -12px;
	padding: 0px 0px 0px -12px;
	color:#0C522E;
}
.menu_gauche_titre a:hover{
	font-size : 11px;
	color:#009B68;
	font-weight: bold;
}

/* 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: 10px;
}
.menu_gauche_sstitre a:hover {
	font-size : 11px;
	color : #000000;
	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;
}
