/*************************
*     iniFt.js
*  
* evenement jquery du front
* @author nicolas rossi
*************************/
 

 $(function(){
     
     
    /* $('#slideHomePage').cycle({ 
        fx:       'fade', 
        speed:    1000,
        pager:  '#nav'    
     });*/
     
    $('#presentation_flash_id').flash({
        height: 429,
        src: "flash/espace-mvf.swf",
        width: 940,
        wmode: 'transparent'
        }); 
     
     $('#action_flash_id').flash({
        height: 630,
        src: "flash/action-corps.swf",
        width: 940,
        wmode: 'transparent'
        });                            
    
    //$(document).pngFix(); 
 
 });