
#map-canvas img {
  max-width: none;
}
.page_link {
	/*position: absolute;
	left: 0;
	top: 0;
	text-indent: -9990px;
	/*font-size: 10px;
	color: #f29917;
	border-right: 1px solid #f29917;
	padding: 0 5px;*/
}

.next_link, .previous_link {
	display: block;
	background: url('prevnext.jpg') no-repeat 0 0;
	width: 18px;
	height: 17px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	float: left;
	position: absolute;
	right: 0;
	top: 0;
}
.previous_link {
	right: 19px;
}
.next_link:hover, .previous_link:hover {
	background: url('prevnext-hover.jpg') no-repeat 0 0;
}
.next_link {
	background-position: -18px 0;
}
.next_link:hover {
	background-position: -18px 0;
}
.page_navigation {
	overflow: hidden;
	clear: both;
	height: 25px;
	padding-top: 20px;
}
#page_container {
	position: relative;
	margin-top: 20px;
	/*background: url('bg_maps.png') repeat-y left top;*/
}
#page_container hr {
	border: none;
	height: 1px;
	border-bottom: 1px dashed #868889;
}
#page_container .content {
	margin-bottom: 20px;
}
.page_navigation {
	position: absolute;
	right: 10px;
	bottom: -35px;/*-8px;*/
}
.maps .list a.first {
	margin-left: 36px;
}
.maps .list a.page_link {
	display: inline;
	margin-right: 5px;
	width: auto;
	background-image: none;
	padding: 0;
	color : #6f6f6f;
	font-size: 11px;
	text-decoration: underline;
	padding: 0;
	background-image: none;
}
.maps .list a.page_link:hover, .maps .list a.active_page {
	text-decoration: none;
	color: #F29917;
	font-size: 12px;
	font-weight: bold;
}
/*.maps .list .numbers li a:hover, .maps .list .numbers li a.active_page {
	text-decoration: none;
}*/
/*#page_container .page_navigation ul {
	position: absolute;
	right: 0;
	bottom: -20px;
}
#page_container .page_navigation ul li {
	width: auto;
	background-image: none;
	padding: 0;
}*/
.maps #page_container ul li {
	height: auto;
	vertical-align: top;
}
.bulle {
	padding-left: 39px;
	padding-top: 12px;
	padding-right: 10px;
	font-family: "Trebuchet MS";
}
.bulle.creches
{
	background: url('creches_bull.png') no-repeat left top;
	padding-right: 0;
}
.bulle.creches .infos {color:#38a8af;}
.bulle.jeunes
{
	background: url('jeunes_bull.png') no-repeat left top;
}
.bulle.jeunes .infos {color:#8cb507;}
.bulle.loisir
{
	background: url('loisir_bull.png') no-repeat left top;
}
.bulle.loisir .infos {color:#f09a0c;}
.bulle.periscolaire
{
	background: url('periscolaire_bull.png') no-repeat left top;
}
.bulle.periscolaire .infos {color:#752c7d;}
.bulle hr {
	height: 1px;
	margin: 10px 0;
	border: none;
	border-bottom: 1px solid #e8e1e1;
}