jQuery(function() {
    $('#entete_photos').cycle({ 
        fx:'fade', 
        speed:2500,
        startingSlide: Math.floor(Math.random()*5),
        timeout:  7000
    });
    
    
    $('#contenu_centre_gauche').find('a[href=' + window.location.pathname + window.location.search + window.location.hash + ']').addClass('selected');
    
    $(document).pngFix();
    
	
});

