body {
	font-family:Times New Roman;
	font-size:96%;
	color:#000000;
	margin:0;
	padding:0;
}
.left {
	float: left;
	clear: right;
}
.block{
	position:absolute;
	border:1px solid #000000;	/* var bor */
}
.thumbcontainer {
	padding:2px;
	background:#aaaaaa;
	height:auto;
	border:1px solid #444444;
/*	float:none;
/*	display:table-cell;	*/
}
.thumbcontainer img{
	border:0px;
	width:100px;
	height:75px;
}
.thumbmeta {
	color:#000000;
	margin-top:0px;
	text-align:right;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:7pt;
	line-height:0pt;
	display:table-cell;
}

#container{
	width: 100%;
	height:100%;
	position:relative;	/* permet positionnement absolu de son contenu */
	background-color:#000000;
}
#desc{
	background-color:#aaaaaa;
	z-index:1; /* le listbox doit rester dessous */
}
#com{
	background-color:#aaaaaa;
}
#map{
	background-color:#aaaaaa;
}
#mainimg{
	background-color:#000000;
	z-index:0;	/* au premier plan */
}
#imghtml{
	position:absolute; 
	left: 0px; 
	z-index:2; 
	background: rgba(255, 255, 255, 0.6); 
	color: #000000; 
	width: auto; 
	max-height: 53px; 
	overflow: auto; 
	padding: 5px; 
	font-family: Arial; 
	font-size: 15px;
}
#imgalone{
	position:absolute; 
	z-index:1;
}
#thumb{
	background-color:#000000;
	overflow:scroll;
}
#frame{
	border:0px;
	overflow:auto;
}
.ol-mouse-position {
	top: 0.7em;
	right: 3em;
	color: #fff;
	background-color: rgba(0,60,136,.5);
	padding: 1px 5px;
	border-radius: 3px;
}
#index_link {
  background-color: #3498DB;
  color: white;
  padding: 4px 8px;
  font-size: 14px;
  border: none;
  cursor: pointer;
}
/*  *** Dropdown menu *** */

 /* Dropdown Button */
.dropbtn {
  background-color: #3498DB;
  color: white;
  padding: 2px 8px;
  font-size: 14px;
  border: none;
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #aaa; /*#f1f1f1;*/
  min-width: 110px;
  box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
  z-index: 1;
	cursor: pointer;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 4px 10px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content :hover {background-color: #f1f1f1} /* #bbb} */

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;} 
