.floatleft	{ float: left; }

.fakepopup {
    display: none;
}


.popup {
	display:none;
	position:absolute;
	opacity:1;
}

.popup-left-top-corner {
	width: 10px;
	height: 18px;
	background: url(/img/popup/corner-top-left.png);
}

.popup-top-middle {
	height: 18px;
	background: url(/img/popup/bg-top.png) repeat-x;
}

.popup-right-top-corner {
	width: 19px;
	height: 18px;
	background: url(/img/popup/corner-top-right.png);
	cursor:pointer;
}

.popup-left-middle {
	background: url(/img/popup/bg-left.png) repeat-y;
	padding-left: 10px;
    background-position: left;
}

.popup-content {
	background: #f5f5f6;
}

.popup-right-middle {
	background: url(/img/popup/bg-right.png) repeat-y right;
	padding-right:19px;
}

.popup-left-bottom-corner {
	width: 10px;
	height: 11px;
	background: url(/img/popup/corner-bottom-left.png);
}

.popup-bottom-middle {
	height: 18px;
	background: url(/img/popup/bg-bottom.png) repeat-x;
}

.popup-right-bottom-corner {
	width: 19px;
	height: 11px;
	background: url(/img/popup/corner-bottom-right.png);
}

.calque {
    position:absolute;
    top:0;
    left:0;
    opacity:0.1;
    background-color:#000000;
    display:none;
}
