#beLoaderContent {
    visibility:hidden;
}

#contenu #beLoaderContent {
    visibility:hidden;
    margin-left:230px;
    /*float:left;*/
}

#beLoaderContent #beLoaderText {
    position:absolute;
    width:500px;
    left:50%;
    margin-left:-250px;
    margin-top:100px;
    visibility:visible;
    height:100px;
    text-align:center;
    padding-top:30px;
    background-image:url(../../pictures/beBar/spinner.gif);
    background-repeat:no-repeat;
    background-position:50% 0%;
}

#beLoaderContent #beLoaderText noscript{
    display:block;
    margin:auto;
    width:530px;
    height:30px;
    color:red;    
    background-repeat:no-repeat;
    background-position:0% 0%;
    text-indent:40px;
    padding-top:10px;
}

#no_cookies{
    position:absolute;
    width:500px;
    left:50%;
    margin-left:-250px;
    height:30px;
    color:red;
    background-image:url(images/important.gif);
    background-repeat:no-repeat;
    background-position:0% 0%;
    text-indent:40px;
    padding-top:10px;
    margin-top:140px;
    margin-bottom:100px;
    visibility:visible;
    text-align:center;
}

.spinner {
	position: absolute;
	z-index: 9999999;
	background: #FFF;
}
.spinner-msg {
	text-align: center;
	font-weight: bold;
}

.spinner-img {
	background: url(../../pictures/beBar/spinner.gif) no-repeat;
	width: 24px;
	height: 24px;
	margin: 0 auto;
}

.mask {
	position: absolute;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	z-index: 999;
	background: #fff;
}