html { height: 100% }
body { height: 100%; margin: 0px; padding: 0px }
#map {
	width: 100%;
	height: 100%;
	float: left;
}
A {text-decoration: none;}

#map-side-bar {
	visibility:visible;
	overflow:auto; 
	width:250px;
	max-height:95%;
	border:2px solid #000000;
/*	background-image:url(../images/txt_bgr.png), url(assets/images/txt_bgr.png);*/
	position:absolute;
	margin: 5px 5px;
	padding:5px;
}

.titlepage{
	text-align:center;
	color:#000;
	font:18px Georgia, "Times New Roman", Times, serif;
	font-weight: 900;
}

#ShowOrHide{
	text-align:right;
	font-size:11px;
	color:#666;
	
}
/* Liste Photos Style */

.title {
	margin-top:10px;
	color:#000;
	font:14px Georgia, "Times New Roman", Times, serif;
	font-weight: 900;
	padding-left:5px;
	border:none;
}

#list_img_preview{
	float:left;
	border:1px solid #000;
	margin:5px;
	width:65px;
	height:65px;
	background-position:center;
	background-repeat:no-repeat;
}

.subtitle{
	color:#999;
	margin-right:5px;
	font:12px Georgia, "Times New Roman", Times, serif;
	font-weight: 900;
}

#list-item{
	min-height:75px;
	text-decoration:none;
	border:1px solid #999;
}

#list-item a{
	min-height:75px;
	text-decoration:none;
	border:1px solid #999;
}

#list-item img{
	max-height:65px;
	max-width:65px;
	margin:5px;
	float:left;
	border:1px solid #000;
}

#list-item img{
	max-height:65px;
	max-width:65px;
	margin:5px;
	float:left;
}



/* Bubble Style */

#pict_bubble{
	margin-top:5px;
	margin-right:10px;
	azimuth:center;
	text-align:center;
	float:left;
	border-right:1px solid #BEBEBF;
	width:175px;
	height:170px;
	color:#FFF;
}

#pict_bubble img{
	border:1px solid #000;
	max-width:150px;
	max-height:150px;
	color:#FFF;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}

.bubble_title{
	color:#FFF;
	margin-right:5px;
	font:14px Georgia, "Times New Roman", Times, serif;
	font-weight: 900;
}

.bubble_subtitle{
	color:#BEBEBF;
	margin-right:5px;
	font:12px Georgia, "Times New Roman", Times, serif;
	font-weight: 900;
}

.bubble_comment{
	color:#FFF;
	text-align:justify;
	margin-right:5px;
	font:11px Georgia, "Times New Roman", Times, serif;
}


