@charset "utf-8";
/* CSS Document */

html, body {
	background: #d1af81 url(../img/back.jpg) no-repeat center top;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #442d1e;
}

img {
	border:none;
}

#container {
	margin-top:3px;
	top: 3px;
	position: relative;
	width: 977px;
	height: 639px;
	margin-left: auto;
	margin-right: auto;
}

#Back {
	position:absolute;
	top:0px;
	left:0px;
	width:977px;
	height:582px;
	z-index:2;
}

#interface {
	position:absolute;
	top:0px;
	left:0px;
	width:977px;
	height:639px;
	z-index:20;
}

#content {
	position: absolute;
	top: 257px;
	left: 155px;
	width: 261px;
	height: 380px;
	padding: 10px 5px 0px 5px;
	z-index:40;
}

#notes {
	position: absolute;
	top: 639px;
	left: 0px;
	width: 261px;
	height: auto;
	font-size: 9px;
}

#apchq {
	position: absolute;
	top: 585px;
	height: auto;
	width: auto;
	right:7px;
	z-index:80;
	padding: 3px;
}

#apchq a{
	padding: 3px;
	background-color: #00acec;
	color: #FFFFFF;
	text-decoration: none;
}

#apchq a:hover {
	background-color: #3d2c1f;
	cursor:pointer;
}

ul {
	list-style-type:disc;
}

ul, li {
	padding-left:5px;
	margin: 5px;
}

#backCarte {
	position: absolute;
	top: 143px;
	left: 0px;
	width: 272px;
	height: auto;
}

#carte {
	position: absolute;
	top: 179px;
	left: 4px;
	width: 272px;
	height: auto;
}

