div#status, div#status_marche
{
	position: fixed;
	
	/* pour IExplozer */
	_position: absolute;
	_top: expression(documentElement.scrollTop+body.scrollTop + 1 + "px");
	
	top: 0;
	left: 0;
	z-index: 101;
	/* visibility:hidden; */
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	/* width: 540px; */
	height: 36px;
	vertical-align: middle;
	background-color: #0092EB;
	padding: 2px;
	color: #FFFFFF;
	
	display: none;
}

div#status
{
	/* width: 540px; */
}

div#status_marche
{
	/* width: 680px; */
}

div#status, div#status_marche
{
	padding-right: 15px;
}

div#status h1, div#status_marche h1
{
	float: left;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
	color: #FFFFFF;
	background-color: #0092EB;
	padding: 4px;
	margin: 5px 0 10px 10px;
}

#img_loading, #img_loading_marche
{
	float: left;
	vertical-align: middle;
	width: 32px;
	height: 32px;
	/* background: url(../media/icones/loading.gif) no-repeat; */
}
