function axome_flash2(swf,l,h,remplace)
{
	var t = '<param name="wmode" value="transparent" />';
	document.write('<object type="application/x-shockwave-flash" data="'+ swf +'" width="'+ l +'" height="'+ h +'"><param name="movie" value="'+ swf +'" />'+ t + remplace +'</object>');
}


$(document).ready(function(){
	$("#nav-one li").hover(
		function(){ $("ul", this).fadeIn("fast"); }, 
		function() { } 
	);
	if (document.all) {
		$("#nav-one li").hoverClass ("sfHover");
	}

	$('#diaporama_article').innerfade({	speed: 'fast',	timeout: 6000,	type: 'sequence',	containerheight: 'auto' });
});

$.fn.hoverClass = function(c) {
	return this.each(function(){
		$(this).hover( 
			function() { $(this).addClass(c);  },
			function() { $(this).removeClass(c); }
		);
	});


};	


$(document).ready(function(){

$("img.ombres")
.wrap("<div class='wrap0'><div class='wrap1'><div class='wrap2'>" +
"<div class='wrap3'><div class='wrap4'></div></div></div></div></div>");

//$("#centre h2").corner("top");
//$(".som_block h3").corner("top 6px");
$(".fond_blanc").corner("bottom");
$(".block_outils").corner();
$(".som_bouton").corner();

});
