html {
	width: 100%;
  height: 100%; 
  min-height: 100%;
  overflow: hidden;
}


body {
	/*background:url("../images/background_vichy.png") no-repeat;*/
	background-position: top center;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
	font-family:Verdana,Arial,sans-serif;
	font-size:12px;
}

#VM_API {
	/*display: none;*/
	position: absolute ;
	left: 50%; 
	margin-left: -511px;
	width: 1016px; /* largeur obligatoire pour ˆtre centr‚ */
	height: 700px;
	top: -1px;
	z-index: 100;
	background-color: #FFFFFF;
	padding: 10px;
	color:#666666;
	border: 1px solid #666666;
}

.grise {
	display: none;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	z-index: 50;
	background-color: #000000;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}



#zone_1 {
	position: absolute;
	left: 50%; 
	margin-left: 320px !important;
	margin-left: 330px;
  top: 5px;
	width:100px;
	height:20px;
	background:url("../images/transp.png") no-repeat;
	border: 1px dotted #28868E;
	z-index: 20;
}

#zone_2 {
	position: absolute;
	left: 50%; 
	margin-left: -260px !important;
	margin-left: -250px;
	top: 490px;
	width:210px;
	height:80px;
	background:url("../images/transp.png") no-repeat;
	border: 1px dotted #28868E;
	z-index: 21;
}

.close {
	position: relative;
	float:right;
	margin-right:10px;
}

#yourhtmldiv {
	width: 508px;
	height: 590px;
	/*height: 475px;*/
	overflow-y : auto;
	overflow-x : hidden;
	margin: 15px 0 0 10px;
	padding-right: 10px;
	position:absolute;
	top:85px;
	left:0px;
	}

#yourhtmldiv .VMRoadSheet {
		font-size: 10px;
		color: #0053A0;
		border : hidden;
		border-collapse:collapse;
		width: 430px;
	}

#yourhtmldiv .VMDark {
		background-color: #F6F6F6;
	}
	
#map_div {
	width: 470px;
	height: 450px;
	position:absolute;
	top:100px;
	left:540px;
	
}


.titre {
	background-color:#0035AD;
	border:1px solid #0035AD;
	color:#FFFFFF;
	display:block;
	font-size:11px;
	font-weight:bold;
	height:15px;
	margin-bottom:9px;
	overflow:hidden;
	padding:2px 0 0 15px;
	text-decoration:none;
	text-transform:uppercase;
	width:188px;
}

.txt_bold_blue {
	color:#0035AD;
	font-size:10px;
	font-weight:bold;
	margin-bottom:10px;
}

.titre2 {
	/*border-bottom:1px solid #809AD6;*/
	color:#0035AD;
	font-size:11px;
	padding-top:7px;
	width:310px;
}

.titre2_ssb {
	color:#0035AD;
	font-size:11px;
	padding-top:7px;
	width:240px;
}

#VM_API input, #VM_API select {
	border:1px solid #CCCCCC;
}

#VM_API input.checkbox {
	border: none;
}

.criteres	{
	float: left;
	margin-left: 5px;
	margin-right: 10px;
}

.bt:hover {
	
}

.bt {
	float: right;
	/*background-color:#0035AD;
	border:1px solid #CCCCCC;
	color:#FFFFFF;
	display:block;
	height:15px;
	margin:3px 3px 0 0;
	padding:5px 10px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;*/
}
#POPUP a.bt
{
	/*color: #FFFFFF;*/
}
#POPUP a:hover.bt
{
	color: #0035AD;
}

.txt_poi_list {
	font-family: Verdana,Arial,sans-serif;
	font-size: 10px;
}

h1
{
	border-bottom:1px solid #809AD6;
	color:#0035AD;
	font-size:14px;
}
h2
{
	/*border-bottom:1px solid #666666;*/
	color:#666666;
	font-size:13px;
}

a.skinHealth {
	color: #2D387F;
	text-decoration: underline;
}
a.skinHealth:visited {
	text-decoration: underline;
	color: #6699FF;
}
a.skinHealth:hover  {
	text-decoration: none;
	color: #2D387F;
}
a.skinHealth:active {
	text-decoration: underline;
	color: #2D387F;
}
