function confirmation(link)	{
	if (confirm("Etes vous sur ?")) { document.location.href=link; }
}