var initSel = null;

function show(onglet){
	$("#zone-promoselection .cproduit").hide();
	$("#zone-promoselection #menu-promo a").removeClass("actif");
	$("#"+onglet).show();
			
	$("#menu-promo li."+onglet+" a").addClass("actif");
	if (onglet=="notre-selection" && initSel==null){
		$("#notre-selection").carousel({ dispItems: 3,autoSlide: true,loop: false });
		initSel=1;
	}
}



$().ready(function(){
    	$("#nos-promotions").carousel({ dispItems: 3,autoSlide: true,loop: false });
    	
    	$('#menu-categorie > li ').each(function() {
		$(this).mouseover(function(){$('> a',this).addClass("mhover");}).mouseout(function(){$('> a',this).removeClass("mhover");});
	}); 
			
		
	$("#zone-hommes a").hover(function () {
		$(this).stop().animate({opacity: 0.6}, "normal");
	},function () {
		$(this).stop().animate({opacity: 1}, "normal");
	}); 
	$("#zone-femmes a").hover(function () {
		$(this).stop().animate({opacity: 0.6}, "normal");
	},function () {
		$(this).stop().animate({opacity: 1}, "normal");
	}); 
	
	$("#form-contact").validate({
		rules: {
			nom: "required",
			message: "required",
			email: {
				required: true,
				email: true
			}
		},
		messages: {
			nom: " ",
			message: " ",
			email: " "	
		},
		success: function(label) {
			// set   as text for IE
			label.html(" ").addClass("checked");
		}
	});
	
	
		
		
});

function mdpoublie(){
	$("#zone-seconnecter").toggle();
	$("#zone-mdpoublie").toggle();
}

function show_inscription(){
	$("#zone-inscription").show();
	$("#zone-identification-panier").hide();
}

function show_destinataire(){
	$("#idc-adresse-livraison").show();
	$("#idc-phrase-livraison").hide();
}
