$(function(){

	$("#header h1 a img, div.l-bannerbox p a img, dl.barblogbox dd a img, p#bar-ym01 a img, p#barym02 a img, p#bar-jpmc a img, p#bar-maison a img, p.sub-banner a img, p#barnabrain").hover(function(){
		$(this).css("opacity", "0.6");
		$(this).css("filter", "alpha(opacity=60)");
		$(this).fadeTo("slow", 1.0);
	});
	

});

    

