// JavaScript Document
$(function() {
    $('#slideshow').cycle({
        fx:     'fade',
        speed:  '500',
        timeout: 5000,
		prev:    '#prev',
        next:    '#next'

    });
	});
$(function() {
    $('#slide-hebe').after('<ul id="navheb">').cycle({
        fx:     'fade',
        speed:  '500',
        timeout: 5000,
		pager:  '#navheb',
		        pagerAnchorBuilder: function(idx, slide) {
		return '<li><a href="#"><span><img src="' + slide.src + '" width="80" height="45" alt="" /></span></a></li>';



			
        }

    });
	});
jQuery(window).ready(function(){
            jQuery("#titre-page").PastelShadow(
                {
                    x: -1,
                    y: -1,
                    blur: 6,
					strength: 2,
                    color: "#333"
                }
            );
			jQuery("span.resa-A").PastelShadow(
                {
                    x: -1,
                    y: -1,
                    blur: 6,
					strength: 2,
                    color: "#333"
                }
            );

			
        });
  $(document).ready(function(){
                $("a[rel^='prettyPhoto']").prettyPhoto();
            });
