/***************/
/* CSS CONTACT */
/***************/

#partie_gauche {
    float:left;
    width:203px;
    padding-top:32px;
    background:url("../images/ombre_garanties.jpg") no-repeat top right;
    min-height:412px;
    height:auto !important;
    height:412px;
}

#coordo_contact {
    font-size:12px;
    padding:20px 0 0 10px;
    line-height:16px;
}

#coordo_contact a {
    color:#008634;
}

#coordo_contact a:hover {
    text-decoration:none;
}


#partie_droite {
    float:left;
    width:451px;
    padding:45px 0 0 20px;
}

#partie_droite h1{
    font-size:20px;
    font-weight:normal;
    color:#008634;
}

#contact {
    margin-top:15px;
}

#contact table {
    width:435px;
}

#contact th{
    width:105px;
    margin-top:20px;
    font-size:12px;
    font-weight:normal;
    color:#58a92f;
    text-align:right;
    vertical-align:top;
}

#contact th, #contact td {
    padding:2px;
}

#contact td{
    padding-left:10px;
}

#contact select{
    margin-left: 5px;
    width: 209px;
}

.text {
    padding-left:5px;
    width:200px;
}

#mail_success {
    text-align:center;
    padding-top:50px;
    font-size:14px;
}

#mail_success a{
    color:#008634;
}

