#chargement {
	position: absolute;
	z-index: 100;
	height: 100px;
	width: 250px;
	left: 50%;
	top: 50%;
	margin-left: -125px;
	margin-top: -50px;
	background: #FEAC2E;
	display: none;
}

#chargement table {
	width: 100%;
	height: 100%;
}

#chargement table td {
	text-align: center;
}