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;
}

.parent{
    background-image: url("images/bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-position: top;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    height: 900px;
}

.head{
    height: 60px;
    color: #EAD9B8;
    padding-top: 160px;
    padding-left: 40px;
}


.menu{
    display: flex;
    gap: 10px; /* espace entre les blocs */
    margin : 0px 30px 5px 30px;
    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;
}


.cnt{ /*cnt pour contenant, le div qui contient toutes les entrées (voir insert plus bas)*/
    overflow: auto;
    height: 560px;
    width: 720px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.insert{ /* Element div permettant de créer des "entrées de journal" à l'intérieur du cnt*/
    margin-bottom: 20px;
    background: rgba(234, 217, 184, 0.7);
    border: 1px solid #7A6A3F;
    padding: 5px 5px 5px 5px;
}

.colonne{ /*pour créer des paragraphes avec deux colonnes*/
    column-count: 2;
    text-align: justify;
    column-gap: 40px;
}


.foot{
    font-size: 10px;
    text-align: center;
    color: #F5C96A;
    padding-top: 5px;
    height: 20px;
    margin : 0px auto auto auto;
}









/*en dessous = personnalisation des éléments aléatoire*/



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

#titre{
    font-family : times new Roman;
    font-size: 30px;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-shadow: 1px 1px 5px #CFA46A;
}

#st{
    color: #6B3F1F;
    margin: 0px 0px 0px 15px;
    padding: 0px 0px 0px 0px;
    font-style: italic;
    font-weight: bold;
}

h1{
    font-size: 30px;
    color: yellow;
}



#p1{
    font-family: Arial;
}

.p1{
    font-size: 10px;
}

#p2{
    font-family: Comic Sans MS;
}

.div-test1{
    border: 1px solid black;
}

.div-test2{
    border: 1px solid black;
    font-family: arial;
    background-color: #ffffff;
    height: 100px;
    overflow-y: scroll;
}
.div-test3{
    border: 1px solid black;
    font-family: arial;
    background-color: #ffffff;
    height: 100px;
    overflow-y: scroll;
}

hr{
    border: 0px solid black;
    border-top: 6px double white;
    width: 300px;
}


.line{
    background: -moz-linear-gradient(rgba(255, 000, 000, 0.9), rgba(255, 000, 000, 0.1));
    background: -o-linear-gradient(rgba(255, 000, 000, 0.9), rgba(255, 000, 000, 0.1));
    background: -webkit-linear-gradient(RGBa(255, 000, 000, 0.9), RGBa(255, 000, 000, 0.1));
    background: linear-gradient(rgba(255, 000, 000, 0.9), rgba(255, 000, 000, 0.1));
    border: 1px solid blue;
    height: 200px;
    color: white;
}


.tr1{
    background-color: #000;
}














