function email(debut,fin,objet) {
	location.href = 'mailto:'+debut+fin+'@ysatis-consulting.fr?subject='+objet;return false;
} 
