/* 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:#000; }
#ajaxPopup-main { z-index:2; }

#ajaxPopup-box {
	position:relative;
	margin:0 auto;
	padding:10px 0 2px;
	border:2px solid #525252;
	background:#512a56 url(../_img/structure/popup-bg.jpg) no-repeat center top; 
	width:590px;
}

#ajaxPopup-top { 
	display:none;
}

#ajaxPopup-content {
	/* inset witdh 756 => 19 colonnes (760px - 2x2px) */
	border:none;
	overflow:hidden;
	overflow-y:auto;
	color:#fff;
	text-align:left;
	padding:0 15px 0 15px;
}
	#ajaxPopup-content h2 {
		font-size:17px; 
		color:#FFFFFF !important; 
		font-weight:bold; 
		padding:0 0 5px 0; 
		margin:0 0 8px 0;
		border-bottom:1px solid #7a7e7f;
	}

	#ajaxPopup-content p {
		margin:5px 0 8px;	
	}
	
	#ajaxPopup-content p,
	#ajaxPopup-content li,
	#ajaxPopup-content a,
	#ajaxPopup-content a:visited,	
	#ajaxPopup-content td {
		color:#fff;
	}
	#ajaxPopup-content a:hover {
		color:#cea8d2;
	}

#ajaxPopup-bottom{
	display:block;
	margin:10px 2px 0;
	text-align:right;
	height:25px;
	line-height:25px;
	background:url(../_img/structure/popup-bg2.gif) no-repeat left top;
	position:relative;
	border-top:1px solid #7a7e7f;
}

#ajaxPopup-bottom span{
	display:block;
	border:1px solid #c2c2c2;
	width:50px;
	padding:1px;
	margin:5px 10px 1px 0;
	position:absolute;
	right:0;
	bottom:0;
}


.ajaxPopup-close {
	background:#c2c2c2 url(../_img/structure/bouton-bg.gif) repeat-x left bottom;
	color:#333333;
	text-decoration:none;
	font-size:10px;
	padding:0 4px;
	display:block;
	height:15px;
	line-height:15px;
}

#ajaxPopupPhoto{
	text-align:center;
	border-bottom:1px solid #7a7e7f;
	padding:0 0 8px 0;
}

#ajaxPopupSalonText{
	float:left;
	width:155px;
	margin:10px 0;
	padding:0 5px 0 0;
	color:#FFFFFF;
	font-size:11px;
}

#ajaxPopupSalonText ul{
	margin:15px 0 0 0;
	padding:0;
	list-style:none;
}

#ajaxPopupSalonText ul li{
	position:relative;
	margin:0 0 6px 75px;
}

#ajaxPopupSalonText strong{
	position:absolute;
	left:-75px;
	color:#dab4dd;
	top:0;
}


#ajaxPopupSalonPlan{
	float:right;
	clear:right;
	border-left:1px solid #5c3d5e;
	margin:10px 0;
}