dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute;
left: 370px;
z-index:100;
color: #FFF;
}
#menu dl {
float: left;
position: relative;
margin: 0 2px;
}
#menu dt, #menu dl.menuProjets dt a {
cursor: pointer;
text-align: center;
font-weight: bold;
color: #941b24;
}

#menu li a:hover, #menu dl.menuProjets dt a:hover {
	background: #FFFFFF;
	color: #941b24;
}

#menu dd {
background-color: #941b24;
position: absolute;
top:1.5em;
width:100%;
color: #FFF;
}
#menu li {
text-align: center;
}
#menu li a, #menu dt a {
color: #FFF;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
background: #941b24;
color: #ccc;
}

#menuChambres, #menuPays, #menuRegion
{
	width: 8em;
}
#menuPrix
{
	width: 11em;
}
#menuSuperficie
{
	width: 10em;
}
.link_menu:hover {
	color:#941B24;
	background-color:white;
}