                $(document).ready(function(){
                        $("a[rel=anim-foret-seche]").fancybox({
                                'width' : 550,
                                'height' : 512,
                                'padding' : 0,
                                'autoScale' : true,
                                'centerOnScroll' : true,
                                'titleShow' : false,
				'transitionIn'	: 'elastic',
				'transitionOut'	: 'elastic',
				'speedIn' : 600, 
				'speedOut' : 200, 
                                'overlayOpacity' : 0.8,
                                'overlayColor' : '#000'
                        });
                        $("a[rel=zoom], a[rel=gallery]").fancybox({
                                'padding' : 0,
                                'autoScale' : true,
                                'centerOnScroll' : true,
                                'titleShow' : false,
				'transitionIn'	: 'elastic',
				'transitionOut'	: 'elastic',
				'speedIn' : 600, 
				'speedOut' : 200, 
                                'overlayOpacity' : 0.8,
                                'overlayColor' : '#000'
                        });
                });


