/*----- MAP */
/* style de la minimap */
#framemap {
	display: block;
	width: 550px;
	margin: 10px auto;
	height: 550px;
	border: 1px solid black;
	overflow: hidden;
}

/* légende & astuces de la map */
#map_legend, #map_astuces {
	font-size: 1.25em;
	font-weight: bold;
}
#map_legend ul li, #map_astuces ul li {
	font-size: 0.80em;
	font-weight: normal;
}

/* légende de la map */
#map_legend {
	padding: 5px;
	text-align: center;
}
#map_legend ul {
	margin: 10px auto;
}
#map_legend ul li {
	padding: 0 10px;
	display: inline;
}

/* astuces de la map */
#map_astuces {
	padding: 5px 15px;
	text-align: left;
}
#map_astuces span {
	padding: 5px 20px;
	background: url(./astuce.gif) no-repeat;
}
#map_astuces ul {
	margin: 5px 50px;
}
#map_astuces ul li {
	padding: 5px 15px;
	background: url(./puce_carte.gif) left 9px no-repeat;
}


.arial16boldblue {
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #2F6A92;
}
