div#footer
{
	clear: both;
	text-align: center;
	margin: 5px 0 0 0;
	padding-top: 50px !important;
	padding-top: 25px;
}

div#footer div#liens
{
	margin: 0;
	padding: 0;
}

div#footer div#liens a
{
	color: #034F8F;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
}

div#footer div#liens a:hover
{
	color: #EA5E0F;
}

div#footer span.barre_noire 
{
	color: #000000; 
	text-decoration: none; 
	font-weight: bold;
	margin: 0 10px 0 11px;
	padding: 0;
}

div#footer div#mots_cles 
{
	margin: 5px 0 0 0;
	padding-top: 0;
}

div#footer div#mots_cles a 
{
	color: #034F8F; 
	text-decoration:none; 
	font-size: 9px;
}

div#footer div#mots_cles a:hover 
{
	color: #EA5E0F;
}

div#footer p
{
	margin: 0;
	padding: 5px 0 2px 0;
	color: #EA5E0F; 
	font-size: 10px; 
	font-weight:bold;
}

div#footer p.coordonnees a
{
	color: #EA5E0F; 
	font-size: 10px; 
	font-weight:bold;
}

div#footer span.tiret 
{
	color: #034F8F; 
	text-decoration: none; 
	margin: 0 5px 0 6px;
	padding: 0;
}


div#cartes_fullscreen_msg, div#cartes_fullscreen, div#grille_tarif
{
	display: none;
}


/* OVERLAY NOIR */

div.overlay_active{
	
	display: block;
	position: fixed;
	
	/* pour IExplozer */
	_position: absolute;
	_top: expression(documentElement.scrollTop+body.scrollTop + 1 + "px");
	
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	/* _height: 1500px; */
	/* background-color: #89ABCD; */
	background-color: #000000;
	
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
	
	/* _height: expression(screen.height + "px"); */
	_width: expression(document.documentElement.clientWidth + 1 + "px");
	_height: expression(document.documentElement.clientHeight + 1 + "px");
	/* height: 2000px; */
}

div.overlay_passive{
	display: none;
}

div#init_marche_ok
{
	display: none;
}