#menu_gauche {
	list-style: none;
	padding: 0;
	margin: 0;
	
  	position: relative;
	margin-top: 142px;
	margin-left: 68px;
}
#menu_gauche li{ height:25px;

}

#menu_gauche a {
	color: #563F26;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
}


#menu_gauche a img {
 	border:none;
}

#menu_gauche a#active_menu,
#menu_gauche a:hover {
  color: white;
}


