/* ---------------------------------- */
/*           A C C U E I L            */
/* ---------------------------------- */

table.contact_table {
   width: 500px;
   border: 1px solid #787878;
}

table.contact_table th {
   text-align: right;
}

table.contact_table input {
    width: 200px;
}

table.contact_table textarea {
    width: 450px;
    height: 200px;
}

table.contact_table td.obligatoire {
    text-align: right;
}

p.error {
   color: red;
   font-weight: bold;
}

