function envoyer_ami()
{
	chaine_mail = "mailto:?subject= Features in MINES ParisTech";        
	chaine_mail += "&body=I recommend this page : " + document.title+'.<br>'; 
	chaine_mail +="You can find it at the address : " + location.href; 
	location.href = chaine_mail;   
}
