/*
 * Require jQuery JavaScript Library v1.3.2+
 * http://jquery.com/
 *
 * Copyright © 2010 MBA Multimédia (www.mba-multimedia.com)
 * 
 *
 */
$(function(){
	//console.log ("init accueil");
	$("#accordeon").tabs("#accordeon p", {tabs: 'h3', effect:'fade', event:'mouseover', initialIndex:0});

	//console.log ($("#bandeau-photo .item").length);
	/*if($("#bandeau-photo .item").length>1){
		$("#bandeau-photo .scrollable").scrollable({circular:true, mousewheel:true}).autoscroll({interval:5000});
	}*/
	
	$('#slider').nivoSlider({pauseTime:5000, directionNav:false, controlNav:false, captionOpacity:1.0, effect:'fade' }); //'sliceDownRight','sliceDownLeft','sliceUpRight','sliceUpLeft','sliceUpDown','sliceUpDownLeft','fold','fade','boxRandom','boxRain','boxRainReverse','boxRainGrow','boxRainGrowReverse'
	
}); 
