.nettoyeur {
clear:both;
}
/******************************/
/* MON MENU DEROULANT */
/******************************/
#menu {
font-family:Trebuchet,Arial;
display:block; 
background-repeat:repeat-x;
z-index:1000;
float: right;
padding-top: 100px;
font-size:14px;
}
#menu div {
float:left;
padding:0 20px 0px 10px;
border-left:5px solid #C00031;
text-align:left;
}
#menu div a {
color: #ffffff;
font-weight: bold;
text-decoration: none;
}
#menu div  a:hover {
color: #C00031;
}
#menu div ul {
position: absolute;
width:120px;
text-align:left;
margin: 0 0 0 0;
*margin:27px 0 0 -75px;
background-color:#F400A1;
background-position:bottom; background-repeat:repeat-x;
line-height:20px;
z-index:999;
*white-space: nowrap;
*width:100%;
margin-top:10px;
}
#menu ul, #menu li {
margin: 0;
padding: 0;
list-style-type: none;
list-style-position:outside;
}
#menu ul li {
padding:0 5px;
font-size:11px;
}
#menu ul li a {
color: white;
text-decoration: none;
font-weight:normal;
}
#menu ul li a:hover {
color: white;
text-decoration: underline;
}
