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

$("#offre2").hide();
$("#offre2Link").click(function() {$("#offre2").fadeIn("slow");return false;});