#titre-resultat-legende {
	position:relative;
	top:0px;
	left:0px;
	padding:2px
}
#titre-resultat-legende h2 {
	color:black;
	margin:0px;
	padding:3px
}
#titre-resultat-legende #legende {
	position:absolute;
	top:0px;
	right:0px;
	padding:3px;
}	

#myMap {
	position:relative;
	top:-15px;
	left:0px;
	padding:0px;
	margin:0px;
	z-index:99;
}
	
#contenu {
	position:relative;
	top:0px;
	left:0px;
}

.recherche_succursale {
	position:relative;
	top:0px;
	left:0px;
	z-index:2
}

#message-liens-utilisateurs {
	display:none;
	// message provenant du cms ne sont pas affichés au meme endroit
}	

table#heures {
	padding:0px;
	margin:0px;
	width:180px;
	margin-bottom:6px
}

table#heures caption {
	font-weight:bold;
	padding-bottom:5px
}
table#heures td {
	text-align:right;
	vertical-align:top
	color:black;
	width:100px;
	padding:1px;	
}
table#heures th {
	text-align:left;
	border:0px;
	background:white;
	vertical-align:top;
	color:black;
	width:80px;
	padding:0px;
}

@media print {
	#colonne_gauche{
		display:none
	}
	#contenu {
		float:none
	}
}
