/**
 * @author Ti jahhh
 */

  $(document).ready( function() {
  
  
                $('#slider1').css({'display' : 'none', 'background' : 'url("../images/script/2.jpg")' } ).fadeIn(3000, function () {
                    $('#bienvenueImg').fadeIn(1500, function () {
                        $('#bienvenueImg').fadeOut().delay(1000, function () {
                            $('#slider1').fadeOut(1500, function () {
                                $('#slider1').css({'background' : 'transparent', 'display' : 'block'}).s3Slider({timeOut: 9000 });
                           })
                        })
                    });
                });
            });
