function mailpage()
{
mail_str = "mailto:?subject=Regarde ce site: Motos et Pistards - Club de France";
mail_str += "&body=Sur le site Motos et Pistards : http://www.motos-et-pistards.com/";
location.href = mail_str;
}