#charg{
	position : fixed;
	top : 0;
	left : 0;
	width : 100%;
	height : 100%;
	background : #fff;
	z-index : 10000;
}
#chargtxt{
	width : 225px;
	margin : 10% auto 0 auto;
	text-align : center;
}
.chargtitre{
	display : block;
	background : #a4bf34;
	padding : 1px 10px;
	font-size : 15px;
	margin : 0 auto 0 auto;
	width : max-content;
	color : #fff;
	font-weight : bold;
}
.chargement{
	display : block;
	margin-top : 10px;
	font-size : 14px;
	color : #484848;
}