/*css poissonerie*/

body{
background-color: lightgrey;
front-family: system-ui;
}


ul{
position: relative;
bottom: -10px;
list-style-type: none;
margin: 0;
padding: 0;
color: white;
background-color: #333;
overflow: hidden;
font-size: 115%;
font-family: system-ui;
}

li{
float: left;
}

li a{
text-decoration: none;
display: block;
color: white;
color background: black;
text-align: center;
padding: 10px 85px;
font-family: system-ui;
}

.active{
    background-color: darkred;
} 


#logo1{
position : relative;
top: 50px;
right: 0px;
width: 15%;
}
