
	function verifInputIdent(theObjID) {
		var theObj=document.getElementById(theObjID);
		
		if (theObj.Nidentifiant.value=='adresse e-mail') theObj.Nidentifiant.value='';
		if (theObj.NmotPasse.value=='mot de passe') theObj.NmotPasse.value='';
	}
	