/* ============================================================================================ *
 * ----------------------      CSS POUR LES SOUS-RUBRIQUE GAUCHE     -------------------------- *
 * ============================================================================================ */

#menugauche li ul {			/*Pas d'affichage des points*/
	display: 		none;
}


#menugauchetitre {					/*paramêtres du titre*/
	margin-top: 		0px;
	margin-left: 		0px;
	height:			20px;
	float: 			left;			/*Calé à gauchede la page*/
	padding: 		0px;
	list-style: 		none;
	width: 			160px;
	text-align:		center;
	color:			white;
	background: 		#4B7639;
}

#menugauche {				/*paramêtres généraux du div*/
	display:		block;
	margin-top: 		20px;
	margin-left: 		-160px;
	float:			left;
	padding: 		0px;
	list-style: 		none;
	width: 			160px;
	text-align:		center;
	color:			white;
}


#menugauche li {
	list-style: 		none;
}

#menugauche a {	
	display:		block;
	padding-right: 		10px;
	text-align:		right;
	display: 		block;			/*Affiche un cadre entier*/
	color: 			black;				
	text-decoration: 	none		/*Pas de soulignage*/	
}


#menugauche li a:hover {
	display:		block;
	background-color: 	#444;
	color: 	white;
}
