﻿$(function() {
	$("#menu_marque img").hover(function(){
			$(this).fadeTo(100, 0.75)},function(){
				$(this).fadeTo(100, 1);
		});
	
});


