
div#formulaire-contact {
 
}

#formulaire-contact form {
  clear: both;
  float: none;
  text-align: left;
  }
  
div#formulaire-contact-bottom {
  width:100%;
  background-image: url("/images/page/bg-bottom-form-defis.gif");
  background-position: bottom left;
  background-repeat: no-repeat;	
  height: 23px;  
  margin-left: 54px;
}

form#contact_form hr {
  clear: both;
  float: none;
  margin: 10px 0;
  width: 596px;
}

div.form-row {
  display: block;	
  clear: both;
  float: none;
  width: 100%;
}

div.form-col1 {
  float: left;
  width: 392px;
}

div.form-field {
  float: left;
  padding: 0 20px 10px 0;
}

div.form-field-last {
  float: none;
  _float: left; /* IE6 */
  padding: 0 0 10px 0;
}

#contact_form label {
  display: block;
  color: black;
}

#contact_form input, #contact_form textarea {
  padding: 1px 2px;
  border: 1px solid #dddddd;
  background-image: url("/images/page/bg-input.gif");
  background-position: top left;
  background-repeat: no-repeat;
  width: 180px;
  margin: 0;
  overflow: auto;
}

#contact_form textarea#message {
  width: 592px;
}

input#form-contact-submit {
  width: 280px;
  height: 30px;
  color: white;
  border: none 0; 
  background-image: url("/images/page/bg-bt-submit.gif");
  background-position: top left;
  background-repeat: no-repeat;
  font-weight: bold;
  cursor: pointer;
  margin-left: 160px;
  margin-top: 10px;
}


/******************************* MESSAGE ENVOYE ***********************************/

#message-envoye {
  margin-top: 10px;	
  }

#message-envoye p {
  text-align: center;
  color: #dd7323;
  font-weight: bold;
  line-height: 14pt;
  font-style: italic;
}