.TITRE{
    text-decoration:underline ;
    text-align: center;
}
.etat{
    text-decoration: underline;
    font-size: 26px;
}
body{
    background-color: rgb(233, 233, 200);
}
.gauche{
    float: left;
    margin-top: 1px;
    background-color: white
}
.droite{
    float: right;
    margin-top: 1px;
    margin-right:300px;
}
.image{
    height: 140px;
    width: 99px;
    border-radius: 20px;
    margin-top: 20px;
    margin-left: 40px;
}
.para-gauche{
    margin-top: -10px;
    margin: 60px;
    font-size: 20px;
    color: rgb(8, 6, 6);
}
.titre{
    font-size: 20px;
    text-decoration: underline;
}
.Et{
    font-size: 16px;
}
.HR{
    background-color: rgb(95, 72, 72);
    border: 3px solid  rgb(95, 72, 72) ;
    font-size: 60px;
}