function deplielettremail(nom)
{
	document.getElementById(nom).style.display=document.getElementById(nom).style.display=="none"?"block":"none";
}