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

/* Tout le menu de gauche */
.menu_gauche {
	padding: 0;
	/*background-color: #4079B8;*/
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-attachment: fixed;
	
}

/* Image météo menu de gauche */
.menu_gauche img {
	padding-left: 10px;
	
}

/* Tout lien du menu de gauche */
.menu_gauche a {
	margin : 0px 0px 5px -3px;
	padding: 0px 2px 0px 2px;
	display : block;
	font-size : 12px;
	color: #666;
	text-decoration: none;
}

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

/* Titre d'une rubrique du menu de gauche */
.menu_gauche_titre {
	margin: 5px 0px 5px 0;
	padding: 5px 2px 5px 0;
	font-size : 12px;
	color: #4279b9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-indent: 0px;
	background-repeat: repeat-y;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;	
}
.menu_gauche_titre a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4f79aa;
	text-align: left;
	display : inline;
	padding: 0 0 5px 5px;
	margin: 0 0 5px 5px;
}
.menu_gauche_titre a:hover{
	font-size : 13px;
	color: #999;
	text-decoration: none;
}

/* Titre d'une rubrique du menu de gauche */
.menu_gauche_titre_actif {
	margin: 5px 0 0 0;
	padding: 10px 2px 0 0;
	font-size : 12px;
	color: #FFFFFF;
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-indent: 0px;
	background-image: url(../images/interface/fondmenugactif.gif);
	background-repeat: no-repeat;
	background-position: 6px;
}
.menu_gauche_titre_actif a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	display : inline;
	text-decoration: none;
	padding: 2px 0 0 16px;
}
.menu_gauche_titre_actif a:hover {
	color: #507AAA;
	text-align: left;
	text-decoration: none;
}

/* Titre d'un chapitre du menu de gauche */
.menu_gauche_sstitre {
	margin : 0px 0px 5px 5px;
	padding: 0px 2px 0px 8px;
	font-size : 12px;
	font-weight : bold;
	color : #507AAA;
	background-image: url(../images/interface/bullet.png);
	background-repeat: no-repeat;
	background-position: -1px 4px;
}

/* Tout lien du menu de gauche - sous-titre (rubrique active) */
.menu_gauche_sstitre_actif a {
	margin-bottom: 5px;
	padding: 0px 2px 0px 2px;
	font-size:12px; 
	color:#00A354;
	font-weight : bold;
}
.menu_gauche_sstitre_actif a:hover {
	margin-bottom: 5px;
	padding: 0px 2px 0px 2px;
	font-size:12px; 
	background-color: #E0E4F4;
	color: #FFFFFF;
	font-weight : bold;
}