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

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

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

/* Tout lien survolé du menu de gauche */
.menu_gauche a:hover { 
	font-size:11px; 
	color : #A73BB4;
	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 : 12px;
	color: #441849;
	font-family: Verdana, 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 : 12px;
	color:#441849;
	font-weight: bold;
}
.menu_gauche_titre a:hover{
	font-size : 12px;
	font-weight: bold;
	color: #A73BB4;
	text-decoration: none;
}

/* Titre d'un chapitre du menu de gauche */
.menu_gauche_sstitre {
	font-size : 11px;
	font-weight : bold;
	text-decoration: none;
}
.menu_gauche_sstitre a {
	margin : 0px 0px 2px 5px;
	padding: 0px 2px 0px 0px;
	font-size : 11px;
	font-weight : bold;
	color : #7E358F;
	text-decoration: none;
}
.menu_gauche_sstitre a:hover {
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7E358F;
}

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

