@charset "UTF-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	height:100%;
}
#header {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:40px;
	margin:0;
	padding:0;
	background-image:url(../imagesMenu/header.png);
	background-position:bottom;
	background-repeat:repeat-x;
}
#header p {
	font-size:11px;
	letter-spacing:0.1em;
	margin:11px 0 0 30px;
	padding:0;
}
#header a.color1 {
	color:#855415;
	text-decoration:none;
}
#header a.color2 {
	color:#a5702b;
	text-decoration:none;
}
#header a.color3 {
	color:#cc8f41;
	text-decoration:none;
}
#header a.color4 {
	color:#CEAA3E;
	text-decoration:none;
}
#header a.color1:hover {
	color:#C60;
}
#header a.color2:hover {
	color:#990;
}
#header a.color3:hover {
	color:#C69;
}
#header a.color4:hover {
	color:#F99;
}
#marc {
	position:absolute;
	background-repeat:repeat-y;
	top:0px;
	right:100px;
	width:296px;
	height:700px;
	margin:0;
	padding:0;
}
#marc #final {
	position:absolute;
	bottom:0px;
	height:40px;
	width:296px;
	background-repeat:no-repeat;
	background-position:bottom;
	margin:0 0 -8px 0px;
	padding:0;
}
img {
	border:none;
}

