$(document).ready(function() {
	// hover (questions:alewin@axecibles.com)
	$('.btn_logo,.btn_contact,.btn_2,.img_encart').hover(function(){
		$(this).stop().fadeTo(400,'0.75');
	},function(){
		$(this).stop().fadeTo(400,'1');
	});
});


