body {margin: 10px; 
	  padding: 0; 
	  font: 14px Verdana, sans-serif;
	  }

ul {
list-style-type: none;
width: 100%; /* precision for Opera */

}

.menu li {
float: left;
}

.menu a {
/*margin: 0 2px;*/
width: 100px;
height: 20px;
display: block;
text-align: center;
border-right:: 1px solid gray;
text-decoration: none;
color: #000;
background: #fff;
}

.menu a:hover {
background: #ccc;
border: 1px solid gray; 
}

.menu a:active {
background: gray;
border: 1px solid gray; 
color: #fff;
}
.mentions {
font-family: verdana, arial, sans-serif;
position: absolute;
bottom : 300px;
left : 10px;
color: #000;
background-color: #ddd;
}
a.test {text-decoration: none;
color: #222;
}
a.test:hover{text-decoration: underline;
}
#menuBar {
text-align:center;
float:none;
padding-left:140px;
}
