window.onLoad = setTimeout('pointer()', 1000);
function pointer()	{
	document.getElementById("identifiant").focus();
}