jQuery.noConflict();
jQuery(document).ready( function($) {
	
	var iphone=0;
	if((navigator.userAgent.match(/iPhone/i))||(navigator.userAgent.match(/iPod/i))){
		iphone=1
	}
	if(iphone==0){ //pas pour iphone
	
		$("#overlay_explicatif").delay(3500).slideUp(700);
		
	}
	
});
