
#menugauche { list-style-type: none; margin: 0; padding:0; }
#menugauche li {
margin-bottom: 5px;
}
#menugauche a { margin: 0 2px; color: black; font-weight: bold; background-color: #ccc; text-decoration: none; text-align: center; border: solid 1px gray; display: block; }
#menugauche a:hover { background-color: #eee; text-decoration: none; }
#menudroit {
list-style-type: none;
margin: 0;
padding:0;
}
#menudroit li {
margin-bottom: 5px;
}
#menudroit a {
margin: 0 2px;
color: #000000;
text-decoration: underline;
}
#menudroit a:hover {
text-decoration: none;
}

