<!--
function mailpage()
{
 chaine_mail = "mailto:?subject= Va voir ce site ! : " + top.document.title;
 chaine_mail += "&body= Je te recommande cette page : " + top.document.title;
 chaine_mail += ". Consultable à l'adresse : " + top.location.href;
 location.href = chaine_mail;
}
//-->
