/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */

#lightbox{

    position: absolute;
    top:50%;
    left:50%;
    z-index:9999;
    width:auto;
    height:auto;
    margin:-270px 0 0 -400px;
    text-align:center;
}
* html #lightbox { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (margin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#lightbox[id]{
    position:fixed;
}

#overlay{

    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:5000;
    background-color:#999999;
    -moz-opacity: 0.6;
    opacity:.60;
    filter: alpha(opacity=60);
}
* html #overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
     -moz-opacity: 0.6;
    opacity:.60;
    filter: alpha(opacity=60);
     z-index:5000;
    background-color:#999999;
     }
#overlay[id]{
    position:fixed;
}



#lightbox img{
border-style:solid; 
border-width:thin;
border-color:#E9EAED;
 border-width: 12px;

}

  #haut_tab{
  width:auto;
  height:30px;
    background-image:url("../images/haut_pop1.jpg");
    background-repeat:no-repeat;
    }

  #mi_tab{
    display:table;
    width:auto;
    height:auto;
    
    background-image:url("../images/mi_pop1.jpg");
    background-repeat:repeat;
      
    }
   #bas_tab{
    width:auto;
    height:63px;
    background-image:url("../images/bas_pop1.jpg");
    background-repeat:no-repeat;
    }
   
    #txt_bas{
    position: absolute;     
    z-index:10000;
    font-size:10px;
    font-family:arial;
    
    }
    .medium{
    text-decoration:none;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#000000;
    }