/* Corp de la page */
body{
    font-family: 'Century Gotic', Calibri, serif;
    font-size: 20px;
    margin: 0px;
    padding:0px; 
}

.h1_corp{
    font-size: 60px;
    font-weight: bold ;
    text-decoration: underline;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
}
.article{
    margin: 7%;
    margin-bottom: 5%;
    display:  block;
}

/* menu à l'intérieur du corp de la page' */
.menu1{
    display: inline-block;
    width: 20%;
    vertical-align: top;
}
.contenu{
    display: inline-block;
    width: 70%;
    
}
.submenu1{
    list-style-type:  none;
    margin-left: -10%;
    margin-right: 4%;
}
.lien_menu{
    height: 10%;
    background-color: #c7ddef;
    
}
.lien_menu1{
    height: 10%;
    background-color: #ccc;
}
.submenu1 a{
   margin-left: 2%;
   text-decoration: none;
   color: #000;
}
/* page contact */
.c_article{
    margin: 3%;
    width: 100%;
}
.c_div_image{
    margin: 0;
    width: 100%;
    text-align: center;
}
.c_div_contact{
    margin:3%;
    width: 100%;
}
.c_adr_mail {
    width:100%;
    text-align: center;
    font-size: 1.7vw;
    color: rgb(96,136,170);
}