jQuery.noConflict();
(function($){
	$().ready(function()
	{
		_class = new Array('produit','technologie','etude','bain','offres','contact');
		_ul = $('.menutop').children('ul');
      
       
		_ul.children('li').each(function(i)
		{
			$(this).addClass(_class[i]);
		});
        
	   /*jQuery('#pane1').jScrollPane({showArrows:true,scrollbarWidth: 13,arrowSize: 16})*/
	});
})(jQuery);

