.body-overlayed embed, .body-overlayed object, .body-overlayed select
{
	visibility:				hidden;
}

.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;*/
	background: #ccc;
	text-align:				left;
	overflow:				visible;
	padding:				10px;
	-moz-border-radius:		3px;
}

.sbox-btn-close
{
	position:				absolute;
	width:					30px;
	height:					30px;
	right:					-15px;
	top:					-15px;
	background:				url(/assets/images/icons/closebox.png) no-repeat top left !important;
	background:				url(/assets/images/icons/closebox.gif) no-repeat top left;
	border:					none;
}

.sbox-loading .sbox-content
{
	background-image:		url(/assets/images/icons/loading-big.gif);
	background-repeat:		no-repeat;
	background-position:	center;
}
.sbox-content
{
	clear:					both;
	overflow:				auto;
	background-color:		#fff;
	height:					100%;
	width:					100%;
}

.sbox-content-image.sbox-content
{
	overflow:				visible;
}

.sbox-image
{
	display:				block;
}

.sbox-content-image img
{
	display:				block;
}

.sbox-content-iframe.sbox-content
{
	overflow:				auto;
}


.sbox-container
{
	clear:					both;
	overflow:				hidden;
	background-color:		#fff;
	height:					100%;
	width:					100%;
}
.sbox-actions {
	background: #eee;
	border-top: 1px dotted #666;
}
/*
.sbox-btn-action {
	display: block;
	float: right;
	margin: 5px;
}
*/
.sbox-actions-details {
	float: left;
	display: block;
	margin: 5px;
}
/*
.sbox-btn-action .next {
	height: 22px;
	width: 121px;
	background: transparent url(/assets/images/buttons/etape-suivante.gif) no-repeat center;
}
.sbox-btn-action .valider {
	width: 60px;
	height: 22px;
	background: transparent url(/assets/images/buttons/valider.gif) no-repeat center;
}
.sbox-btn-action .terminer {
	width: 71px;
	height: 22px;
	background: transparent url(/assets/images/buttons/terminer.gif) no-repeat center;
}

.sbox-actions a.next {
	height: 22px;
	width: 121px;
	background: transparent url(/assets/images/buttons/etape-suivante.gif) no-repeat center;
}
.sbox-actions a.valider {
	width: 60px;
	height: 22px;
	background: transparent url(/assets/images/buttons/valider.gif) no-repeat center;
}
.sbox-actions a.terminer {
	width: 71px;
	height: 22px;
	background: transparent url(/assets/images/buttons/terminer.gif) no-repeat center;
}
.sbox-actions a.imprimer {
	width: 79px;
	height: 22px;
	background: transparent url(/assets/images/buttons/imprimer.gif) no-repeat center;
}
.sbox-actions a.ajouter {
	width: 60px;
	height: 22px;
	background: transparent url(/assets/images/buttons/ajouter.gif) no-repeat center;
}
*/

.sbox-btn-action {
	background: transparent url(/assets/images/icons/v4/arrow-link.gif) no-repeat scroll left top;
	border:1px solid #878787;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	height: 15px;
	line-height: 15px;
	margin:5px;
	overflow:visible;
	padding: 0px;
	padding:0px 4px 0px 19px;
	width:auto;
	color: #000000;
	cursor: pointer;
	float: right;
}

.sbox-actions a.none {
	display: none;
}