html,body {
	margin: 0px;
	padding: 0px;
	height: 98%;
	border: none;
}

div#header {
	position: absolute;
	width: 99%; font-family : impact;
	font-size: 30pt;
	font-weight: bold;
	background-color: #8FBEC0;
	background-image: url('../ressources/header_lightgreen.jpg');
	background-repeat: no-repeat;
	height: 61px;
	white-space: nowrap;
	padding-top: 25px;
	box-shadow: 1px 1px 3px #000;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	font-family: impact;
}

div#header a#home {
	padding-left: 120px;
	/*margin-right: 120px;*/
}

div#header a {
	color: #000000;
	text-decoration: none;
	margin: 0px;
}

div#subheader {
	font-family: verdana, sans-serif;
	font-size: 10pt;
	color: white;
	background-color: #000000;
	height: 18px;
	padding: 0px 0px 0px 240px;
	white-space: nowrap;
	margin-top: -5px;
}
