function allerAuFormulaire()
{
  if (retourAuFormulaire) {
  	window.scrollTo(0,document.getElementById('formulaire').offsetTop);
  }
}
