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

/* Tout le menu de gauche */
.menu_gauche {
	font-weight : bold;
	width: 200px;
	vertical-align: top;
}

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

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

/* Titre d'une rubrique du menu de gauche */
.menu_gauche_titre {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin : 5px 0px 5px 7px;
	padding : 2px 2px 2px 10px;
	width: 195px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #153F67;
}
.menu_gauche_titre a{
	/*margin : 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;*/
	border: 0px #321B00 solid;
	font-size : 11px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left;
	color: #153F67;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.menu_gauche_titre a:hover{
	font-size : 11px;
	color:#D77B00;
	font-weight: bold;
}

/* Titre d'une rubrique du menu de gauche */
.menu_gauche_titre2 {
	color: #1561B9;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
    margin : 5px 0px 13px 7px;
    padding : 2px 2px 2px 10px;
	width: 195px;
	background-repeat: no-repeat;
	background-image: url(../images/interface/boutonpromo.gif);
}
.menu_gauche_titre2 a{
	/*margin : 5px 0px 5px 0px;
	padding: -2px 2px -2px 0px;*/
	border: 0px #0C522E solid;
	font-size : 11px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left;
	color: #1561B9;
}
.menu_gauche_titre2 a:hover{
	font-size : 11px;
	color:#FFFFFF;
	font-weight: bold;
}

/* Titre d'un chapitre du menu de gauche */
.menu_gauche_sstitre {
    margin : 0px 0px 1px 17px;
    padding : 0px 0px 1px 17px;
	font-size : 11px;
	color : #D77B00;
	text-decoration: none;
	background-position: left;
	background-repeat: no-repeat;
}
.menu_gauche_sstitre a {
	font-size : 11px;
	color : #D77B00;
	text-decoration: none;
	font-weight: normal;

}
.menu_gauche_sstitre a:hover {
	font-size : 11px;
	color : #153F67;
	text-decoration : none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;

}

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

/* 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;
}
