function mailpage()
{
mail_str = "mailto:?subject=Recommandation : Le site des Fils Canouche ";
mail_str += "&body=Je t'invite à regarder le site des Fils Canouche";
mail_str += "Tu pourras le parcourir sur cette adresse : <br/>" + "<b>" + location.href + "</b>"; 
location.href = mail_str;
}
