body {
	margin: 0;
	background: #444;
	font-family: arial, verdana, sans-serif;
	overflow: hidden;
}

h1{
	position: absolute	;
	top: 	0px;
}
	
#container {
	position: absolute;
	left: 50%;
	right: auto;
	bottom: auto;
	margin-left: -390px;
	width: 780px;
	clear: both;
	background: #064C92;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
}

#container #contenu #en-tete {
	clear: both;
	width: 780px;
	height: 1200px;
	background: url(images/en-tete.jpg) no-repeat 0 0;
}


#container #presentation {
	position: relative;
	top: 	-250px;
	padding: 0;
	margin: 0 0 0 62px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	width: 400px;
}

#container #presentation p {
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	color: #FA6A11;
}

#container #presentation p a {
	text-decoration: none;
	color: #fff;
	border-bottom: none;
}

#container #presentation p a:hover {
	border-bottom: dotted 1px #fff;
}


#footer {
	position: absolute;
	top: 360px;
	right: 0;
	width: 260px;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	font-family: "Din-Medium", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#footer a {
	text-decoration: none;
	padding: 9px 0 0 0;
	color: #fff;
}

#footer a:hover {
	background: url(images/littlearrow.gif) no-repeat top center;
	color: #ff9000;
}


#expo {
	position: absolute;
	top: 460px;
	right: 0;
	width: 260px;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	font-family: "Din-Medium", Arial, Helvetica, sans-serif;
}

#expo a {
	text-decoration: none;
	padding: 9px 0 0 0;
	color: #fff;
}

#expo a:hover {
	background: url(images/littlearrow.gif) no-repeat top center;
	color: #ff9000;
}
