#menu
{
	width: 95%;
	position: absolute;
	left: 0px;
	top: 247px; 
	text-align: center;
	z-index: 200;
}
#menugauche
{
	position: absolute;
	top: 295px;
	left: 40px;
	text-align: left;
	width: 186px;
}
#menugauche li
{
	list-style: none;
	margin: 0px;
	height: 63px;
	margin-bottom: -3px;
}
#menugauche li a
{
	margin: 0px;
	height: 63px;
}

#jsddm
{
	margin: 0;
	padding: 0;
	float: left;
	line-height: 20px;
	list-style: none;
	margin: 0;
	width: 800px;
	padding-left: 0px;
	margin-left: 120px;	
	
}

#jsddm li {
	display: inline;
	padding: 0;
	float: left;
	list-style: none;
}

#jsddm li a {
	display: block;
	text-decoration: none;
	white-space: nowrap;
	display: block;
	width: 130px;
	height: 44px;
	background-image: none;
	margin: 0px 6px 0px 6px;
}

#jsddm li a:hover {
	background-image: url('/images/frontend/menu/backgound.jpg');
}

#jsddm li ul {
	margin: 0px;
	padding: 0;
	position: absolute;
	visibility: hidden;
	height: 20px;
}

#jsddm li ul li {
	float: none;
	display: block;
	width: 215px;
	height: 20px;
	line-height: 20px;

}

#jsddm li ul li a {
	text-align: left;
	width: 210px;
	background-image: url('/images/frontend/menu/sousmenu.jpg');
	height: 20px;
	color: white;
	padding-left: 4px;
	background-repeat: no-repeat;
}

#jsddm li ul li a:hover {
	background-image: url('/images/frontend/menu/sousmenuhover.jpg');

}
