.splashMask {
    position:absolute;
	 top:0px;
	 left:0px;
	 /*background:url('../img/fond_gris.gif');*/
	 background-color:black;
	 opacity:0.4;
	 filter:alpha(opacity=40);
	 height:100%;
	 /*width:99.3%;*/
	 text-align:center;
	 z-index:1000;
}

.splashUnder {
    position:absolute;
	 top:0px;
	 left:0px;
	 background-color:transparent;
	 height:100%;
	/* width:99.3%;*/
	 text-align:center;
	 z-index:1001;
}

.splashOver,.splashOver div {
	 background-color:black;
	 color:white;
}
.splashOver {
	 border:5px solid #ddd;
	 margin:20px auto auto;
}

.splashOver a {
	color:white;
	margin:2px 10px;
}
.splashOver a img {
	border:0px;
	vertical-align:middle;
}
.splashOver a:hover {
	font-weight:normal;
	color:purple;
}

.splashOver iframe {
	margin:2px;
	color:black;
	background-color: white;
}

#splashControl{
	padding-bottom: 5px;
}