<!--
  function courriel(nom) {
    window.location = "mail" + "to:" +  nom + "@" +"univ-lyon1.fr"
  }
-->


