function mailpage()     
{      chaine_mail = "mailto:?subject=" + document.title;
      chaine_mail += "&body= Je recommande cette page : " + document.title;
       chaine_mail += ". %0\A%0\D Consultable à l'adresse : " + location.href; location.href = chaine_mail;
 } 

