$(document).ready(function(){

	$("#balise2").Bounce(70);
  	$(".news").fadeIn("slow");
	$(".news2").fadeIn("slow");
  	$("#produits").hide();
  	$("#securiser").hide();
    $(".produit").SlideInLeft(1500);
	
	$(".produitcat").SlideInLeft(1500);
	
	 $(".ajouter a").click(function(event){
	$('.content_panier_int').Highlight(1500, '#FFF77F');
	});


	  $(".plus").click(function(event){
	$('#boutons').Highlight(1000, '#FCF14D');
	});
	
	  $(".moins").click(function(event){
	$('#boutons').Highlight(1000, '#FCF14D');
	});
	
	 
	$("#boutons").slideDown("slow");
  
  	$("#menu li#prod a").click(function(event){
      	$("#produits").slideToggle("slow");
      	return false;
    });
	 
  	$("#close").click(function(event){
      	$("#produits").slideToggle("slow");
       	return false;
    });
	
  	$("#closeg").click(function(event){
      	$("#securiser").slideToggle(500);
       	return false;
    });
	   
 	$("#top li#last a").click(function(event){
      	$("#securiser").slideToggle(500);
       	return false;
    });
	
	 $("label.overlabel").overlabel();
	
});