.menuBot ul {
list-style-type: none;
width: 100%; /* précision pour Opera */
}

.menuBot li {
list-style-type: none;
float: left;
}

.menuBot a {
margin: 0 8px;
padding-top:2px;
width: 100px;
height: 17px;
display: block;
text-align: center;
color: #000;
font-size:9px;
font-weight:bold;
background: #959495;
}

.menuBot a:hover {
padding-top:2px;
background: #C1C1C1;
}