/* Start of CMSMS style sheet 'Formulaire' */
hr { border:0; border-top:1px solid #F60; height:1px;  font-size:1px; background: #F60; color: #fff}
.dotted-border {border: 1px dotted #F60; padding: 0.5em}

.contactform fieldset {
  padding: 1em;
  background-color: #e6f4d4;
  border: 1px solid #607344;
}
.contactform label {}
.contactform textarea,
.contactform input {border: 1px solid #607344;}
.contactform fieldset legend {display: none;}
.contactform div {width: 100%; padding: 0.25em 0 0.25em 0;}
.contactform div label {
  display: block;
  width: 10em;
  padding:0.2em 0;
  color: #607344;
}
.contactform div.required label {
  font-weight: bold;
}
.error_message {display: none;}
/* End of 'Formulaire' */

