/*****************************/
/* fonctions-jquery.js
/* contient les evenements jquery
/* Nicolas Rossi
/*****************************/  

 
$(function()
{         

    /*  $("#offrePopUp").fadeIn("slow");
        
        $("#offrePopUp").click(function()
        {         
            document.location="http://shop.wellbox.com/design/wellbox_europe/html/choose_your_country.php";           
        }); 
        
 
        $("#buttonClose").click(function()
        {
            $("#offrePopUp").fadeOut();        
        });   */
 
 
        
      
});