/*
.register_form input, .register_form select{
  margin-bottom: 15px;
}
*/
.register_form input[type="checkbox"], .register_form input[type="radio"], input#conditionsadhesion {
  height: 15px;
  width: 15px;
}
.register_form .submit-container{
    text-align: center;
}
.register_form .submit-container button{
    margin: 10px auto;
}
.register_form h3{
    margin-top: 20px;
    margin-bottom: 15px;
}
.register_form a{
    text-decoration: underline;
    font-weight: bold;
}
.register_form a:hover{
    text-decoration: none;
}
.erreur{
    color: red;
    margin: 15px 0;
    font-weight: bold;
}
.confirmation{
    color: #396c18;
    margin: 15px 0;
    font-weight: bold;
}
label.choix_reglement{
    width: 100%;
}
.pourcent-texte{
    margin-bottom: 10px;
}
.form-data input, .form-data textarea{
    margin-bottom: 10px;
} 