function courriel(nom,domaine) {
	locationstring = "mailto:" + nom + "@" + domaine;
	window.location = locationstring;
	}// JavaScript Document