		<!--
			function changerCurseur(lien)
			{
				if (fureteur == "IExplorer")
				{
					lien.style.cursor = "hand";
				}
				else
				{ 
					lien.style.cursor = "pointer";
				}
			}
		//-->