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


