$(document).ready(function() {
// position souris
// document.write("<a href=\"" + site + "dd_lcv09.jsp?NPIB=" + NPIB + "&PSE=" + PS2 + "&h=" + datetime + "\" target=\"droite\">");
// div apparait
	$("tr.quoila").hover(function(elem) {
		$(this).siblings("tr").removeClass("hilight");
		$(this).addClass("hilight");
		$('div.jq').removeClass("jq");
//		$('div#ledivquivole').addClass("jq").css("left","130").css("top",elem.pageY).load("dd_lcv09.jsp?NPIB="+$(this).attr("npib")+"&PSE="+$(this).attr("pse")+"&h="+$(this).attr("h"));
}, function() {
}).click(function() {
	$(this).siblings("tr").removeClass("hilight");
	$('div.jq').removeClass("jq");
//	$(this).parent().load("dd_lcv09.jsp?NPIB="+$(this).attr("npib")+"&PSE="+$(this).attr("pse")+"&h="+$(this).attr("h"));
//	$(this).html("liste.html");
// parent.frames['droite'].location.href = "dd_lcv09.jsp?NPIB="+$(this).attr("npib")+"&PSE="+$(this).attr("pse")+"&h="+$(this).attr("h");

	});
	$("table#listegauche").tablesorter();
	$("table#listegauche thead tr th").hover(function(){
		$(this).addClass("thhover").parents("table").find("td."+$(this).attr("id")).addClass("tempfondover");
	}, function(){
		$(this).removeClass("thhover").parents("table").find("td."+$(this).attr("id")).removeClass("tempfondover");
		}).click(function(){
		$(this).removeClass("thhover");
		});
});
