/*-------------------------------------------------
    POPUP
-------------------------------------------------*/
.popup {
	width: 393px;
	position : absolute;
	z-index: 1001;
	top: 100px;
	display: none;
	background: url('../images/space_background.png') repeat;
	padding: 5px;
	height: 250px!important;
}

.popup_left {
	left: 48px;
}

.popup_right {
	right: 48px;
}

.popup_center {
	position : relative;
	margin-left: -200px;
	left: 50%;
}

.popup .link {
	width: 5px;
	height: 29px;
	background: url('../images/space_background.png') repeat;
	position: absolute;
	top: 5px;
}

.popup .link_left {
	left: -5px;
}

.popup .link_right {
	right: -5px;
}

.popup .link_center {
	display: none;
}

.popup .title {
	height: 29px;
	width:100%;
}

.popup_center .title {
	cursor: pointer;
}

.popup .title .gauche {
	background: #e87b1c;
	padding-left: 2%;
	/*padding-right: 5px;*/
	float: left;
	height: 23px;
	padding-top:2px;
	width: 98%;
	font-size: 16px;
	text-transform: uppercase;
}

.popup .title .gauche .closeButton {
	width: 19px;
	float: right;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.popup_left .title .gauche .closeButton {
	background: url("../images/close_button_left.png") no-repeat 0 3px;
	height: 20px;
}

.popup_right .title .gauche .closeButton {
	background: url("../images/close_button_right.png") no-repeat 0 3px;
	height: 20px;
}

.popup_center .title .gauche .closeButton {
	background: url("../images/close_popup.png") no-repeat 0 5px;
	height: 20px;
}

.popup .title .droite {
	display: none;
}

.popup .bordGauche {
	height: 0!important;
}

.popup .bordDroite {
	height: 0!important;
}

.popup .content {
	vertical-align: top;
	float: left;
	min-width: 393px;
	height: 220px!important;
	overflow-y: auto;
	color: #fff;
}

.popup .footer {
	height: 13px;
	background: none;
}

.popup .footer .gauche {
	
}

.popup .footer .droite {
	
}

.popupBlackScreen {
	/*background-color: black;
	opacity: 0.25;
	display: none;
	position: absolute;
	top: -61px;
	left: 0;
	z-index: 1001;*/
	display:none;
	width:1px !important;
	height:1px !important;
}

#footerBlackScreen {
	bottom: 0;
	height: 35px;
	top: auto;
}

.dj_ie .popup .title .gauche {
	width: 388px;
	/*height: 39px;*/
}

.dj_ie .popup .content {
	/*height: 200px;*/
	width: 387px;
}

.dj_ie .popupBlackScreen {
	filter: alpha(opacity=25);
}