#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:				visible;
	padding:				10px;
	height: 500px;
	min-height: 500px;
	height: 				auto !important;
	-moz-border-radius:		3px;
	-webkit-border-radius:	3px;
}


#sbox-entete
{
	position:				relative;
	z-index: 150;
	background: #8FB939;
	border: 1px solid #8FB939; 
	height: 40px;
}

#titreBox {
	font-size: 12px;
	color: white;
	margin: 12px 0 12px 5px;
	width: 80%;
}

/* Bloc pour le menu dans la barre de titre  */
#menuTitre {
	position:				absolute;
	width:					80px;
	height:					41px;
	line-height: 42px;
	right:					80px;
	top:					0px;
	border-left:			1px solid #567b16;	
	background:				#77a12e url('/basedure/dev.roulezmalin.com/image/icon/puceMenuBox-on.png') 2px 14px no-repeat;
	z-index: 100;
	color: white;
	text-decoration: none;
	padding-left: 18px;
	cursor: pointer;
}

#menuBox {
	position: absolute;
	width: 178px;
	height: 150px;
	border: 1px solid #567b16;	
	background: white;
	left: -1px;
	top: 41px;
}

/* Bouton fermer box  */
#sbox-btn-close
{
	position:				absolute;
	width:					80px;
	height:					41px;
	line-height: 42px;
	right:					0px;
	top:					0px;
	background:				#77a12e url('/basedure/dev.roulezmalin.com/image/icon/closebox.png') 55px 14px no-repeat;
	border-left:			1px solid #567b16;	
	z-index: 100;
	color: white;
	text-decoration: none;
	padding-left: 5px;
}

#imageFermerBox {
	position: relative; 
}

.sbox-window-ie6  {
	background: red;
}

.sbox-loading #sbox-content
{
	background-image:		url('/basedure/dev.roulezmalin.com/image/icon/spinner.gif');
	background-repeat:		no-repeat;
	background-position:	center; 
}

#sbox-content
{
	clear:					both;
	border: 1px solid #8FB939;
/* 	overflow:				auto;
 */	background-color:		#fff;
/* 	height:					90%;
	width:					100%; */
	position: relative;
	z-index: 80;
}

#sbox-content p {
	clear: both; 
}


.sbox-content-image#sbox-content
{
	overflow:				visible;
}

#sbox-image
{
	display:				block;
}

.sbox-content-image img
{
	display:				block;
}

.sbox-content-iframe#sbox-content
{
	overflow:				visible;
}

.body-overlayed embed, .body-overlayed object, .body-overlayed select
{
	visibility:				hidden;
}
