/* form_f.css */

label.labelOptional:after {
  content: ' «en option»';
}

label.labelRequired:after {
  content: ' «obligatoire»';
}

