 $(window).load(function() {
	 $("div.artiste").hover(function() {
		
	 },function() {
	 });
});

