.nettoyeur {
clear:both;
}

.google {
text-align: center;
width:100%;
height:37px;
}
.connexion {
	font-family: verdana,sans;
	font-size: 5pt;
	color: #16246C;
}

/******************************/
/* MON MENU DEROULANT */
/******************************/

#menu {
width:100%;
font-family:Tahoma, Helvetica, sans-serif;
letter-spacing: 0.12em;	
display:block; 
margin:0 0 5px 0;
padding:7px 0 0 0;
height:37px;
font-size:1.1em;
/*background-image:url(http://www.mfr-saint-flour.fr/wp-content/themes/1978-sovereign/img/bg-menu.gif);*/
background-repeat:repeat-x;
z-index:1000;
}

#menu div {
float:left;
padding:0 0 0 25px;
}

#menu div a {
color:#4B6B01;
font-weight:bold;
text-decoration: none;
}

#menu div  a:hover {
color: #000 ;
}

#menu div ul {
position: absolute;
margin: 5px 0 0 0;
/*margin:27px 0 0 -75px;*/
background-color:#50514C;
/*background-image:url(http://www.mfr-saint-flour.fr/wp-content/themes/1978-sovereign/img/fond-menu2.gif);*/
background-position:bottom; background-repeat:repeat-x;
line-height:30px;
border-left:2px solid #8FB60C;
border-right:2px solid #8FB60C;
border-bottom:2px solid #8FB60C;
/*white-space: nowrap;
*width:100%;*/
}

#menu ul, #menu li {
margin: 0;
padding: 0;
list-style-type: none;
list-style-position:outside;
}

#menu ul li {
padding:0 5px;
font-size:0.8em;
}
	
#menu ul li a {
color:#c0c0c0;
text-decoration: none;
}

#menu ul li a:hover {
color: #f5f5f5 ;
}

