html{
	height: 100%;
	width: 100%;
	margin:0;
	background-color:black;
}
body{
	height:100%;
	width:100%;
	color:black;
	background-color: rgba(150,190,250,1);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center top;
	text-align:center;
	margin:20px 0px 0px 20px;
	padding:0
}
.sommaire{
	margin: 0px 0px 0px 20px;
}
h1, h2, h3, h4, h5, h6{
	text-align:center;
	font-family:calibri;
	margin:0.1em
}
h1{
	color:blue;
	font-size:2em;
}
h2{
	color:black;
	font-size:1em;
	margin-bottom:0px;
	margin:0.5em
}
h3{
	background-color:black;
	color:white;
	font-size:1em;
	margin-bottom:0.2px
}
h4{
	color:black;
	font-size:1em
}
h5{
	font-size:x-large;
	font-style:bold
}
h6{
	text-align:justify;
	font-size:1.1em;
	color:black;
	margin-bottom:0px
}
a{
	text-decoration:none;
	color:blue
}
table{
	margin:auto;
}
.tr{
	vertical-align:bottom
}
.tableaularge{
	width:1000px;
	border:0;
	vertical-align:top
}
.tableaublason{
	width:1000px;
	background-color:white;
	border:0;
	vertical-align:top
}
.large200{
	width:200px;
	vertical-align:top
}
.large170{
	width:170px;
	vertical-align:top
}
.large125{
	width:125px;
	vertical-align:top
}
.large75{
	width:75px;
	vertical-align:top;
	text-align:center
}
.large400{
	width:450px;
}
.large500{
	width:500px;
	vertical-align:top;
	text-align:left	
}
.imageentete{
	text-align:center;
	width: 100%;
	height: 100%;
	vertical-align:bottom
}
.top{
	vertical-align:top
}
.top100{
	width:125px;
	vertical-align:middle;
	text-align:left
}
.top300{
	width:325px;
	vertical-align:top
}
.map{
	width:315px;
	height:400px;
	background:url(sommaire.png) left top no-repeat;
	position:relative;

}
.map .overlay{
	width:315px;
	height:400px;
	background:url(sommaire.png) 315px top no-repeat;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.map img{
	position:absolute;
	top:0;
	left:0;
	z-index:2;	
}
.map .tooltip{
	position:fixed;
	border-radius:5px;
	color:#FFF;
	background:#000;
	padding:0 10px;
	display:inline;
	top:0px;
	left:0px;
	z-index:3;
	text-align:center;
	font-size:0.8em;
}
.img-fluid{
	max-width: 100%
	height: auto;
}