.box-loading{
	position:absolute;
	top:0px;
	left:0px;
	background:url(pictures/loadingBox_BG.png) repeat center;
	display:none;
	z-index:1000;
}

.box-loading-content{
	margin-top:15%;
	margin-right:auto;
	margin-left:auto;
	min-height: 15px;
	height:auto;
	min-width: 300px;
	max-width: 500px;
	padding:15px;
	background-color: #ffffff;
	background-image: url(pictures/chargement.gif);
	background-repeat:  no-repeat;
	background-position: center;
	border-radius:15px;
	-moz-box-shadow: 0 0 10px 5px #888;
	-webkit-box-shadow: 0 0 10px 5px#888;
	box-shadow: 0 0 10px 5px #888;
}