body {
	background-color: #738F6F;
	padding-left:-1%;
	padding-right:-1%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#menu {
	position:absolute;
	left: 50%;
	width: 760px;
	margin-left: -380px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #113301;
	z-index:1000;
	}
div#description {
	position:absolute;
	top: 55px;
	left: 50%;
	width: 800px;
	margin-left: -400px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #113301;
	z-index:900;
	font-size: x-small;
	font-style: italic;
	font-weight: lighter;
	}
div#albi_map {
	position:absolute;
	top: 100px;
	left: 50%;
	width: 800px;
	margin-left: -400px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #113301;
	z-index:900;
	}	
ul#nav,ul#nav li{list-style-type:none;margin:0;padding:0;}
ul#nav{
	width: 600px;
	}
ul#nav li{float:left;margin-right: 3px;text-align: center}
ul#nav a{float:left;width: 7em;padding: 5px 0;background: #f2fced;text-decoration:none;color: #666}
ul#nav a:hover{background: #113301;color: #FFF}
ul#nav li.activelink a,ul#nav li.activelink a:hover{background: #FFF;color: #003}
