#contact .inputclass3{
    float: left;    color: #333333;
    font-family: Segoe UI;
    font-size: 12px;
    width: 300px;
    height: 28px;
    border: 1px solid #c4c4c4;
    background: #f1f1f1;   margin-bottom: 10px;
}

#contact .inputclass4{
    width: 405px;
    height: 200px;
    border: 1px solid #c4c4c4;
    background: #f1f1f1;
    margin-bottom: 10px;
    float: left;
}
#contact .labelform3{    
color: #5E5E5E;
    font-family: Arial;
    font-size: 14px;
    width: 164px;
    float: left;
    display: inline-block;
    clear: both;
    text-align: right;
    margin-right: 8px;
    line-height: 28px;
}

#contact .btnenvoyer {
    background: #1289f0;
    border: none;
    color: #fff;
    margin-right: 5px;
    height: 30px;
    padding-left: 26px;
    padding-right: 26px;
    display: block;
    line-height: 30px;
    text-decoration: none;
    clear: both;
    float: left;
    width: 55px;    font-size: 14px;
    font-family: Segoe UI;
margin-left: 172px;
}
#contact .btnannuler {
    background: #1289f0;
    border: none;
    color: #fff;
    height: 30px;
    padding-left: 26px;
    padding-right: 26px;
    display: inline-block;
    line-height: 30px;
    text-decoration: none;
    float: left;
    width: 55px;    font-size: 14px;
    font-family: Segoe UI;
}
#contact .obligatoire{
    float: right;
    
    color: #ff0000;    margin-right: 120px;
}

#contact .succes{}
#contact .error {
    color: red;
    
    float: left;
    text-align: right;
    margin-left: 6px;
    
    margin-left: 167px;
}

