$(document).ready(function(){	
			//sous-menu
			$('#dropdown').nmcDropDown({
				submenu_selector: 'ul',
				show: {opacity: 'show', top: '-=10px'},
				show_speed: 100,
				hide: {opacity: 'hide', top: '+=10px'},
				hide_speed: 300
			});
			$('#dropdown2').nmcDropDown({
				submenu_selector: 'ul',
				show: {opacity: 'show', top: '-=10px'},
				show_speed: 100,
				hide: {opacity: 'hide', top: '+=10px'},
				hide_speed: 300
			});
			
			// valign
			$('.bigboxlien a strong').vAlign();
			
			// Logomoptip
			$('.logo_moptip').mopTip({'w':105,'style':"overOut",'get':"#moptip_logo"});
});									 			   