.cache{
	top:0px;
	left:0px;
	position:fixed;
	background:#000000;
	cursor:pointer;
    opacity : 0.7;
    filter : alpha(opacity=70); 
	
}
.delete{
	position:fixed;
	width:30px;
	height:30px;
	background:url(./del.png);
	top:162px;
	z-index:300;
	cursor:pointer;
}
.popup{
	position:fixed;
	top:10px;
	left:100px;
	width:100px;
	height:100px;
	background:#FFFFFF;
	z-index:106;
	text-align:left;
	vertical-align:text-top;
	padding:20px 20px 20px 20px;
	border:1px solid #666666;
	text-align:center;
}
.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;
}