

jQuery(document).ready(function(){
		
	jQuery(".inline").colorbox({initialWidth:"430px", initialHeight:"495px", opacity:"0.75", inline:true, href:"#animation", close:"PASSER L'ANIMATION"});
	
	jQuery(".inline").trigger('click');
	
});