@charset "utf-8";
/* CSS Document */

#MenuGauche{
	z-index:1;
	padding-bottom:40px;
	margin-top:20px;
}
#MenuGauche p{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:right;
	text-transform:capitalize;
	
}
 dl { 
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 90%;
	}
dl,dd { margin: 0; }
dt {
	font-size: 100%;
}

#MenuGauche dt a {
	color:#979797;
	display:block;
	text-decoration: none;
	font-size:140%;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #e6ecf2;
	line-height:80%;
	padding:10px;
	/*white-space: nowrap;*/

}
dd a {
	text-decoration: none;
	color:#979797;
}
#MenuGauche dt a:hover{
	color:#ee4d00;
	
}
#MenuGauche dt a:hover .SousLien{
}
#MenuGauche dt a.current{
	background:url(../img/menu.gif) no-repeat 0px 10px;
	color:#242423;
	padding-left:20px;
}
.SousLien{
	display:block;
	padding-top:5px;
	font-size:60%;
	line-height:90%;
	/*white-space: nowrap;*/
}
#MenuGauche dt a.current .SousLien{
}
/*dl ul { list-style: none; padding: 0px; margin:  0px 0px 0px 0px; }*/
