form#formcontact {
margin: 10px 30px;
}
#formcontact label {
overflow: hidden;
float: left;
width: 25%;
text-align: right;
font-weight: bold;
cursor: pointer;
padding-top: 5px;
}
#formcontact input, #formcontact textarea {
width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
margin:5px 0 0 10px; /* set margin on left of form elements rather than right of  */
}
.submit {
padding: 0px 2px;
}



/*Message d'erreur*/
.attention {
background: #fce5e1 url(design/attention.gif) 10px 5px no-repeat;
padding: 10px 5px 5px 50px;
margin: 1em 1em;
border: 1px #e88088 solid;
}
