//Cacher les mails
function mailto(target, email, domaine) {
    target.href = 'mailto:' + email + '@' + domaine ;
} 

