.formulaire_spip ul { list-style-type: none; }
.clear { clear: both; }
.clearfix:after {
  content: ""; /* Important, sinon l'élément n'est pas généré. */
  display: table;
  clear: both;
}