// JavaScript Document
$("#offre9").hide();
$("#offre9Link").click(function() {$("#offre9").fadeIn("slow");return false;});