#contenu{
    padding-top: 70px;
}
.clear{
    clear: both;
    visibility: hidden;
}
fieldset{
    width: 530px;
    height: 70px;
    margin: 0 auto 70px;
    position: relative;
    text-align: center; /* affecte le message d'erreur mais pas le wrapper */
}
#form_wrapper{
    position: absolute;
    left: 14%;
    bottom: 40%;
}
#mot_de_passe{
    width: 200px;
}