ul#nav {  /*Ici , c'est ma configuration, à vous de la changer */
height : 27px;
width:935px;
margin-left: auto;
margin-right:auto;
background: url(images/menu/bg.gif) repeat-x;
list-style-type : none; /* Car sinon les puces se placent n'importe où */
text-align:center;
}
ul#nav li {
 /* Pour espacer les boutons entre eux */

line-height: 27px;
}



li.bouton_gauche {
float : left;
height:27px;
border-right: 1px #8eaddb solid;
}

li.bouton_gauche a{
background: url(images/menu/bg.gif) repeat-x;
display:block;
padding-left:16px;
padding-right:15px;
color:#fff;
text-transform: uppercase;
font-weight:bold;
font-size:11px;
height:27px;
float:left;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
letter-spacing: normal;
}

li.bouton_gauche a:hover{
text-decoration:underline;
}

li.bouton_gauche a.activeit{
background: url(images/menu/bg-hover.gif) repeat-x;
text-decoration:underline;
}

