body 
    {
    font-family: "Impact", arial, Verdana, sans-serif;
    width: 80%;
    min-width: 500px;
    margin: auto;
    }

#menu_top
    {
    list-style-type: none;
    list-style: none;
    color: white;
    height: 30px;
    margin-top: 20px;
    }

#menu_top a
    {
    text-decoration: none;
    color: white;
    }

#menu_top li
    {
    display: inline;
    padding: 0 .5em;
    display: inline-block;
    }

#presentation_galette_mois
    {
    font-size: 90%;
    text-align: right;
    background-color: rgba(200,200,200,0.5);
    height: 100px;
    margin-top: 20px;
    background-image:url(galette_mois.jpg);
    background-size: cover;
    }

#presentation_galette_mois a
    {
    margin-top: 40px;
    margin-bottom: 10px;
    margin-right: 10px;
    text-decoration: none;
    color: black;
    font-size: 90%;
    display: inline-block;

    }

#flex
    {
    display:flex;
    }

#main
    {
    width: 80%;
    margin-top: 20px;
    white-space: normal;
    display: flex;
    }

#division
    {
    width: 33.3%;
    padding-right: 0px;
    border-right: 10px solid;
    border-right-color: white;
    }

#sidebar1
    {
    width: 20%;
    white-space: normal;
    }

#sidebar1 h2
    {
    padding: 10px;
    color: white;
    padding-top: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    }

#sidebar1 p
    {
    color: white;
    }

#footer_site
    {
    margin-top: 20px;    
    }

.boite_bordure
    {
    border: 3px fuchsia outset;
    }

.boite_bord_arrondi_ombre
    {
    border-radius: 5px;
    box-shadow: 2px 2px 2px black;
    }

p
    {
    text-align: justify; 
    max-height: 400px;
    padding: 10px;
    text-overflow: ellipsis;
    }

h1
    {
    text-overflow: ellipsis; 
    display: inline-block;
    }

#main h2
    {
    padding: 10px;
    text-overflow: ellipsis;
    text-decoration: underline;
    }

.couleur_de_fond_gray
    {
    background-color: gray;
    }