 $(document).ready(function() {
	$("a#popupUpdate").fancybox({
		'width'                         : '50%',
		'height'                        : 400,
		'autoScale'                     : false,
		'transitionIn'                  : 'fade',
		'transitionOut'                 : 'fade',
		'type'                          : 'iframe',
		'speedIn'                       : '10'
	});


	$("a#popupView").fancybox({
		'width'                         : '50%',
		'height'                        : '90%',
		'autoScale'                     : false,
		'transitionIn'                  : 'fade',
		'transitionOut'                 : 'fade',
		'type'                          : 'iframe',
		'speedIn'                       : '10'
	});


	$("a#popupAlert").fancybox({
		'width'                         : 450,
		'height'                        : 200,
		'autoScale'                     : false,
		'transitionIn'                  : 'fade',
		'transitionOut'                 : 'fade',
		'type'                          : 'iframe',
		'speedIn'                       : '10'
	});
        
        $("a#popupFormulaire").fancybox({
		'width'                         : 500,
		'height'                        : 500,
		'autoScale'                     : false,
		'transitionIn'                  : 'fade',
		'transitionOut'                 : 'fade',
		'type'                          : 'iframe',
		'speedIn'                       : '10'
	});
        
        $("a[rel=popImage]").fancybox({
              'width'                         : '70%',
              'height'                        : '70%',
              'autoScale'                     : false,
              'transitionIn'                  : 'fade',
              'transitionOut'                 : 'fade',
              'speedIn'                       : '1000'
      });

});
