div.contents {
	position: absolute; 
	top: 0; 
	left: 50%; 
	width: 50%; 
	height: 100%; 
	overflow: auto; 
	border: 0;
	/*padding-top: 10px;*/
}
div.map {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 50%; 
	height: 100%; 
	border: 0; 
	background-color: #DDEEFF;
	padding-top:0px;
}
div.content, div.content_hover, div.content_selected {
	padding-left:10px;
	font-family:trebucheMS;
}
div.content {
	background-color:white;
	cursor:pointer;
	margin-bottom:30px;
}
div.content_hover {
	background-color:#F8F8F8;
	cursor:pointer;
	margin-bottom:30px;
}
div.content_selected {
	background-color:lightgrey;
	border-top:1px outset white;
	border-bottom:1px outset white;
	margin-bottom:30px;
}

a.caption {
	margin-top:0;
	padding-top:0;
	margin-bottom:2px;
	padding-bottom:0;
	font-family:trebucheMS;
	font-weight:normal;
	font-size:10pt;
	text-decoration: none;
	color: darkred;
}
a.caption:hover {
	text-decoration: underline;
}

p.date, span.date {
	font-family:trebucheMS;
	font-weight:bold;
	font-size:10pt;
	color:steelblue;
	margin-bottom:0;
	padding-bottom:0;
}
p.title, span.title {
	font-family:verdana;
	font-weight:bold;
	font-size:14pt;
	margin-top:0;
	padding-top:0;
	padding-bottom:0;
	margin-bottom:0;
	color: black;
	cursor: pointer
}
p.subjet {
	font-family:verdana;
	font-weight:normal;
	font-size:10pt;
	margin-top:0;
	padding-top:0;
	padding-bottom:0;
	margin-bottom:0;
	color: grey;
}
p.content {
	margin-top:0;
	padding-top:0;
	margin-bottom:0;
	padding-bottom:0;
	font-family:trebucheMS;
	font-weight:normal;
	font-size:10pt;
}

img.fixed {
	border:1px solid gray;
	margin-top:2px;
	cursor:pointer;
}


div.fascia {
	background:steelblue;
	/*bottom:50%;*/
	border-top:1px solid white;
	border-bottom:1px solid white;
	width:100%;
	color:white;
	text-align:center;
	/*position:fixed !important;*/
	/*position:absolute;*/
	font-weight:normal;
	text-align:center;
	z-index:6;
	margin-bottom:2px;
	margin:0;
	padding:0;
}
div.fascia a {
	color:white;
	text-decoration:none;
	border:0;
	padding:0;
	font-size:8pt;
	font-family:verdana;
}
div.fascia a:hover {
	color:red;
	/*border:2px solid red*/
}
div.fascia a.menu:hover {
	color:red;border:none;
}
div.fascia img {
	border: 0;
	margin-top:2px;
}


