body {
background-color: black;
color: white;
}
#menu {
display: flex;
#menu h1 {
margin: 10px;
margin-right: 25%;
header {
width: 100%;
justify-content: space-around;
header a {
text-align: center;
text-decoration: none;
padding: 10px;
white-space: nowrap;
header a:hover {
background-color: white;
color: black;
#select {
background-color: grey;
#select:hover {
#lienAccueil {