#bandeau {
	margin: 0px;
	padding: 0px;
	height: 192px;
	width: 892px;
	overflow: hidden;
	border: 4px solid #E1E2E6;
	background-image: url(../images/waiting.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.bandeau_image {
	display: block;
	margin: 0px;
	padding: 0px;
	position: absolute;
	opacity:0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
}

