@charset "UTF-8";
/* CSS Document */
body {
	background: radial-gradient(circle at top left, #606060, #808080, #9a9a9a, #c0c0c0, #f2f2f2, #c0c0c0, #9a9a9a, #808080);
	background-image: url(../../../../img/graph/alpesreliefg.jpg);
	background-attachment: fixed;
	color: #FC0;
	font-family: normal .8em/1.5em Arial, Helvetica Neue, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	min-width: 300px;
	width: 100%;
	height: auto;
}
#map-canvas {
        height: 100%;
        margin: 0px;
        padding: 0px;
		width: 100%
      }
.content {	font-family:font: normal .8em/1.5em Arial, Helvetica, sans-serif;
	font-weight:;
	width: 99%;
	color: #000;
	margin-left:5px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	/* Anciens navigateurs */
	background: #BBBBBB url("gradient1-bg.png") repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	/* Internet Explorer */
	*background: #BBBBBB;
	background: #BBBBBB\0/;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="gradient1-bg.png", sizingMethod="scale");
	/* Opera */
	background: #BBBBBB url("gradient1-bg.svg");
	/* Navigateurs récents */
	background-image: -webkit-gradient(
				linear,
				left top, left bottom,
				from(#BBBBBB),
				to(#BBBBBB),
		color-stop(0.5, #FFFFFF)
			);
	background-image: -webkit-linear-gradient(
				top,
				#BBBBBB,
				#FFFFFF 50%,
		#BBBBBB
			);
	background-image: -moz-linear-gradient(
				top,
				#BBBBBB,
				#FFFFFF 50%,
		#BBBBBB
			);
	background-image: -o-linear-gradient(
				top,
				#BBBBBB,
				#FFFFFF 50%,
		#BBBBBB
			);
	background-image: linear-gradient(
				top,
				#BBBBBB,
				#FFFFFF 50%,
		#BBBBBB
			);
	overflow: auto;		
	}
.header {
	color:#FC0;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;

}
