$(function(){
	$(".tableauCotations .listTitle").each( function() { $(this).wrapAll("<div class=barreTitreCotation></div>"); });
	//$("#ombreTitreCotation").insertBefore("#tableauCotations table");
	//$(".tableauCotations td img").remove();
	$(".iconeGraphique").appendTo("th.illus");
});


