.myLabelClass {
	display: inline;
	letter-spacing: -3px;
	/*border: 1px solid black;*/
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: white;
	white-space: nowrap;
	padding-right: 3px;
	padding-left: 3px;
	cursor: pointer;
	filter: alpha(opacity =     15);
	zoom: 1;
}

html,body {
	height: 100%;
	overflow: hidden;
}

body {
	margin: 0;
	padding: 0;
	background-color: rgb(140, 124, 90);
	font-family: sans-serif;
	font-size: 0.66em;
}

#main {
	position: relative;
	height: 100%;
	padding: 10px;
}

#wrapmap {
	position: relative;
	margin-right: 0px;
	height: 100%;
}

#map {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 780px;
	margin: 0;
	padding: 0;
}

#side_bar {
	position: absolute;
	top: 0;
	right: 0;
	width: 220px;
	padding: 30px 0 10px 0;
	height: 100%;
	filter: progid :     DXImageTransform.Microsoft.AlphaImageLoader (   
		 enabled =  
		  true, sizingMethod =     scale, src =     '../images/fdtit.png' );
	background-color: rgb(140, 124, 90);
	filter: alpha(opacity =     80);
	z-index: 10;
	display: none;
}

#display_tags {
	text-align: center;
	color: #CADBC6;
	padding: 0 10px;
	font-size: 12pt;
}

/*html > #display_title{ background: url(fdtit2.png) 0 0 repeat-y; }*/
#display_title { /*background: url(fdtit2.png) 0 0 repeat-y; */
	display: none;
	width: 350px;
	height: 200px;
	overflow: auto;
	color: #E8F9E4;
	font-size: 0.92em;
	position: absolute;
	top: 400px;
	right: 0;
	z-index: 10;
}

#display_title span {
	display: block;
	margin: 0;
	padding: 0.2em 0 0.2em 4px;
	font-size: 10pt;
}

/*
#display_title span:hover {
	color: #000;
}

#display_title span:active {
	color: #333;
}

#display_title span:visited {
	color: #333;
}
*/
#display_recherche {
	position: absolute;
	top: 730px;
	right: 20px;
	width: 180px;
	text-align: center;
}

#display_recherche input {
	background-color: #8C7C5A;
	border: 1px solid #8c7c5a;
	color: #E8F9E4;
	width: 150px;
}

#projet_title {
	position: absolute;
	display: block;
	top: 570px;
	right: 20px;
	font-size: 45px;
	z-index: 0;
	text-align: right;
	font-family: Geneva;
	color: #8C7C5A;
	font-weight: bold;
	letter-spacing: 2px;
}

#projet_title span {
	display: block;
	padding: 0 10px 0 0;
	margin: 0 0 -6px 0;
	font-size: 12px;
}

#projet_title a {
	color: #8C7C5A;
}

.infowindow-source,.infowindow-tags {
	margin-top: 2px;
}

.tag {
	cursor: pointer;
	margin: 2px;
}

.tag:hover{
	text-decoration:underline;	
}


#display_title span,#display_tags span {
	cursor: pointer;
}

#display_recherche span {
	display: none;
	padding: 5px 0 0 0;
	text-align: center;
	font-size: 12px;
	color: #cadbc6;
	cursor: pointer;
	font-variant: small-caps;
}

.jqmWindow {
	display: none;
	position: fixed;
	top: 17%;
	left: 50%;
	margin-left: -300px;
	width: 600px;
	background-color: #8C7C5A;
	color: #333;
	border: 1px solid black;
	padding: 12px;
}
