jQuery(function($) {
				

// $('#carrecom_creation_site_web').hide();
  
					
//////////////////////////////////////////////////MENU RUBRIQUE
		//$(".rub").find(".ss_rub").hide();
		
		$(".rub").hover(
		  function () {
		  	
			$(this).height("auto");

			//$(this).find(".ss_rub").stop(true,true).slideToggle('slow', function() {	  });
			$(this).find(".ss_rub").slideToggle('slow', function() { });
			
		  }, 
		  function () {
			//$(this).find(".ss_rub").stop(true,true).slideToggle('slow', function() {  });
			//
			$(this).find(".ss_rub").stop(false,true).slideToggle('fast', function() { });
		  }
		);
		//END MENU RUBRIQUE
		
//////////////////////////////////////////////////RESEAUX
		//$("#reseaux").find("#reseaux_content").hide();
		
		$("#reseaux").hover(
		  function () {
		  	
			//alert('test');

/*			$(this).find("#reseaux_content").stop(true,true).slideToggle('slow', function() {
				
			  });*/
			$(this).find("#reseaux_content").slideToggle('slow', function() { });
			
			
		  }, 
		  function () {
/*			$(this).find("#reseaux_content").stop(true,true).slideToggle('slow', function() {
				
			  });*/
			$(this).find("#reseaux_content").stop(false,true).slideToggle('fast', function() { });

			
		  }
		);
		//END RESEAUX	
////////////////////////////////////////////////// IMG_HOVER	
	$("a:has(.img_hover)").hover(function(){
		
		//alert($(this).prevUntil("img"));
		
		$(this).find(".img_hover").stop(true, true).fadeIn('slow');
		
		
	}, function() {
		
		$(this).find(".img_hover").stop(true, true).fadeOut('slow');
		
		
	});	//END IMG_HOVER	
	
	

////////////////////////////////////////////////// ACCORDION	
		$( "#accordion" ).accordion({ autoHeight: false });
		
////////////////////////////////////////////////// SLIDE			
		$(".slide_projet").easySlider({
				auto: true,
				continuous: true,
				nextId: "projet_next",
				prevId: "projet_prev",
				prevText: '',
				nextText: '',
				controlsShow: false,
				display: 1

		});
		$(".slide_projet_footer").easySlider({
				auto: false,
				continuous: true,
				nextId: "proj_next",
				prevId: "proj_prev",
				prevText: '',
				nextText: '',
				controlsShow: true,
				display: 4

		});
////////////////////////////////////////////////// LIGHTBOX
			$("a[rel=projet]").fancybox({
				'onStart'			: function() {
	    								$(".showtime").hide();
									},
				'onClosed'			: function() {
	    								$(".showtime").show();
									},
				'showNavArrows'		: 'true',
				
				'overlayOpacity'	: '0.7',
				'transitionIn'		: 'elastic',
				'speedIn'			: '300',
				'transitionOut'		: 'elastic',
				'titlePosition' 	: 'outside',
				'cyclic'			: 'true'
				
			});
			
			$(".gallery a").each(function() {
				
				$(this).attr('rel','group1');
				
			});
			$(".gallery a").fancybox({

				'showNavArrows'		: 'true',
				
				'overlayOpacity'	: '0.7',
				'transitionIn'		: 'elastic',
				'speedIn'			: '300',
				'transitionOut'		: 'elastic',
				'titlePosition' 	: 'outside',
				'cyclic'			: 'true',
				'titleShow'			: false
				
			});
			$(".lightbox").fancybox({
						'overlayOpacity'	: '0.7',				  
						'transitionIn'	:	'elastic',
						'transitionOut'	:	'elastic',
						'speedIn'		:	600, 
						'speedOut'		:	200, 
						'height'		:	600,
						'width'			:	800


				
			});
////////////////////////////////////////////////// END JQUERY				
});
