function envoyer(domain,nom)
{
	document.location='mailto:'+nom+'@'+domain ;
}


