/* XLSF 2007 */

#lights {
 position:fixed;
 left:0px;
 top:0px;
 width:100%;
 height:32px;
 overflow:hidden;
 z-index:1000;
}
/* 50px pour tiny et 32px pour pico */
/* origine = height:96px; modifie a 50 px le 31.03.2010 pour focus sur bouton scroll dynamique */
/* background:transparent url(image/sauna.jpg) no-repeat 0px 0px; pour test de hauteur */

.xlsf-light {
 position:absolute;
}

body.fast .xlsf-light {
 opacity:0.9;
}

.xlsf-fragment {
 position:absolute;
 background:transparent url(image/bulbs-50x50-fragments.png) no-repeat 0px 0px;
 width:50px;
 height:50px;
}

.xlsf-fragment-box {
 position:absolute;
 left:0px;
 top:0px;
 width:50px;
 height:50px;
 *width:100%;
 *height:100%;
 display:none;
}

.xlsf-cover {
 position:fixed;
 left:0px;
 top:0px;
 width:100%;
 height:100%;
 background:#fff;
 opacity:1;
 z-index:999;
 display:none;
}
