$(document).ready(function() {
	$("a#donate").bind("click", function() {
		$("#donate_form").submit();
		return false;
	});

	$("a#single_1").fancybox();
	$("a.fancy_simple").fancybox();
		
	$("a#single_2").fancybox({
		'zoomOpacity'			: true,
		'overlayShow'			: false,
		'zoomSpeedIn'			: 500,
		'zoomSpeedOut'			: 500
	});
	
	$("a#single_3").fancybox({
		'overlayShow'			: false,
		'zoomSpeedIn'			: 600,
		'zoomSpeedOut'			: 500,
		'easingIn'				: 'easeOutBack',
		'easingOut'				: 'easeInBack'
	});
	
	$("a.group").fancybox({
		'hideOnContentClick': false,
		'frameWidth' : 680,
		'frameHeight' : 350
	});

	$("area.group").fancybox({
		'overlayShow'			: false,
		'hideOnContentClick': false,
		'autoDimensions': true,
		'width' : 680,
		'height' : 500
/*
		'width'					: 600,
		'height'					: 300,
		'hideOnContentClick'	: false,
		'autoScale'				: false,
		'autoDimensions': true,
		'transitionIn'			: 'none',
		'transitionOut'		: 'none'
*/
	});

	$("a.alerter").fancybox({
		'width'					: 600,
		'height'					: 320,
		'hideOnContentClick'	: false,
		'autoScale'				: false,
		'transitionIn'			: 'none',
		'transitionOut'		: 'none',
		'type'					: 'iframe'
	});

	$("a.alerter2").fancybox({
		'width'					: 600,
		'height'					: 450,
		'hideOnContentClick'	: false,
		'autoScale'				: false,
		'transitionIn'			: 'none',
		'transitionOut'		: 'none',
		'type'					: 'iframe'
	});

	$("a.repondre").fancybox({
		'width'					: 600,
		'height'					: 300,
		'hideOnContentClick'	: false,
		'autoScale'				: false,
		'transitionIn'			: 'none',
		'transitionOut'		: 'none',
		'type'					: 'iframe'
	});

	$("a.sujet").fancybox({
		'width'					: 600,
		'height'					: 350,
		'hideOnContentClick'	: false,
		'autoScale'				: false,
		'transitionIn'			: 'none',
		'transitionOut'		: 'none',
		'type'					: 'iframe'
	});

	$("a.rappel_identifiants").fancybox({
		'frameWidth'			: 560,
		'frameHeight'			: 360,
		'hideOnContentClick'	: false,
		'overlayShow'			: false,
		'transitionIn'			:'none',
		'transitionOut'		:'none',
		'type'					:'iframe'
	});

	$("a.profil").fancybox({
		'width'					: 700,
		'height'					: 500,
		'hideOnContentClick'	: false,
		'autoScale'				: false,
		'transitionIn'			: 'none',
		'transitionOut'		: 'none',
		'type'					: 'iframe'
	});

	$("a.charte").fancybox({
		'width'					: 700,
		'height'					: 500,
		'hideOnContentClick'	: false,
		'autoScale'				: false,
		'transitionIn'			: 'none',
		'transitionOut'		: 'none',
		'type'					: 'iframe'
	});

	$("a.ri").fancybox({
		'width'					: 850,
		'height'					: 550,
		'hideOnContentClick'	: false,
		'autoScale'				: false,
		'transitionIn'			: 'none',
		'transitionOut'		: 'none',
		'type'					: 'iframe'
	});

	$("a.liste_emoticones").fancybox({
		'width'					: 700,
		'height'					: 500,
		'hideOnContentClick'	: false,
		'autoScale'				: false,
		'transitionIn'			: 'none',
		'transitionOut'		: 'none',
		'type'					: 'iframe'
	});

	$("a.imprimer").fancybox({
		'width'					: 610,
		'height'					: 350,
		'hideOnContentClick'	: false,
		'autoScale'				: false,
		'transitionIn'			: 'none',
		'transitionOut'		: 'none',
		'type'					: 'iframe'
	});

});

