$(document).ready(function () {
	//$('ul#navigation').accordion();
	
	//$('li.active', 'ul#navigation').children().show();
	//$('> li.active ul ul', 'ul#navigation').show();
	$('li:first-child', 'ul#navigation').addClass('active');

	$(".arrondi").load(function() {
    	$(this).wrap(function(){
      		return '<span class="' + $(this).attr('class') + '" style="background:url(' + $(this).attr('src') + ') no-repeat center center; width: ' + $(this).width() + 'px; height: ' + $(this).height() + 'px;" />';
    	});
    	$(this).css("opacity","0");
  	});
});
