.bg
{
	position:absolute;
	top:0px;
	left:0px;
	background:#000;
	z-index:9998;
	opacity:.75;
	filter:alpha(opacity=75);
	width:100%;
}

.popin
{
	position:absolute;
	z-index:9999;
	background:#FFF;
	min-width:32px;
	min-height:32px;
	border:1px solid #CE0002;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.popin .tache
{
	width:28px;
	height:25px;
	background:url(/images/template/tache.png) no-repeat;
	position:absolute;
	top:-14px;
	right:-12px;
	cursor:pointer;
}
