Formulaire de participation au point γ

Complétez le formulaire. Les champs marqué par * sont obligatoires

Contact //placeholder: indication grisée //required: il faut renseigner le champs sinon la validation est bloquée //autofocus: le curseur est positionné dans cette case au chargement de la page
// type="tel": bascule le clavier sur un smartphone // pattern: expression régulière à vérifier pour pouvoir valider

Information personnelles // type="number": bascule le clavier sur un smartphone

Choisissez vos binets favoris

Code CSS: p { margin-top: 0px; } fieldset { margin-bottom: 15px; padding: 10px; } legend { padding: 0px 3px; font-weight: bold; font-variant: small-caps; } label { width: 110px; display: inline-block; vertical-align: top; margin: 6px; } em { font-weight: bold; font-style: normal; color: #f00; } input:focus { background: #eaeaea; } input, textarea { width: 249px; } textarea { height: 100px; } select { width: 254px; } input[type=checkbox] { width: 10px; } input[type=submit] { width: 150px; padding: 10px; }