$(function() {
  
	if( $('#contentDiaporama1').length ) {
		$('#contentDiaporama1').fade();
	}
 
});


$(document).ready(function() {

	$('#visite360').fancybox({
		'width'				: '92%',
		'height'			: '75%',
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});
});
	
