td.contain {
  height: 444px;
}

img.rappel {
  position: absolute;
  top: 0px;
}


form,
p {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* Bloc Div class: textePage */
*.textePage {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 10px;
  font-size: 12px;
  font-weight: normal;
  font-family: Helvetica,Geneva,Arial,Swiss,SunSans-Regular;
}

fieldset {
  border: 0px;
  margin-left: 10px;
  margin-right: 15px;
}

fieldset p {
  margin-top: 0px;
  margin-bottom: 3px;
  padding-bottom: 0px;
  padding-top: 0px;
}

/* Bloc label */
label {
  width: 100px;
  float: left;
}

/* Bloc p class: formSection */
p.formSection {
  text-align: left;
  font-style: normal;
  font-weight: bold;
  color: #73160E;
  line-height: 16px;
  font-size: 14px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  padding-bottom: 2px;
  border-bottom: 1px solid #73160E;
  margin-bottom: 2px;
}

/* Bloc p class: formSubSection */
p.formSubSection {
}

/* Bloc Span class: formMandatory */
span.formMandatory {
  color: #ff0000;
}

/* Bloc Input class: component */
input.component {
  width: 500px;
}

fieldset#section5 input.component{
  width: 80px;
}

textarea.component {
  width: 500px;
  height: 100px;
}
