body
{
    font-family:  "Open sans";
    font-size: medium;
    text-align: justify;
    color: rgb(3,34,76);
    width: 80%;
    margin: auto;
}

header
{
    font-family:  "Roboto";
    font-size: large;
    font-weight: bold;
    background-color: rgb(128,208,208);
    color: rgb(29,72,81);
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

header, a
{
    color: rgb(29,72,81);
    text-decoration: none;
}

#eng_ver
{
    font-style: italic;
}

footer
{
    font-family:  "Lato";
    font-size: small;
    background-color: rgb(128,208,208);
    color: rgb(86,115,154);
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: auto;
    padding-top: 0.5cm;
}

footer p
{
    text-align: center;
}

h3
{
    margin-left: 20pt;
    border-left: 5pt solid rgb(29,72,81);
    padding-left: 5pt;
}

ul
{
    margin-left: 30pt;
}


.image_flottante
{
    float: left;
}

.dessous
{
    clear: both;
    padding-top: 0.1cm;
}

li{
  margin: 10px 0;
}

p
{
    padding-bottom: 0.2cm;
}

h1.nom
{
    font-family: "Roboto";
    text-align: center;
    font-weight: bold;
    font-size: x-large;
    color: rgb(29,72,81) ;
}

h2.nom
{
    font-family: "Roboto";
    text-align: center;
    font-weight: bold;
    font-size: large;
    color: rgb(29,72,81);

}

p.nom
{
    text-align: center;
    font-style: italic;
}

span.annee
{
    font-weight: bold;
    color: rgb(29,72,81);
    display:inline-block
}

