function alaposte(debut,fin,objet) {
	location.href = 'mailto:'+debut+fin+'@stefdem.com?subject='+objet;
	return false}
