$(function () {         
    // animation index
    $('#flash h2 span.left').animate({marginLeft: "0px"}, 1500);
    $('#flash h2 span.right').animate({marginLeft: "150px"}, 1500);  
    
    $('#flash li:first').show("slow", function() { $(this).next("li").show("slow", arguments.callee); });        
    
    $('#flash li.firststep div').addClass('active');
    if ($('#flash li.thirdstep').is(':visible'))
    {
        //$("div:has(p)").addClass("test");
       
    }    
    /*$("#header .nav a").live({
      click: function() {            
        
      },
      mouseover: function() {
         $(this).animate({ "width": "+=50px" }, 800 , 'swing');
      },
      mouseout: function() {
       $(this).animate({ "width": "-=50px" }, 500, 'swing');
      }
    });*/

});    

$(function () {   
    // images aleatoires en haut de page
    $('#gova').html('<img src="reprise_illico/images/aleatoire/voiture'+ Math.round((Math.random()*3)+1)+ '.jpg" />');
});
