$(document).ready(function(){$(".heart-panel").css({height:"0",marginTop:"1px"});$(".coup-de-coeur > a").hover(function(){$(".heart-panel").animate({height:"156px",marginTop:"-156px"});$(".heart-panel").addClass("heart-open");$(".heart-panel ").children().not("."+$(this).attr("rel")).hide();$(".heart-panel ."+$(this).attr("rel")).show()});$(".heart-panel").hover(function(){if($(this).height()!=0){}},function(){});$(".content-footer").hover(function(a){},function(a){if($(".heart-panel").hasClass("heart-open")==false){$(".heart-panel").animate({height:"0",marginTop:"1px"})}});$(".flash-menu-home,.home-img, .left-column, .controlPanel, .la-compagnie-content").hover(function(){$(".heart-panel").animate({height:"0",marginTop:"1px"});$(".heart-panel").removeClass("heart-open")},function(){});$(".main-content").hover(function(){},function(){$(".heart-panel").animate({height:"0",marginTop:"1px"});$(".heart-panel").removeClass("heart-open")})});
