$(document).ready(function(){

$("#titreimg").css({width: 0});
	/*top: -160,left: 920,*/
		//$("#im3").fadeIn(800).animate({ left: 870, top: 85},500,
		$("#im3").fadeIn(800).animate({ left: 900, top: 130},500,		
			function(){
				$("#im2").fadeIn(1000).animate({left:860, top: 10},500,
					function(){
				//$("#im3").animate({top: 200},1000);
				/*$("#im2").animate({left: 854, top: 20},600,
					function(){*/
				$("#im1").fadeIn(1000).animate({left:750, top: -10},500, function(){
					$("#titreimg").animate({width: 383},2000, function(){
						$("#adevis").hover(function(){
   							$(this).animate({width: 300, left: 104, height: 100},100);
 						},function(){
   							$(this).animate({width: 248, left: 130, height: 85},600);
 						});
					
					});
				
				});
				
				
				//}
				
				//)
				}
				
				)
				}
				
				)
		
	
	
	
	
	
}) 