body {
    background: rgba(187,222,232,1);
/*
    font-family: "Times New Roman", Times, serif;
*/
}
h1 {
    text-align: center;
}
.conteneur_v {
}
.conteneur_h {
    display: -webkit-flex;
    display: flex;
    justify-content: -webkit-space-evenly;
    justify-content: space-evenly;
}
.picto_exp {
    position: relative;
    width: 80px;
    padding: 0 20px 0 0;
    top: 8px;
}
.picto {
    position: relative;
    top: 40px;
    width: 80px;
    padding: 0 20px 0 0;
}
.complement_hobbies {
    position: relative;
    left: 100px;
}
#etat_civil {
    position: relative;
    padding: 20px;
}
#photo_identite {
    position: absolute;
    top: 1em;
    right: 1em;
    width: 15%;
}
#picto_zetagamma {
    position: relative;
    width: 80px;
    padding: 0 20px 0 0;
    top: 20px;
}
#picto_meaume {
    position: relative;
    width: 80px;
    padding: 0 20px 0 0;
    top: 25px;
}
#picto_naive {
    display: none;
    position: relative;
    width: 80px;
    padding: 0 20px 0 0;
    top: 25px;
}
#hobbies {
    padding: 20px 0 0 0;
}
