function mailpage()
{
 chaine_mail = "mailto:?subject=Le site de Lyze Comtois artiste-peintre ";
 chaine_mail += "&body=À voir immédiatement le site de Lyze Comtois, artiste-peintre " ;
 chaine_mail += "à "+ location.href; 
 location.href = chaine_mail;
}

