﻿/* dimension carte */
	#map_canvas {
		width: 900px;
		height: 550px;
	}
/* cacher les fiches infobulles */
	#section_fiches {
		display: none;
	}

/* look de la fiche */

	div.fiche {
		width: 450px;
		height: 350px;		
		font-family: Geneva,Tahoma,"Nimbus Sans L",sans-serif;
		color: #444444;
		overflow: auto;
	}
	
	.fiche p {
		font-size: 0.7em;
		line-height: 1.4em;
	}
	.fiche ul {
		padding-left: 0;
		font-size: 0.7em;
		line-height: 1.2em;
		list-style-position: inside;
		margin-bottom: 10px;
	}
	.fiche ul a{
		font-size: 0.7em;
	}
	.fiche h2 {
		font-size: 0.9em;
		color: #008400;
		text-align: left;
		border-bottom: solid 1px #008400;
	}
	.fiche h3 {
		font-size: 0.7em;
		color: #008400;
		font-weight: bold;
	}
	.fiche img {
		margin: 4px;
	}
	.fiche a {
		color: #008400;
	}
	.fiche a:hover {
		color: #15ad00;
	}

