Voila les codes CSS de mes 2 menus:
- left_menu{
float:left;
width:131px;
background-color:#399556;
border-style:solid;
border-width:2px;
border-color:#0C3E23;
border-top:none;
border-bottom:none;
text-align:left;
color:#000000;
font-family:Verdana,Arial,"Times New Roman",Serif;
font-size:11px;
}
- right_menu{
float:right;
width:131px;
background-color:#399556;
border-style:solid;
border-width:2px;
border-color:#0C3E23;
border-top:none;
border-bottom:none;
text-align:right;
color:#000000;
font-family:Verdana,Arial,"Times New Roman",Serif;
font-size:11px;
}