 html {
  height: 100%;
 }
 
 #map_canvas {
  height: 100%;
 }

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background:#F1EFE2;
	font-size: 1.2em;
	font-family: georgia, "trebuchet ms", arial, serif;
}
h1 {
	margin-top: 20px;
	margin-bottom: 40px;
	color: #345;
	text-align: center;
	text-shadow: 1px 1px #fff;
}
h2 {color: #678;text-align: center;text-shadow: 1px 1px #fff; font-size:1.1em;}

#nav {
	position: fixed;
	top: 10px; left: 20px;
	width: 200px;
	padding: 5px 5px;
	background: rgba(182, 202, 232, 0.7);
	color: #435993;
	-webkit-box-shadow: 2px 2px 10px 4px #000;
	-moz-box-shadow: 2px 2px 10px 4px #000;
	box-shadow: 0px 0px 20px #000;
}
#nav li {list-style: none;
	font-size: .8em;	
	}
#nav h2 {
	font-family: 'Corben', "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #435993;
	text-align: center;
	text-shadow: 0px 0px 6px white;
	}

#bulle {
	width: 250px;
	padding: 5px;
	background: #fff;
	}

#bulle h3 { font-size: 16px; color: #2f4a8e; text-decoration: none; text-align: center;}
#bulle p { font-size: 11px; color: #666; text-decoration: none; }
#bulle a { font-size: 11px; color: #f00; text-decoration: none; }
#bulle a:hover { text-decoration: underline; }
a {
	color: #435993;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	text-decoration: underline;
}


.good {color: green}
