/* Mai menu sous le header */

.nettoyeur {
clear:both;
}

/******************************/

/* MON MENU DEROULANT */

/******************************/


#topmenu{
position:relative;
float:left;
width:965px;
margin:0 0 0 0;
padding:0 0 0 10px;
height:35px;
z-index:300;
-moz-border-bottom-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
border-bottom-left-radius: 10px;
-moz-border-bottom-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
border-bottom-right-radius: 10px;
background:url(../../images/fonds/menu_bck.jpg) left top repeat-x;
}

       
#topmenu div {
position:relative;
height:35px;
float:left;
padding:0 0 0 0;
}

       
#topmenu div a {
position:relative;
float:left;
display:block;
color:#043777;
font-weight:normal;
font-family:arial;
font-size:11px;
padding:12px 9px 0 8px;
width:auto;
text-align:center;
text-transform:uppercase;
height:23px;
text-decoration: none;
font-weight:bold;
}

#topmenu div a.activTopMenu {
text-decoration:none;
color:#fff;
background:url(../../images/fonds/menu_on_bck.jpg) left top repeat-x;
}

       
#topmenu div  a:hover {
color:#fff;
background:url(../../images/fonds/menu_on_bck.jpg) left top repeat-x;
}

       
#topmenu div ul {
position: absolute;
z-index:500;
width:144px;
margin: 30px 0 0 -21px;
padding:0 0 0 0;
background-color:#fff;
line-height:20px;
*white-space: nowrap;
border-left:1px solid #c7c6c6;
border-right:1px solid #c7c6c6;
border-bottom:1px solid #c7c6c6;
}

/* Hack IE6 */
* html #topmenu div ul{
margin: 30px 0 0 0;
left:83px;
}

/* Hack IE7 */
*+html  #topmenu div ul{
margin: 30px 0 0 0;
left:83px;
}

       
#topmenu ul, #menu li {
margin: 0;
padding: 0;
width:auto;
list-style-type: none;
list-style-position:outside;
}

       
#topmenu ul li {
padding:0 5px;
font-size:0.8em;
height:30px;
border-bottom:1px solid #c7c6c6;
}

#topmenu ul li a {
color:#6f6f6f;
width:134px;
text-align:center;
text-decoration: none;
}

#topmenu ul li a:hover {
color: #000 ;
}



/* Fin du main menu */

