// JavaScript Document
function envoi_mail(lien) {
var nom="m.dupeyroux";
var domaine="psychotherapie-emdr.fr";
document.write('<a href=\"mailto:'+nom+'@'+domaine+'\">');
document.write(lien+'</a>');
}
