arob = "@";

function Afficher_Adresse_Mail(debut,fin) {
document.write("<a href='mailto:"+debut+arob+fin+"'>"+debut+arob+fin+"</a>");
}
