.menu_gauche{
	z-index:100;
	position: absolute;
	width: 125px;
	margin-left: 0.5em;
	
	text-align: center;
	color: #ffffff;/* blanc pr la police */
	padding-bottom: 2em;
	left: -2px;
	top: 195px;
	  }
	
.menu_gauche a {
	margin: 7px 3px 7px 3px;
	padding: 5px 3px 5px 3px;
	cursor: pointer;
	display: block;
	border: none;
	background-color: #c48aff;
    color: #ffffff;
	font: 0.8em Arial, Trebuchet MS,Verdana, Helvetica sans-serif;
	line-height: 1em ;
	text-align: center ;
	font-weight: bold;
	text-decoration: none;
   	}
	
.menu_gauche a:hover {
    background-color: #e84b00; /*marron fonce*/
	color: #ffffff; /*blanc*/
	text-decoration: none ;
	font-weight: bold;
	text-decoration: none;
	}
	
.menu_gauche a:active {
    background-color: #e3cafc;
	color: #DA4C02; /*marron*/
	text-decoration: none ;
	}
