.apple_overlay {
	display:none;
	background-image:url(/img/bg_white.png);
	width:450px;		
	padding:35px;
	font-size:11px;
}
.apple_overlay div.close {
	background:url(/img/icon_close.gif) no-repeat;
	position:absolute; right:10px; top:10px;
	cursor:pointer;
	height:16px;
	width:16px;
}
.apple_overlay p{
	color:#000000;
}
h2.titre {
  font-size: 18px;
  font-weight: bold;
  color: #00A15B;
  padding-bottom:5px;
  margin: 0 0 10px 0;
  border-bottom:2px dotted #C0C0C0;
}
.photo img {
	cursor:pointer;
}


/* use a semi-transparent image for the overlay */
#overlayLogin {
	background-image:url(/img/bg_white.png);
	color: #000;
	height: 450px;
}

#overlayCallback {
	background-image:url(/img/bg_white.png);
	color: #000;
	height: 450px;
}

/* container for external content. uses vertical scrollbar, if needed */
.contentWrap {
	height: 400px;
	overflow-y:auto;
}
