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

/* Tout le menu de gauche */
.menu_gauche {
	font-weight : bold;
	width : 200px;
	text-align : left;
	vertical-align : top;
	background-color : #CCCCCC;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
}

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

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

/* Titre d'une rubrique du menu de gauche */
.menu_gauche_titre {
	margin: 2px 0px 4px 5px;
	padding: 0px 2px 0px 10px;
	font-size : 14px;
	color: #502F64;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image:url(../images/interface/imagefond.gif);
	background-repeat:no-repeat;
	background-position: right;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #663366;
	border-right-color: #663366;
	border-bottom-color: #663366;
	border-left-color: #663366;
}
.menu_gauche_titre a{
	padding: 0px 2px 0px 2px;
	font-size : 14px;
	color:#502F64;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.menu_gauche_titre a:hover{
	font-size : 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

/* Titre d'un chapitre du menu de gauche */
.menu_gauche_sstitre {
	font-size : 11px;
	font-weight : bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.menu_gauche_sstitre a {
	margin : 0px 0px 2px 5px;
	padding: 0px 2px 0px 0px;
	font-size : 11px;
	font-weight : normal;
	color : #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.menu_gauche_sstitre a:hover {
	font-size : 11px;
	font-weight : normal;
	text-decoration : none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url(../images/interface/sousmenu-gauche.gif);
	background-repeat: no-repeat;
}

/* 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:10px;
	color:#FF420A;
	font-weight : bold;
	text-decoration: none;
}
.menu_gauche_sstitre_actif a:hover {
	margin : 0px 0px 2px 4px;
	padding: 0px 2px 0px 0px;
	font-size:10px;
	background-color: #B3D1F0;
	color: #000000;
	font-weight : bold;
	text-decoration: none;
}

/* Titre d'une sous-rubrique */
.menu_gauche_ssstitre {
	margin : 0px;
	padding: 0px 0px 0px 10px;
	display : block;
	font-size:10px; 
	color:#FF420A;
	font-weight : bold;
}

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


