function afficher(div)
{
	document.getElementById(div).style.display = 'block';
}