#sbox-window embed, #sbox-window object, #sbox-window select{
	visibility:				visible;
}

#sbox-overlay{
	position:				absolute;
	background-color:		#000;
}

#sbox-window{
	position:				absolute;
	/*background-color:		#fff;*/
	text-align:				left;
	overflow:				none;
	/*padding:				10px;*/
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
}

#sbox-btn-close{
	position:				absolute;
	width:					16px;
	height:					16px;
	right:					8px;
	top:					4px;
	background:				url(../img/lightbox/lightbox_close.gif) no-repeat center;
	border:					none;
}
#sbox-btn-close:hover {background:url(../img/lightbox/lightbox_close_over.png) no-repeat center;}
.sbox-window-ie6 #sbox-btn-close{background-image:url(../img/lightbox/lightbox_close.png);}
.sbox-window-ie6 #sbox-btn-close:hover{background-image:url(../img/lightbox/lightbox_close_over.png);}

.sbox-loading #sbox-content{
	background-image:		url(/img/lightbox/spinner.png);
	background-repeat:		no-repeat;
	background-position:	center;
}

#sbox-content{
	clear:					both;
	overflow:				none;
	/*background-color:		#fff;*/
	height:					100%;
	width:					100%;
}

.sbox-content-image#sbox-content{overflow:none;}
#sbox-image{display:block;}
.sbox-content-image img{display:block;}
.sbox-content-iframe#sbox-content{overflow:none;}
.body-overlayed embed, .body-overlayed object, .body-overlayed select{_visibility:hidden;}

/** STYLE PERSO **/
.lightbox{
	width:498px;
	color:black;
}

.lightbox_title{
	height:24px;
	color:white;
	background: url(../img/lightbox/lightbox_top_content.gif) repeat-x;
	background-position:bottom;
}

.lightbox_title h4{
	background: url(../img/lightbox/lightbox_top.gif) no-repeat;
	padding:5px 10px;
}

.lightbox_content{
	border-left:1px solid #8faac8;
	border-right:1px solid #8faac8;
	padding:10px;
	background:white;
	color: #0062b1;
	width: 476px;
}

.lightbox_content label{
	color:#0062b1;
	float:left;
	width:150px;
}

.lightbox_footer{
	background: url(../img/lightbox/lightbox_bottom.gif) no-repeat;
	height:8px;
}

/**
 Small Window
*/

.lightbox_small {
	/*width: 300px;*/
	color:black;
}

.lightbox_title_small {
	height:24px;
	color:white;
	background: url(../img/lightbox/lightbox_top_content.gif) repeat-x;
	background-position:bottom;
}

.lightbox_title_small h4 {
	background: url(../img/lightbox/lightbox_top_small.gif) no-repeat;
	padding:5px 10px;
}

.lightbox_content_small {
	/*border-left:1px solid #8faac8;
	border-right:1px solid #8faac8;
	width: 298px;
	*/
	padding:0;
	background:white;
	color: #0062b1;
	
}


.lightbox_footer_small {
	background: url(../img/lightbox/lightbox_bottom_small.gif) no-repeat;
	height:8px;
}

.lightbox_title_small_Flash{
	background: url(../img/lightbox/flash_lightbox_top.png) repeat-y;
	background-position:bottom;
	height:24px;
	color:white;
}

.lightbox_title_small_Flash h4 {
	/*background: url(../img/lightbox/flash_lightbox_top.png) no-repeat;*/
	padding:5px 10px;
}

.lightbox_footer_small_Flash {
	background: url(../img/lightbox/flash_lightbox_bottom.png) no-repeat;
	height:8px;
}