body{
    background-color:  #ffe4c4;
}
#acceuil {
    /*background-image: url("barre_du_haut.png");*/
    background-color: #ffffff;
    padding-left: 1%;
    padding-right: 1%;
    font-weight: bolder;
    font-style: italic;
    font-family: cursive;
    font-size: 2em;
    text-align-last: justify;
    a:link, a:visited, a:active {
        color: #8a4e00; /* #8a4e00 (marron) et #ffe4c4 (creme)*/
        text-decoration: none;
      }
    a:hover {
        color: #ffe4c4;
    }
}
.container{
    margin: 20px;
    display: grid;
    grid-template-columns: auto auto;
    place-content: center;
    gap: 25px;
}
.container{
    margin-left: 15%;
    margin-right: 15%;
    padding: 30px;
    margin-top: 100px;
    font-weight: bolder;
    font-weight: bolder;
    font-style: oblique;
    font-size: 2.25em;
    font-family: cursive;
    text-align: center;
    a:link, a:visited, a:active {
        color: #ffffff;
        text-decoration: none;
    }
}
.chaud{
    border-radius: 20px;
    border: 20px double rgb(0, 0, 0);
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgb(138, 78, 0, 0.75);
}
.froid{
    border-radius: 20px;
    border: 20px double rgb(0, 0, 0);
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgb(138, 78, 0, 0.75);
}
.desserts{
    border-radius: 20px;
    border: 20px double rgb(0, 0, 0);
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgb(138, 78, 0, 0.75);
}
.panini{
    border-radius: 20px;
    border: 20px double rgb(0, 0, 0);
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgb(138, 78, 0, 0.75);
}
.header{
    img{
        float: left;
    }
}