/* File: /css/rtbf/www/public/static/css/common/splash.css
#boxContainer {position:fixed;top:0;width:100%;height:100%;z-index:9000;}
#shadowing {height:100%;width:100%;position:fixed;top:0;left:0;background-color:#000000; opacity:0.75; filter:alpha(opacity=75); -moz-opacity: 0.75; }
#box {background:#fff;border:0 solid #6D1D7B;color:#fff;left:50%;position:absolute;text-align:left;top:50%;margin-left:-250px;margin-top:-220px;width:500px;}
#box_header {height:40px; text-align:right;}
.box_close {cursor:pointer;}*/

/*BOX POUR LES MESSAGES*/

#boxContainer {position:fixed;top:0;left:0;width:100%;height:100%;z-index:9000;}
#shadowing
{
	display: none;	position: relative;top: 0%;left: 0%;width: 100%;height:100%;
	background-color: #fff;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);

}


#box
{
	display: block;	position: absolute;top: 50%;left: 50%;width: 400px;	margin-left:-248px; margin-top:-148px;padding: 48px;
	background-color: white;
	z-index:101;
	overflow: none;
	border-radius:         4px; /* Propriété CSS3 */
	-moz-border-radius:    4px; /* Propriété CSS3 pour Firefox */
	-khtml-border-radius:  4px; /* Propriété CSS3 pour navigateurs KHTML */
	-webkit-border-radius: 4px; /* Propriété CSS3 pour navigateurs Webkit */
}

#box_header
{
	position:absolute;float:right;top:0;
	left:0;
	width:400px;

	padding-top:4px;
	padding-left:0px;
	margin:0;
	border-bottom:4px solid #898a8a;
	background-color:#333;
	color:white;
	text-align:right;
}
	#box_header img {
		width:auto;
		max-width: 100%;
		height: auto;
	}
	#boxtitle {
	float: left;
	height:24px; line-height:30px;font-size:16px;
	padding:0;margin-left: 10px;;
	}
.box_close{cursor:pointer;}

#close {
	position:absolute;
	width: 20px;height: 20px;
	margin-left:431px; margin-top:-62px;
	z-index:110;
	cursor:pointer;
}
