jQuery.noConflict(); 
(function($) { $(function() {
	
		$(document).ready(function(){	
		
			if($.browser.msie){
				$('#niveau1 li').each(function(){
						$(this).hover(
								function(){$(this).addClass('sfhover');},
								function(){$(this).removeClass('sfhover');}
								  );
										}
								  );
					  $('#niveau1').children().each(function(){
					if(!$(this).hasClass("menu80") && !$(this).hasClass("menu79") && !$(this).hasClass("menu68") && !$(this).hasClass("menu85")){
							  $(this).hover(function(){$(this).children('a').css({color:'#FFFFFF'});},function(){$(this).children('a').css({color:'#6D6C6B'});})
						}
					  });
					  $('.menu57').hover(function(){$(this).css({background:"#ff0000"});},function(){$(this).css({background:"#ECEAE8"});});                       
					  $('.menu72').hover(function(){$(this).css({background:"#cc00cc"});},function(){$(this).css({background:"#ECEAE8"});});
					  $('.menu71').hover(function(){$(this).css({background:"#cc99ff"});},function(){$(this).css({background:"#ECEAE8"});});
					  $('.menu70').hover(function(){$(this).css({background:"#6699ff"});},function(){$(this).css({background:"#ECEAE8"});});
					  $('.menu69').hover(function(){$(this).css({background:"#66ccff"});},function(){$(this).css({background:"#ECEAE8"});});                       
					  $('.menu68').hover(function(){$(this).css({background:"#00ffff"});},function(){$(this).css({background:"#ECEAE8"});});
					  $('.menu66').hover(function(){$(this).css({background:"#ff3399"});},function(){$(this).css({background:"#ECEAE8"});});
					  $('.menu77').hover(function(){$(this).css({background:"#a6e703"});},function(){$(this).css({background:"#ECEAE8"});});
					  $('.menu86').hover(function(){$(this).css({background:"#7030a0"});},function(){$(this).css({background:"#ECEAE8"});});                       
					  $('.menu85').hover(function(){$(this).css({background:"#ffcccc"});},function(){$(this).css({background:"#ECEAE8"});});
					  $('.menu84').hover(function(){$(this).css({background:"#663300"});},function(){$(this).css({background:"#ECEAE8"});});
					  $('.menu83').hover(function(){$(this).css({background:"#cccc00"});},function(){$(this).css({background:"#ECEAE8"});});
					  $('.menu82').hover(function(){$(this).css({background:"#c0c0c0"});},function(){$(this).css({background:"#ECEAE8"});});                       
					  $('.menu81').hover(function(){$(this).css({background:"#ff9900"});},function(){$(this).css({background:"#ECEAE8"});});
					  $('.menu80').hover(function(){$(this).css({background:"#d6eefc"});},function(){$(this).css({background:"#ECEAE8"});});
					  $('.menu79').hover(function(){$(this).css({background:"#fcf600"});},function(){$(this).css({background:"#ECEAE8"});});
					  $('.menu78').hover(function(){$(this).css({background:"#006600"});},function(){$(this).css({background:"#ECEAE8"});});                       
					  $('.smenu67').hover(function(){$(this).css({background:"#cc9900"});},function(){$(this).css({background:"#ECEAE8"});});
					  
			}
			
			var i=1;
			$(".blockNormal .csc-textpic").each(function(){
				$(this).prev().wrap("<div class='bloc"+i+"'></div>").append($(this));
				i++;
				});
			
				$(".smenu div").hover(function(){$(this).addClass('hover-sous-menu')},
									  function(){$(this).removeClass('hover-sous-menu');}		
									 );	
			$('.recherche').focus(function(){if($(this).val()=='Recherche'){$(this).val('');}}).blur(function(){if($(this).val()==''){$(this).val('Recherche');}});      
		});
	
	                

	
//fermeture jQuery	
	});
})(jQuery);