#menugauche {
		font-family:'Trebuchet MS','Comics Sans MS','arial';
	margin-top :-20px;
	float:left;
	width:200px;
	font-size : 0.9em;
	color:white;
}

#menugauche p {
margin:left:1em;
}
#menugauche ul{
margin:0;/* 0 1em 0;*/
}
#menugauche li{
list-style: none;
font-size : 0.9em;
margin: 0;/* 0 0 1em;*/
}
#menugauche li a {
      display:block;
      color: white;
      font: bold ;
      text-decoration:none;
      line-height:20px;
      width:200px;
     
     background-color: #006F3B;
      text-align:center;
     margin :2px;
}
#menugauche li a:hover {
	  color:"#FFFF00";
      font: bold;
	  font-size : 1.1em;
    	background-color: #006F3B;
}
#menuactive {
	margin-left:2px;
	text-decoration:none;
	color : "#FFFF00";
	font-style:bold;
	font-size : 1.2em;
	width:200px;
	text-align:center;
	background-color : "#006F3B";
/*	line-height:20px;
	line-width: 40px;*/
}
