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