      html, #tout {
        margin: 0;
        padding: 0;
        height: 100%;
      }
	  #haut {
		width: 100%;
		height: 40px;
		background-color:#1e6a91;
		position: fixed;
		left: 0px;
		top: 0px;
		z-index: 100;
        margin: 0;
        padding: 0;
      }
	  #map-canvas {
		z-index: 1;
        margin: 0;
        padding: 0;
        height: 100%;
		}
		
body {
	margin: 0;
    padding: 0;
    height: 100%;
	margin: 0px;
	padding: 0px;
	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-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 2px 2px 10px 4px #000;
	-moz-box-shadow: 2px 2px 10px 4px #000;
	box-shadow: 2px 2px 10px 4px #000;
}
#nav li {list-style: none;
	text-align: center;
	font-size: .8em;	
	}
#nav h2 {
	font-family: 'Corben', "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #435993;
	text-align: center;
	text-shadow: 2px 2px 6px white;
	}

#bulle {
	width: 250px;
	padding: 5px;
	background: #fff;
	}
#bulleVidéo {
	width: 480px;
	padding: 0px;
	background: #fff;
	}
a {
	color: #435993;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	text-decoration: underline;
}


.good {color: green}
