jQuery(document).ready(function(){
	$(".header-band-img").hide();
	$("#img-1").show();
	$("#1").width('335px');
	$("#1").attr('title', 'on');
	$("#1 .fade_menu").fadeIn(1);
	$(".item_band_menu").mouseover(function(){
		if($(this).attr("title") == 'off'){
		n = $(this).attr("id")
		$(".item_band_menu[title=on]").animate({ width:"245"}, 300);
		$(".item_band_menu[title=on]").children(".fade_menu").fadeOut(300);
		$(".item_band_menu[title=on]").attr('title', 'off');
		$(".header-band-img:visible").fadeOut();
		$("#img-" + n).fadeIn();
		$(this).animate( { width:"335"}, 500 );
		$(this).children(".fade_menu").fadeIn(500);
		$(this).attr('title', 'on');
		}
	});
	$('.creat_new_boutik_link').nyroModal({minWidth: 700,minHeight: 500, resizable: false, closeButton: '<a href="#" class="nyroModalClose" id="closeBut" title="fermer">Fermer</a>'});
	$('.cgv_bw').slideUp(1);
	$('.cgv_bw_link').click(function(){
		$('.cgv_bw').slideToggle();
		return false;
	});
});
