/* CSS  menu */


#menuderoulant {
       position:absolute;
	left:209px;
      	top:160px;
	width:800px;
	height:20px;
       z-index:100;
}
#menuderoulant dl {
float: left;
width: 12em;
background: #ffffff;
margin: 0 1px;
}
#menuderoulant dt {
color: #050409;
cursor: pointer;
text-align: center;
font-weight: bold;
background: url(../imagesmenu/boutonmenuclair.png) no-repeat;
border: 1px solid gray;
}
#menuderoulant dd {display:none}

#menuderoulant li {
text-align: center;
background: #050409;
}
#menuderoulant li a, #menu dt a {
color: #CCCCFF;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;

}
#menuderoulant li a:hover {
color: #050409;
background: url(../imagesmenu/boutonmenuclair.png) no-repeat;
}
dl, dt, dd, ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}









