.floatleft {
	float: left;
}

.fakepopup {
	display: none;
}

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

.popup a {
	color: #fff;
}

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

.popup-top-middle {
	height: 15px;
	background: #000;
}

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

.popup-left-middle {
	background: #000;
	padding-left: 10px;
	background-position: left;
}

.popup-content {
	background: #000;
}

.popup-right-middle {
	background: #000;
}

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

.popup-bottom-middle {
	height: 7px;
	background: #000;
}

.popup-right-bottom-corner {
	width: 15px;
	height: 7px;
	background: url(/img/popup/corner-bottom-right.png) no-repeat;
}

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