html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size: 16px;
	text-decoration: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	width:100%;
	background-color:#000000;
    background-image:url('img/fds_n.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center; 
    background-size: cover;
    z-index:0;	
	-webkit-overflow-scrolling: touch;
	zoom:1.0;
}

body::-webkit-scrollbar {
  width: 6px; /* width of the entire scrollbar */
}

body::-webkit-scrollbar-thumb {
  background-color: #cccccc; 
  border-radius: 3px; 
  border: 1px solid #000000; 
}
a:link {
	color: #666;
	text-decoration: none;	
}
a:visited {
	color: #666;
	text-decoration: none;	
}
a:hover {
	color: #FFF;
	text-decoration: underline;	
}
a:active {
	color: #666;
	text-decoration: none;	
}
.menu{
	z-index:2;
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	height:50px;
	background-color:#000;
	font-size:24px;
	color:#FFF;
	border-bottom:1px solid #666;
}

.search_field{
	z-index:3;
	position:fixed;
	cursor:pointer;
	display:inline-block;
	height:24px; 
	top: 10px; 
	left:53px; 
	right: 55px; 
	font-size:20px;
	border-radius:3px;
	display:none;
}
.content{
	z-index:1;
	position:relative;
	top:50px;
	left:0px;
	right:0px;
	bottom:26px;
	-webkit-overflow-scrolling: touch;
	overflow:auto;
}
.footer{
	z-index:2;
	position:fixed;
	height:30px;
	left:0px;
	right:0px;
	bottom:0px;
	background-color:#222;
	color:#FFF;
	font-size:16px;
	padding:3px;
	font-weight:bold;
	border-top:1px solid #666;
}

.div_grise{
	position:fixed;
	z-index:50;
	left:0px;
	top:0px;
	right:0px;
	bottom:37px;;
	background-color: #000000;
	filter:alpha(opacity=50);
	-oz-opacity:.50;
	opacity:.50;
	visibility:hidden;
	transition: 0.5s;
}
.div_trt{
	z-index:100;
	position:fixed;
	width:290px;
	bottom:35px;
	max-height:400px;
	background-color:#000;
	left:50%;
	top:52px;
	margin-left:-145px;
	border:1px solid #FFF;
	visibility:hidden;
	border-radius: 10px;
	padding:5px;
	overflow:auto;
	text-align:justify;
	box-shadow: 4px 4px 5px 1px rgba(0, 0, 0, 0.7); 
	color:#fff;	
}
.div_trt::-webkit-scrollbar {
  width: 6px; /* width of the entire scrollbar */
}

.div_trt::-webkit-scrollbar-thumb {
  background-color: #cccccc; 
  border-radius: 3px; 
  border: 1px solid #000000; 
}
.div_rslt{
	z-index:60;
	position:fixed;top:55px;
	left:2px;
	right:4px;
	bottom:35px;
	border:1px solid #FFF;
	border-radius:3px;
	overflow:auto;
	text-align:left;
	color:#fff;
	background-color:#000;
	display:none;
}
.div_rslt1{
	z-index:61;
	position:fixed;top:55px;
	left:2px;
	right:4px;
	bottom:35px;
	border:1px solid #FFF;
	border-radius:3px;
	overflow:auto;
	text-align:left;
	color:#fff;
	background-color:#000;
	display:none;
}
.div_rslt1_x{
	z-index:61;
	position:fixed;top:70px;
	font-size:45px;
	font-weight:bold;
	right:35px;
	text-align:left;
	color:#fff;
	display:none;
}
.box {
	background: #FFF;
}
.boxnok {
	color: #FFFFFF;
	background: #CC0000;
}

.cave_btn {
	display: inline-block;
	vertical-align: top;
	border-radius: 10px;
	border: 2px solid #cccccc;
	color: #eeeeee;
	text-align: center;
	line-height:20px;
	height:auto;
	left:3px;
	right:3px;
	cursor: pointer;
	margin: 2px;
	padding:2px;
	background-image:url('img/blanc_trsp.png');
	width:calc(50% - 12px);
	height:65px;
}

@media only screen and (max-width: 800px) {
	body {
		zoom:1.1;
	}
	.cave_btn {
		width:calc(50% - 12px);
	}
}