function mailpage()     
   {
   chaine_mail  = "mailto:?subject=Site ToutRater.com ";         
   chaine_mail += "&body= Je recommande cette page : " + location.href;
   location.href = chaine_mail;     
   } 

