@import url(https://fonts.google.com/specimen/Lato);

body{
    margin: 0;
    font-family: Lato;
}

#header-menu1{
    background-color: #709CA7;
}

.case-menu
{
display: inline-block;
width: 200px;
min-height : 30px;
text-align: center;
background-color: #B8CBD0;
}

.texte-button{
    text-decoration: none;
}

#part1{
    margin-left: 20px;
}

#part2{
    margin-left: 20px;
}

footer{
    background-color: grey;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
}

.footer1{
    margin-bottom: 10px;
}

.titre-article{
    font-size: 25px;
}

.article{
    margin-left: 10px;
}