#menu{
font-size:0.9em;
background:url(../image/font_menu.png) left center repeat-x;
}
#menu ul{
list-style-type:none;
margin:0;
padding:0;
line-height:30px
}
#menu li{
float:left;
width:auto;
}
#menu a{
display:block;
text-align:center;
padding:0 2ex;
margin:0;
line-height:30px;
text-decoration:none;
border-right:1px solid white;
color:#cccccc;
border-bottom:5px solid white;
font-weight:bold;
}
#menu a:hover{
color:#cccccc;
border-bottom:5px solid #f95a5a;
font-weight:bold;
}
#menu a.page{
border-bottom:5px solid green;
font-weight:bold;
}
.recherche{
float:right;
margin:0 5px 0 0;
padding:0;
line-height:30px;
border:0;
}
.recherche input{
margin:5px;
width:150px;
padding-left:22px;
border-width:0;
background:#ffffff url(../image/loupe.png) left center no-repeat;
-moz-border-radius:5px;

}

