function courrier()
{
  nom = "%6D%6C%63%40%6D%6F%64%6C%61%70%2E%63%6F%6D";
  document.write('<a href="mailto:' + nom  + '">Contact</a>');
} 
