#form_1 .Formfield{
    height: 28px;
    width: 260px;
    border: 1px solid #c4c4c4;
    margin-bottom: 15px;
    padding: 0 15px;
}
#form_1 .Formfield1{
    height: 36px;
    width: 235px;
    border: 1px solid #c4c4c4;
    margin-bottom: 15px;
    padding: 0 15px;
    margin-left: 25px;
    color: #5e5e5e;
}

#form_1 span{
    float: left;
    width: 90px;
    position: relative;
    top: 5px;
    font-family: segoe ui;
    font-size: 14px;
    color: #333333;
}
#form_1 .message {
    float: left;
    width: 430px;
    height: 150px;
    clear: both;
    margin-left: 90px;
    margin-bottom: 20px;
    margin-top: -8px;
}
#form_1 .envoyer{
    background-color: #df0021;
    padding: 10px;
    float: right;
    margin-right: 5px;
    font-family: segoe ui;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    left: 80px;
    position: relative;

}
#form_1 .annuler{
    background-color: #df0021;
    padding: 10px;
    float: right;
    position: relative;
    right: 10px;
    font-family: segoe ui;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    left: 70px;
    position: relative;

}
#form_1 .erreur{
    float: left;
    clear: both;
    margin-top: -43px;
    width: 288px;
    color: red;
    font-family: segoe ui;
    font-size: 18px;
    text-transform: capitalize;
    padding: 5px;
}
#form_1 .envoi{
    float: left;
    clear: both;
    margin-top: -43px;
    width: 288px;
    color: red;
    font-family: segoe ui;
    font-size: 18px;
    text-transform: capitalize;
    padding: 5px;
}



