// JavaScript Document
$(function(){
	$("#loadingThemes").hide();
	$("#themesLiens li img").click(function(){  $("#themesLiens li img").each(function(){ $(this).attr("id",$(this).attr("id").replace("On","Off"))  });   ; $(this).attr("id",$(this).attr("id").replace("Off","On")) ; $("#loadingThemes").show(); $("#themesDroite").empty().load("/Ajax/HomeThematiquesPage",{theme:$(this).attr("ed")},function(){ $("#loadingThemes").hide(); }); });
});


