#menu{
font-size:0.9em;

}
#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:25px;
text-decoration:none;
border-right:1px solid white;
color:#cccccc;
font-weight:bold;
background:url(../image/fond_menu.png);
}
#menu a:hover{
color:#ffffff;
font-weight:bold;
background:none;
}
#menu a.page{
font-weight:bold;
}


