body{
    font-family: Arial, Helvetica, sans-serif;
    background-color: #F3EEDE; 

}

main{
    margin-left: 200px;
    padding: 20px;
    padding-top: 60px;
}

a{
    color: black;
    text-decoration: none;
}
a:hover {
    color: white;
}

.bandeau {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #C9CCCD;
    color: black;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 1.2em;
    z-index: 1000;
    
}

.bandeau-gauche{
    position: fixed;
    top: 0;
    left: 0;
    width: 200px;
    height: 100%;
    background-color: #C9CCCD;
    color: black;
    padding: 20px;
    box-sizing: border-box;
    
}


img{
    border-radius: 10px;
   height: 180px; width: 130px;
   position:absolute ;
}


