#Usersadd {
    display:flex;
    flex-direction:column;
    width:100%;
    height:95%;
} 

.usersadd-titre {
    display:flex;
    width:100%;
    height:125px;
    align-items:center;
    justify-content:center;
    background-color:#048b9a;
    color:white;
    text-transform:uppercase;
}

.usersadd-data {
    display:flex;
    width:100%;
    height:95%;
}

.usersadd-data-gauche {
    display:flex;
    width:15%;
    flex-direction:column;
    background-color:whitesmoke;
}

.usersadd-data-gauche-entete {
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:60px;
    background-color:#f1c85f;
    color:white;
}

.usersadd-data-gauche-menu {
    display:flex;
    width:100%;
    margin-top:20px;
    flex-direction:column;
    align-items:center;
}

.usersadd-data-gauche-menu-lien {
    font-weight:bold;
    font-size:13px;
    width:70%;
    text-transform:uppercase;
    height:30px;
    border-radius:10px;
    padding:15px;
    text-decoration:none;
    color:white;
    background-color:#048b9a;
    cursor:pointer;
}

.usersadd-data-droite {
    display:flex;
    flex-direction:column;
    width:85%;
    height:95%;
}

.usersadd-data-droite-entete {
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:60px;
    background-color:#f1c85f;
    color:white;
}

.usersadd-data-droite-form {
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    text-align:center;
    height:95%;
    flex-direction:column;
}

.usersadd-data-droite-form-items {
    display:flex;
    flex-direction:column;   
    width:60%;
    margin-left:20%;
    margin-right:20%;
}

.usersadd-data-droite-form-bouton
{
    font-weight:bold;
    text-align:center;
    font-size:13px;
    width:100%;
    text-transform:uppercase;
    margin-top:20px;
    height:40px;
    border:1px solid #048b9a;
    border-radius:5%;
    padding:10px;
    text-decoration:none;
    color:white;
    background-color:#048b9a;
    cursor:pointer;   
}