/* CSS Document */
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}
div#cadre
	{
		position: relative;
		width:100%;
		margin-left:auto;
		margin-right:auto;
		height:100%;
	}

div#map{
	position:relative;
	left:0px;
	top:0px;
	width: 100%;
	height: 600px;;
	border-style:solid;
	border-width:1px;
	border-color:gray;
}

span#titlemarty{
	color:#00418b;
}
span#titleeleuthera{
	color:#96bf0d;
}
span#titlebrun{
	color:#fabe5d;
}