<!--
h1,h2,h3,h4,h5{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height: 20px;
}
#map{
	position: absolute;
	height: 700px;
	width: 874px;
	top: 154px;
	left: 150px;
}
#map a{
	color:#999999;
	text-decoration:none;
	display: block;
}
#map a.noir {
	color:#000000;
	text-decoration:none;
	display: block;
}
#map a:hover {
	color: #FFCC00;
}
#map h1 a {
	color: #336699;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #336699;
	text-indent: 10px;
	margin-top: 20px;
	background-color:#FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336699;
	margin-bottom:20px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	text-indent: 160px;
}
h3 {
	font-size: 12px;
	text-indent: 308px;
}
h4 {
	font-size: 12px;
	text-indent: 456px;
}
h5 {
	font-size: 12px;
	text-indent: 604px;
}
-->