body{
    background-color: rgb(233, 233, 200);
}
.gauche{
    height: 850px;
    width: 200px;
    background-color: rgb(95, 72, 72);
}
div{
    display: inline-flex;
}
.droite{
    width: 590px;
    margin: 5px;
}
.image{
    height: 150px;
    
    border-radius: 100px;
    margin-top: 5px;
    margin-left: 60px;
}
.para-gauche{
    margin-top: -10px;
    text-align: center;
    font-size: 20px;
    color: white;
    padding-top: 30px;
}
.titre{
    font-size: 20px;
    text-decoration: underline;
}
.Et{
    font-size: 16px;
}
.HR{
    background-color: rgb(95, 72, 72);
    border: 3px solid  rgb(100, 75, 75) ;
    font-size: 60px;
}
.etat{
    text-decoration: underline;
}
.vitae{
    text-decoration: underline;
    text-align: center;
}