.cache{
top:0px;
left:0px;
position:fixed;
background:#000000;
cursor:pointer;
    opacity : 0.7;
    filter : alpha(opacity=70); 
}
.popup{
position:fixed;
top:10px;
left:100px;
width:100px;
height:100px;
background:#FFFFFF;
z-index:106;
text-align:left;
overflow:auto;
vertical-align:text-top;
padding:20px 20px 20px 20px;
border: #FA8734 solid 1px;
text-align:center;
cursor:pointer;
}
.imagpop{
cursor:pointer;
}
.barre{
text-align:right;
}
.barre img{
margin-left:20px;
cursor:pointer;
}
.popup table{
margin-left:50px;
margin-right:50px;
}
.popup div{
margin-left:20px;
}
