#form_contact .Formfield {
    height: 28px;
    width: 260px;
    border: 1px solid #c4c4c4;
    margin-bottom: 15px;
    padding: 0 15px;
}

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

#form_contact .select_box {
     height: 36px;
    width: 267px;
    border: 1px solid #c4c4c4;
    margin-bottom: 15px;
    padding: 0 15px;
    margin-left: 25px;
    color: #5e5e5e;
}


#form_contact span {
    float: left;
    width: 85px;
    position: relative;
    top: 5px;
    font-family: segoe ui;
    font-size: 14px;
    color: #333333;
}
#form_contact .Message {
    float: left;
    width: 430px;
    height: 150px;
    clear: both;
    margin-left: 85px;
    margin-bottom: 20px;
    margin-top: -10px;
    border: 1px solid #c4c4c4;
}
#form_contact .Envoyer {
    background-color: #df0021;
    padding: 10px;
    float: right;
    margin-right: 5px;
    font-family: segoe ui;
    font-size: 14px;
    position: relative;
    right: 70px;
    text-decoration: none;
    color: #fff;
}
#form_contact .Annuler {
    background-color: #df0021;
    padding: 10px;
    float: right;
    position: relative;
    right: 75px;
    font-family: segoe ui;
    font-size: 14px;
    color: #fff;
    text-decoration: none;

}
#form_contact .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_contact .envoi {
    float: left;
    clear: both;
    margin-top: -38px;
    width: 288px;
    color: red;
    font-family: segoe ui;
    font-size: 18px;
    text-transform: capitalize;
    padding: 5px 12px;
    text-align: center;
}



