// <![CDATA

jQuery(document).ready(function(){

	if( jQuery.support.header == false ) jQuery('header').each(function(){ var e=jQuery(this).attr('class'); jQuery(this).replaceWith( jQuery('<div class="header '+ e +'">' + this.innerHTML + '</div>')); });
	if( jQuery.support.section == false ) jQuery('section').each(function(){ var e=jQuery(this).attr('class'); jQuery(this).replaceWith( jQuery('<div class="section '+ e +'">' + this.innerHTML + '</div>')); });
	if( jQuery.support.aside == false ) jQuery('aside').each(function(){ var e=jQuery(this).attr('class'); jQuery(this).replaceWith( jQuery('<div class="aside '+ e +'">' + this.innerHTML + '</div>')); });
	if( jQuery.support.footer == false) jQuery('footer').each(function(){ var e=jQuery(this).attr('class'); jQuery(this).replaceWith( jQuery('<div class="footer '+ e +'">' + this.innerHTML + '</div>')); });

	/* Coverflow */
	jQuery('#coverflow ul').roundabout({minScale:0,maxScale:1,btnNext:'#next',btnPrev:'#prev',minOpacity:0});
	jQuery('#coverflow ul').roundabout_animateToChild('8', 5000); 

	/* SuperBox */
	jQuery.superbox({closeTxt: "Fermer",prevTxt: "Précédent",nextTxt: "Suivant"});
	
	jQuery("video").VideoJS();

});

// ]]>
