$(document).ready(function() {
	$(".temoignages .bouton a").fancybox({
		'hideOnContentClick': false,
		'overlayOpacity': 0.8,
		'overlayColor': '#ffffff',
		'titleShow': false,
		'autoDimensions': true
	});
	
	$('#fancybox-inner').ajaxSuccess(function() {
		$.fancybox.resize();
	});
	
	$(".temoignage_suite").click(function() {
		$(this).hide().parents("p").find(".temoignage_suite_masque").show();
	});
	
});
