function ChangeUrl(formulaire) {
  location.href=formulaire.ListeUrl.options[formulaire.ListeUrl.selectedIndex].value;
}
