#membres ul {

}
#membres li {
display: inline;
cursor: pointer;
text-align: center;
font-weight: bold;
border: 1px solid white;
margin: 1px;
background: rgb(200,200,0);
}
#membres li a {
color: rgb(0,0,0);
text-decoration: none;
height: 100%;
border: 0 none;
}
#menu2 li a:hover, #menu2 li a:focus
{
	background: rgb(255,223,0);
}
