/*=================================*/
/*          Mise en page           */
/*=================================*/

#contact {
    width: 450px;
    margin: 0 auto 0 auto;
    padding: 10px 30px 10px 30px;
    border-top: 1px solid #9F9FEC;
    border-left: 1px solid #9F9FEC;
    border-bottom: 1px solid #5E5ED9;
    border-right: 1px solid #5E5ED9;
    background: url(../images/fonds/formulaire.png) !important;
    background-color: #F3F3F3;
}

#contact p {
    margin: 0;
    padding: 0;
    border: 0;
    text-indent: 0;
}

/*=================================*/
/*           Formulaire            */
/*=================================*/

#contact label {
    display: block;
    clear: left;
    float: left;
    width: 120px;
    height: 24px;
    font-weight: bold;
}

#contact input {
    clear: right;
    float: right;
    width: 328px;
    background-color: #FFFFFF;
    border: 1px solid #5E5ED9;
}

#contact textarea {
    clear: left;
    float: left;
    width: 448px;
    height: 150px;
    background-color: #FFFFFF;
    border: 1px solid #5E5ED9;
    overflow: auto;
}

#contact .submit {
    clear: left;
    margin: 10px 0 10px 0;
    width: 80px;
    background-color: #FFFFFF;
    border: 1px solid #5E5ED9;
}

#contact .legende {
    clear: both;
    font-style: italic;
    text-align: center;
    font-size: 11px;
}
