/*-- infoBox - Overlay --*/
#infobox_overlay{
position:fixed;
_position:absolute;
top:0; 
left:0; 
z-index:199; 
background:#000; 
filter:alpha(opacity=60); 
-moz-opacity:0.6; 
opacity:0.6;
}
#infobox_box{
position:fixed;
_position:absolute; 
z-index:999; 
padding:0px;
_width:100px; /* Cette taille n'est pas utiliser, elle est ecrasee par le script */
}
#infobox_close_bar{text-align:right;}
#infobox_close_bar img{border:none;}
#infobox_h{
background:url(../images/infoBox/infobox_h.gif) repeat-x;
height:12px;
overflow:hidden;
zoom:1;
}
#infobox_d{
background:url(../images/infoBox/infobox_d.gif) #fff repeat-y right;
padding:0px 12px 0px 0px;
}
#infobox_b{
background:url(../images/infoBox/infobox_b.gif) repeat-x 0 0;
height:12px;
overflow:hidden;
zoom:1;
margin:0px 12px 0px 12px;
}
#infobox_b a{
display:block;
line-height:32px;
font-size:12px;
color:#646464;
}
#infobox_g{
background:url(../images/infoBox/infobox_g.gif) repeat-y;
padding:0px 0px 0px 12px;
overflow:hidden;
zoom:1;
}
#infobox_hg{
background:url(../images/infoBox/infobox_hg.png) no-repeat left top !important;
background:url(../images/infoBox/infobox_hg.gif) no-repeat left top;
padding:0px 0px 0px 12px;
}
#infobox_hd{
background:url(../images/infoBox/infobox_hd.png) no-repeat right top !important;
background:url(../images/infoBox/infobox_hd.gif) no-repeat right top;
padding:0px 12px 0px 0px;
}
#infobox_bg{
background:url(../images/infoBox/infobox_bg.png) no-repeat left bottom !important;
background:url(../images/infoBox/infobox_bg.gif) no-repeat left bottom;
}
#infobox_bd{
background:url(../images/infoBox/infobox_bd.png) no-repeat right bottom !important;
background:url(../images/infoBox/infobox_bd.gif) no-repeat right bottom;
}
/*-- infoBox - Skin --*/
.skin_white #infobox_overlay{background:#fff;}