jQuery(document).ready(function(){
	$('#accueil').flash({ 
		src: 'uploads/flash/accueil2.swf',
		width: 900,
		height: 400 }
		);
});

