#colorbox, #cboxOverlay, #cboxWrapper {
	position:absolute;
	top:0;
	left:0;
	z-index:999999;
}
#colorbox.fixed {
	position:fixed;
}
#cboxOverlay {
	position:fixed;
	width:100%;
	height:100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
	clear:left;
}
#cboxContent {
	position:relative;
}
#cboxLoadedContent {
	overflow:auto;
}
#cboxLoadedContent iframe {
	display:block;
	width:100%;
	height:100%;
	border:0;
}
#cboxTitle {
	margin:0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor:pointer;
}
#cboxOverlay {
	background:rgb(255, 255, 255);
}
#colorbox {
}
#cboxContent {
	margin:0px;
}
#cboxTitle {
	position:absolute;
	bottom:1px;
	left:0;
	text-align:center;
	width:100%;
	color:#949494;
	font-size:10px;
	font-family:Arial;
}
#cboxCurrent {
	position:absolute;
	bottom:1px;
	left:40px;
	color:#949494;
	font-size:10px;
	font-family:Arial;
}
#cboxSlideshow {
	position:absolute;
	bottom:px;
	right:30px;
	color:#0092ef;
}
#cboxPrevious {
	position:absolute;
	bottom:0;
	left:0px;
	background:url("../images/prev.gif") center center no-repeat;
	width:15px;
	height:15px;
	text-indent:-9999px;
}	
#cboxNext {
	position:absolute;
	bottom:0;
	left:18px;
	background:url("../images/next.gif") center center no-repeat;
	width:15px;
	height:15px;
	text-indent:-9999px;
}
#cboxLoadingGraphic {
	background:url("../images/zoomloader.gif") center center no-repeat;
}
#cboxClose {
	float:right;
	text-align:right;
	top:15px;
	right:25px;
	position:absolute;
	cursor:pointer;
	background-image:url('../images/fond_fenetre.gif') ;
	width:73px;
	height:15px;
	z-index:9999;
	text-indent:-9999px;
}
#cboxSlideshow.slideshowStart {
	position:absolute;
	bottom:0px;
	right:60px;
	width:45px;
	height:15px;
	text-indent:-9999px;
	/*background:url(./images/inner_slideshow_play.png) 0px 50% no-repeat;*/
}
#cboxSlideshow.slideshowStop {
	position:absolute;
	bottom:0px;
	right:60px;
	width:45px;
	height:15px;
	text-indent:-9999px;
	/*background:url(./images/inner_slideshow_stop.png) 0px 50% no-repeat;*/
}
#popup-taille-americaine {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#808088;
}
#popup-taille-americaine strong {
	color:#377290;
}