#menuGauche
{ width: 182px; 
}
#menuGauche h1 {
	margin: 0px;
	padding: 0px;
}

#menuGauche h1 a:link , #menuGauche h1 a:visited{
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	text-shadow: #111111 1px 1px 3px;
	display: block;
	margin: 0px;
	padding: 5px 10px;
	border-top: 1px solid #5F5F5F;
	border-bottom: 1px solid #5F5F5F;
	background-image: url(/images/fondMenuH1.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#menuGauche h1 a:hover {
	color: #E56817;
	background-image: url(/images/fondMenuH1On.jpg);
}



#menuGauche ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menuGauche li
{
	list-style-type: none;
	line-height: 12px;
	background-image: url(/images/fondMen.jpg);
	background-repeat: repeat-y;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #a6a6a6;
}
#menuGauche li:hover {
	background-image: url(/images/fondMenuOver.jpg);
	background-repeat: repeat-y;
	border-top-color: #f2b48b;
	border-bottom-color: #b1734b;
}
#menuGauche a:link  
, #menuGauche a:visited
{
	color: #222;
	text-decoration: none;
	display: block;
	font-size: 12px;
	background-image: url(/images/flechMenu.png);
	background-repeat: no-repeat;
	background-position: 165px center;
	padding: 5px 20px 5px 10px;
}


#menuGauche a:hover, #menuGauche a:active {
	color: #FFF;
	background-image: url(/images/flechMenuOn.png);
	background-repeat: no-repeat;
	background-position: 165px center;
}

