#adresse {
    font-size: 3rem;
    line-height: 4rem;
    padding-top: 10rem;
    width: 30%;
    float: left;
}
#adresse a {
    font-size: 2.5rem;
    color: black;
}
#adresse a:hover {
    text-decoration: none;
    color: #c5073d;
}
#frm_contact {
    width: 50%;
    float: left;
    padding-top: 10rem;
    text-align: left;
}
#frm_contact label {
    width: 15rem;
    float: left;
    border-width: 0;
    padding: .5rem .4rem;
    clear: both;
    text-align: right;
    font-size: 1.6rem;
    line-height: 2rem;
}

#frm_contact input {
    width: 35rem;
    padding: .2rem;
    margin: .1rem;
    border: .1rem solid black;
    text-align: left;
    font-size: 1.8rem;
    line-height: 2rem;
}

#frm_contact textarea {
    width: 35rem;
    padding: .2rem .2rem 0;
    margin: .1rem;
    border: .1rem solid black;
    font-size: 1.4rem;
    letter-spacing: 1px;
}
#frm_contact #zone_eng {
    width: 20rem;
    margin: 0 auto;
}
#frm_contact input#eng {
    width: 20rem;
    font-weight: bold;
    letter-spacing: 2px;
    text-decoration: none;
    color: white;
    font-size: 1.6rem;
    margin: .5rem auto;
    text-align: center;
    background-color: #c5073d;
}

#frm_contact input#eng:hover {
    font-weight: normal;
    font-size: 1.7rem;
    cursor: pointer;
}