// JavaScript Document

function courriel(nom,site)
{
	window.location.href = "mailto:" + nom + "@" + site;
}
