
if (document.body) {  		
    var larg_site = (document.body.clientWidth)
    var haut_site = (document.body.clientHeight)
  }
  else {
    var larg_site = (window.innerWidth)
    var haut_site = (window.innerHeight)
  }
    
  if ( haut_site < )
    haut_site = ;
    
  if ( larg_site < )
    larg_site = ;
  

    $('ib').style.width=(larg_site)+"px";
    $('ib').style.height=(haut_site)+"px";
    
    $('ibback').style.width=(larg_site)+"px";
    $('ibback').style.height=(haut_site)+"px";
    
    $('img_ibback').style.width=(larg_site)+"px";
    $('img_ibback').style.height=(haut_site)+"px";
    
    if ( $('iib') )
    {
    $('iib').style.width=(larg_site)+"px";
    $('iib').style.height=(haut_site)+"px";
    }
    
    $('back_gauche').style.height=(haut_site)+"px";
    $('all_gauche').style.height=(haut_site)+"px";
    $('gauche').style.height=(haut_site)+"px";
    $('footer_img').style.top=(haut_site-20-11)+"px";
    $('footer_img_ie6').style.top=(haut_site-20-11)+"px";
    $('footer_indexation').style.width=(larg_site-348-30)+"px";
    $('footer_indexation').style.top=(haut_site-45)+"px";
    $('header_marquee_div').style.width=(larg_site)+"px";
    $('tfooter2').style.top=(haut_site-20-11-18)+"px";
    
    if ( $('effect') ) {
      $('effect').style.width=(larg_site)+"px";
      $('effect').style.height=(haut_site)+"px";
    }

