/* Faux popup */
#ajaxPopup,
#ajaxPopup-bg,
#ajaxPopup-main {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#ajaxPopup { z-index:99999999; }
#ajaxPopup-bg { z-index:1; background:#666; }
#ajaxPopup-main { z-index:2; }

#ajaxPopup-box {
	position:relative;
	margin:0 auto;
	border:10px solid #000;
	border-top:3px solid #000;
	border-bottom:3px solid #000;
	background:#000;
	width:780px; /* width override into Javascript for mode=img */
}
#ajaxPopup-content {
	/* inset witdh 756 => 19 colonnes (760px - 2x2px) */
	border:2px solid #feebc3;
	overflow:hidden;
	overflow-y:auto;
	color:#feebc3;
	text-align:left;
}
	#ajaxPopup-content p,
	#ajaxPopup-content li,
	#ajaxPopup-content a,
	#ajaxPopup-content a:visited,	
	#ajaxPopup-content td {
		color:#feebc3;
		font-size:14px;
	}
	#ajaxPopup-content a:hover {
		color:#cc7c5b;
	}
	#ajaxPopup-content li {
		background-image:url(../_img/puce-2.png);
	}
	#ajaxPopup-content .quote {
		color:#000;
	}

#ajaxPopup-header,
#ajaxPopup-footer {
	position:relative;
	height:22px;
}	
	
.ajaxPopup-close,
.ajaxPopup-close:visited {
	display:block;
	position:absolute;
	top:0;
	right:0;
	
	background:#000 url(../_img/close.gif) center no-repeat;
	text-indent:-8000px;
	
	padding:0 10px 2px;
	height:20px;
	line-height:20px;
}
.ajaxPopup-close:hover {
	background:#342c29 url(../_img/close.gif) center no-repeat;
}

.ajaxPopup-print,
.ajaxPopup-print:visited {
	display:block;
	position:absolute;
	top:0;
	left:0;
	background:#000 url(../_img/print.gif) center no-repeat;
	text-indent:-8000px;
	
	padding:0 10px 2px;
	height:20px;
	line-height:20px;
}
.ajaxPopup-print:hover {
	background:#342c29 url(../_img/print.gif) center no-repeat;
}
