$(document).ready(function(){
    $('.menuRepas').mouseover(function() {$(this).addClass('menuRepasOver');});
    $('.menuRepas').mouseout(function() {$(this).removeClass('menuRepasOver');});
    $('.menuMenage').mouseover(function() {$(this).addClass('menuMenageOver');});
    $('.menuMenage').mouseout(function() {$(this).removeClass('menuMenageOver');});
    $('.menuFranchise').mouseover(function() {$(this).addClass('menuFranchiseOver');});
    $('.menuFranchise').mouseout(function() {$(this).removeClass('menuFranchiseOver');});
    //$('.inputRecherche').click(function() {$(this).val('');});
    $('.inputRecherche').mask("99999");
});
