jQuery(function() {
    
    var new_top_logo = $("<img src=\"/imports/images/20ans/top_logo_propage_20ans.png\" style=\"margin-top:-90px;position:absolute;display:none;\" />");
    var new_bottom_logo = $("<img src=\"/imports/images/20ans/bottom_logo_propage_20ans_en.png\" style=\"margin-top:100px;margin-left:-100px;position:absolute;display:none;\" />");
    $("img[@src=/imports/images/propage.gif]").before( new_top_logo );
    $("img[@src=/imports/images/propage.gif]").after( new_bottom_logo );
	

	 $("#delais").animate({ width: 400}, 9000,function(){
 		$(new_top_logo).fadeIn( 2000 );
    	$(new_bottom_logo).fadeIn( 2000 );	
		});
	
   

});



