h1{
    color: orange;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom : 50px;

}

h2{
    color: lightskyblue;
    font-weight: bold;    
}

.nomMembre{
    color: lightskyblue;
    font-weight: bold;
}


.roleMembre{
    color: rgb(159, 159, 245);
    //font-weight: bold;
}
