// Document Javascript
function envoiForm(id) {
  document.getElementById(id).target = 'formulaire';
  window.open('', 'formulaire', 'width=800, height=800, scrollbars=yes');
}
