body{
    background-image: url("../images/FOND.jpg");
    background-position: center;
    font-family: "Oldenburg", "Times New Roman", serif;
    font-weight: 300;
    font-size: 14px;
    color: #6B3F1F;
    margin: 0px;
    padding: 0px;
}

.header{
    height: 150px;
    padding-top: 50px;
    text-align: center;
}

.menu{
    display: flex;
    gap: 10px; /* espace entre les blocs */
    margin : 30px;
    margin-left: 30%;
    margin-right: 30%;
    padding: 5px 5px 5px 5px;
}


.bouton{ /*paramètres des boutons du menu*/
    flex: 1; /* même largeur */
    box-shadow: 0px 0px 5px #7A6A3F;
    padding: 10px;
    background-color: rgba(122, 106, 63, 0.9);
    font-weight: bold;
    color: #F5C96A;
    text-align: center;
    border-radius: 10px;
}

.parent {
    display: flex;
    overflow: hidden;
    position: absolute;
    top: 200px;
    bottom: 40px;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    text-align: justify;
}

.gch {
    flex: 1;
    margin-top: 15px;
    overflow: auto;
}
.ctr {
    flex: 1;
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 0%;
    overflow: auto;
}
.drt {
    flex: 1;
    margin-top: 25px;
    overflow: auto;
}

.footer {
    height: 20px;
    padding-top: 10px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    line-height: 0px;
    font-size: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-shadow: 1px 1px 10px #6B3F1F;
}

.insert{ /* Element div permettant de créer des "entrées de journal" à l'intérieur du cnt*/
    margin-bottom: 20px;
    background: rgba(163, 184, 92, 0.2);
    border: 1px solid #6F8F3E;
    padding: 5px 5px 5px 5px;
    overflow: hidden;
}

a{
    color: #F5C96A;
    text-decoration: none;
    font-weight: bold;
}

h4{
    background-color: #F5C96A;
    border-left: 5px solid #D97A2B;
    padding-left: 5px;
    margin-right: 10px;
}

#titre{
    font-family : times new Roman;
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 20px;
    text-shadow: 1px 1px 5px #CFA46A;
}