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

/* Tout le menu de gauche */
.menu_gauche {
	margin:0;
	vertical-align:top;
	color:#663f3f;
	background-color:#020202;
	background-repeat:repeat;
}

.menu_gauche a {
	margin:0;
	vertical-align:top;
	color:#663f3f;
}

.menu_gauche_titre a{
	font-family:Helvetica, Verdana, Times;
	font-size:16px;
	font-weight:bold;
	color:#663f3f;
	letter-spacing:1px;
	margin:10px 0 4px 5px;
	padding:5px 0 0px 5px;
	display:block;
	background-repeat:no-repeat; 
	background-position:top left;
}

.menu_gauche_titre a:hover{
	font-family:Helvetica, Verdana, Times;
	font-size:16px;
	font-weight:bold;
	color:#020202;
}
.menu_gauche_sstitre{
	font-family:Helvetica, Verdana, Times;
	font-size:14px;
	color:#663f3f;
	font-weight:bold;
	margin:0 0 3px 42px;
}

.menu_gauche_sstitre a{
	color:#663f3f;
	font-weight:normal;
}

.menu_gauche_sstitre a:hover{
	color:#020202;
	font-weight:normal;
}