body {
    position:relative;
}

/*object {
    position: absolute; z-index: 2;
    border: 1px solid red;
} */
#filter {
    display: none;
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    /*    width: 100%; height: 100%;*/
    background-color: #000;
    z-index:10;
    opacity:0.5; 
/*    filter: alpha(opacity = 0);*/
}

#box 
{
    display: none;
    position: absolute;
    top: 0; left: 50%;
    width: 570px;
    margin: 301px 0 0 -282px; 
    padding: 0;
    border: 1px solid #666666;
    -moz-border-radius: 2px;
    background-color: white;
    z-index:101;
    overflow: none;
}

#box div.liste {
    padding: 10px;
    width: 265px;
    float: left;
}

#boxtitle {
    font-size: 18px; font-weight: bold;
    width:100%;
    height:30px;
    padding:0;margin:0;
    padding-top:4px;
    background-color: #bbc4cb;
    color:white;
    text-align:center;
}

#box a { float: right; font-size: 16px; padding: 10px 20px 10px 0;}
