#menu {
	position: absolute; /* placement du menu, à modifier selon vos besoins */
	margin: 0px;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url(../gfx/fondmenu.png);
	background-repeat: no-repeat;
	height: 25px;
	top: 150px;
	left: 0;
	z-index:1;
	width: 770px; /* correction pour Opera */
}

#menu dl {
	float: left;
	width: 154px;
}

#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 1px;
	/*margin-left: 1px;
	margin-right: 1px;*/
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

#menu dd {
	display: none;
	width: 100%;
	background-image: url(../gfx/fondsousmenu.png);
	background-repeat:repeat-y;
	margin-top: 5px;
}

#menu li {
	text-align: left;
	width: 100%;
	padding-left: 15px;
	height: 17px;
}

#menu li a, #menu dt a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	/*text-transform: uppercase;*/
	display: block;
	height: 100%;
	border: 0 none;
	font-family: Arial, Helvetica, sans-serif;
}

#menu dt a {
	color: #FFFFFF;
}

#menu li a:hover, #menu li a:focus {
	/*background: #eee;*/
}