//------------------------------------------------------------------------------------------------------------------------
//fonction d'encryptage prit sur le site http://rumkin.com/tools/mailto_encoder/

function NomCouriel()
{
     

  ML="@b<\"ega0hC/ls2jnvcirf.tSmo =u>:?%";
  MI="26J8C4DK3H6B;FIN>I@6AI0A5IA61;4EA6JO<L1>4AFK9IHH4?F6BC4P=7GBF43M>I@6AI0A5IA61;4EA6J2:6M";OT="";
  
  for(j=0;j<MI.length;j++)
  {

    OT+=ML.charAt(MI.charCodeAt(j)-48);
  }

  document.write(OT);
}

function NomCouriel_Formulaire()
{
     

  ML="@b<\"ega0hC/ls2jnvcirf.tSmo =u>:?%";
  MI="26J8C4DK3H6B;FIN>I@6AI0A5IA61;4EA6JO<L1>4AFK9IHH4?F6BC4P=7GBF43M>I@6AI0A5IA61;4EA6J2:6M";OT="";
  
  for(j=0;j<MI.length;j++)
  {

    OT+=ML.charAt(MI.charCodeAt(j)-48);
  }
                               
  document.write("<form action='mailto:" + OT + "' method='post' enctype='text/plain' name='envoit' id='envoit'>");
}