function envoyer_ami()
{
	chaine_mail = "mailto:?subject= A voir sur bien préparer sa retraite";        
	chaine_mail += "&body=Je recommande cette page : " + document.title; 
	chaine_mail += ". Consultable à l'adresse : " + location.href;
	location.href = chaine_mail;   
}