function mail(){
	var nom = "s.monnier";
    window.location.href="mailto:" + nom + "@" + "executive-process.fr";
   }
function mail_distri(){
	var nom = "g.macciocu";
     window.location.href="mailto:" + nom + "@" + "executive-process.fr";
    }
function mail_logistique(){
	var nom ="f.tabi";
	window.location.href="mailto:" + nom + "@" + "executive-process.fr";
    }
   
function mail_export(){
	var nom="jm.lecocq";
    window.location.href="mailto:" + nom + "@" + "executive-process.fr";
   }
