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;
    }
}
header {
    font-size: 1.5em;
    font-family: 'Lucida Sans Unicode';
    font-weight: bold;
    text-align: center;
    color: #8a4e00;
    text-decoration: underline;
}
.bloc1{
    margin-bottom: 15px;
    overflow: auto;
    border-radius: 20px;
    border: 5px solid rgb(0, 0, 0);
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgb(138, 78, 0, 0.5);
}
.img_droigt {
    border-radius: 10% 5% 10% 30%;
    float: right;
    margin: 15px;
    max-width: 40%;
}
.img_gauche {
    border-radius: 5% 10% 30% 10%;
    float: left;
    margin: 15px;
    margin-right: 25px;
    max-width: 40%;
}
.autre{
    margin: 20px;
    display: grid;
    grid-template-columns: auto auto auto;
    place-content: center;
    gap: 25px;
}
.autre{
    font-weight: bolder;
    font-weight: bolder;
    font-style: oblique;
    font-size: 1.25em;
    font-family: cursive;
    text-align: center;
    a:link, a:visited, a:hover, a:active {
        color: #8a4e00;
        text-decoration: none;
    }
}
.froid{
    border-radius: 20px;
    border: 5px solid rgb(138, 78, 0);
    padding-left: 10px;
    padding-right: 10px;
    background-color: white;
}
.desserts{
    border-radius: 20px;
    border: 5px solid rgb(138, 78, 0);
    padding-left: 10px;
    padding-right: 10px;
    background-color: white;
}
.paninis{
    border-radius: 20px;
    border: 5px solid rgb(138, 78, 0);
    padding-left: 10px;
    padding-right: 10px;
    background-color: white;
}
h2{
    text-align: center;
    text-decoration: underline;
}
.bloc2{
    margin-left: 35%;
    margin-right: 35%;
    overflow: auto;
    border-radius: 20px;
    border: 5px solid rgb(0, 0, 0);
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgb(138, 78, 0, 0.5);
}