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



/* Tout le menu de gauche */

.menu_gauche {
	background-color: #FFFFFF;
	font-weight: bold;
	color: #054580;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	background-image: url(../images/interface/fond-menu2.gif);
	background-repeat: repeat-x;	

}



/* Tout lien du menu de gauche */

.menu_gauche a {

	display : block;

	font-size : 11px;

	font-weight: normal;

	color: #1C5662;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 2px;

	/*margin-left: 7px;

	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 : #FFFFFF;

	text-decoration : none;

	font-weight: normal;

}



/* Titre d'une rubrique du menu de gauche */

.menu_gauche_titre {
	border: 1px solid #0C522E;
	color: #001143;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	/*margin-left: 7px;*/

	padding-left: 10px;
	width: 180px;
}

.menu_gauche_titre a{
	border: 1px;
	border-color: #1C5662;
	font-size : 11px;
	font-weight: bold;
	/*margin-left: -12px;*/

	background-repeat: no-repeat;
	background-position: left;
	color:#001143;
	left: 10px;
}

.menu_gauche_titre a:hover{
	font-size : 11px;
	color:#FFFFFF;
	font-weight: bold;
}



/* Titre d'un chapitre du menu de gauche */

.menu_gauche_sstitre {

	font-size : 11px;

	color : #0C522E;

	text-decoration: none;

	margin-left: 25px;

}

.menu_gauche_sstitre a {

	font-size : 11px;

	color : #0C522E;

	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 : #FFFFFF;

	text-decoration : none;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-weight: normal;

	background-repeat: no-repeat;

	background-position: left;

}



/* Tout lien du menu de gauche - sous-titre (rubrique active) */

.menu_gauche_sstitre_actif a {

	font-size:11px;

	color:#FF6600;

	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-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;

	color: #478290;

	text-decoration: none;

}



/* Titre d'une sous-rubrique */

.menu_gauche_ssstitre {

	margin : 0px;

	padding: 0px 0px 0px 2px;

	display : block;

	font-size:11px; 

	color:#1C5662;

}



/* Lien sous-section */

.menu_gauche_ssstitre a{

	margin : 0px;

	padding : 0px;

	display : block;

}

.menu_gauche_ssstitre a:hover{

	color: #FFFFFF;

}

