function fct_mailto(target) {
	location.href='mailto:'+target+'@marqueandco.fr';
};
