// JavaScript Document


$(document).ready(function(){
		
    $('#outilscalcul').cycle({ 
			fx		: 'scrollUp',			
			speed	: 800, 
			timeout	: 3000, 
			pause	: true,
			pager:  '#animation_outils' 
		});
		
		$('#autopromo').flash(
			{ src: '/cegibat/_include/swf/evacuation.swf',
			  width: 264,
			  height: 190}
		);
		
});