.map{
	position:relative;
}
.mapouter{
	position:relative;
	text-align:right;
	height:600px;
	width:100%;
	margin-top: 1%;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(51, 133, 255, 0.4);
}
.gmap_canvas {
	height:600px;
	width:100%;
}
iframe{
	width:100%;
	height:600px;
	border:0;
	margin: 0;
	position: relative;
	top: 0%;
}
.couleur_transparente{
	width:100%;
	height:600px;
	background-color: blue;
	opacity: 0.6;
}
.couleur_transparente:hover{
	width:100%;
	height:600px;
	background-color: blue;
	opacity: 0.4;
}
*:focus{
	outline: none;
}
