body{
    background: url('../img/crayons.png') no-repeat right top;
}

#contenu{
    line-height: 35px;
    width: 500px;
    margin: 0 auto;
    padding-top: 130px;
}

#contenu label{
    width: 200px;
}

#contenu div.form-group{
    line-height: 40px;
}

#contenu .valider{
    margin-top: 20px;
}

#contenu input[type="email"],#contenu input[type="password"]{
    width: 290px;
}

#contenu span[data-action="inscription"]{
    padding-right: 10px;
}