jQuery(document).ready(function(){
	
	if(document.getElementById("liframe"))
		document.getElementById("liframe").src="";
	
	
	//jQuery('.zonemultipage').remove().appendTo('body');
	
	jQuery(".groupement > span").click(function()
		{
			//alert('truc');
			jQuery(this).parent().children('ul').toggleClass('deplie');
		}
	);
	
	jQuery("sup").hover(
		function ()
		{
		
		}, 
		 function () 
		 {
				  //jQuery(this).toggleClass("survol");
		 }
	);
	
	
/*	jQuery("sup").simpletip({
		
		onBeforeShow: function(){
	      // Note this refers to the API in the callback function
			var lid=jQuery(this).attr("id").substr(8);
			var contenu=jQuery("#note"+lid).html();
			//this.update(contenu);
	   }
		
	})
	
/*
	jQuery("sup").hover(
			function () {
				jQuery(this).attr("style","cursor:pointer;");
				var lid=jQuery(this).attr("id").substr(8);
				//jQuery(this).attr('title',jQuery("#note"+lid).html());
				jQuery(this).simpletip(
						{
				//	var lid=jQuery(this).attr("id").substr(8);
						content:"truc truc"//jQuery("#note"+lid).html()
						}
				);
			  }, 
			  function () {
				  //jQuery(this).toggleClass("survol");
			  }
		);
	*/
	/*jQuery("sup.note").click(function()
	{
		var lid=jQuery(this).attr("id").substr(8);
		jQuery(this).attr('title',jQuery("#note"+lid).html());
		
		//
		
	}
	);
	/*
	jQuery('sup').ToolTip(
	{		
			

	}
	);
	*/
	
	
	
	
 });

function truc()
{
	/*htmltooltip.nettoyer();
	window.status="ca commence";
	jQuery('.htmltooltip').remove();
	//jQuery('#notes').remove();
	//jQuery('.htmltooltip').remove();
	//alert(document.getElementById("notes").childNodes.length);
	
	*/
}
