url = "http://www.pastellistesdefrance.com";
objet = "A voir - %E1 lire";
texte = "infos int%E9ressantes";
function sendUrl()
{ 
window.location = "mailto:?subject="+objet+"&body=Je te recommande ce site, "+texte+" :  "+url;
   } 
