#content {
	position: absolute;
	clear: both;
	float: left;
	left:50%;
	top: 50px;
	width: 880px;
	height: 680px;
	margin-left: -440px;
}

#ecard {
	position:absolute;
	left:50%;
	top:50%;
	width:768px;
	height:416px;
	margin-left: -384px;
	margin-top: -208px;
}
BODY {

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #DADBD6;
}
a:link {
	color: 566D63;
}
a:visited {
	color: 566D63;
}
a:hover {
	color: 566D63;
}
a:active {
	color: 566D63;
}

h1 {
	color:#566D63;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}


#entete {
	position: fixed;
	top: 0px;
	width: 500px;
	color:#566D63;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	left: 50%;
	margin-left: -250px;
	text-align: center;
}

#footer {
	clear: both;
	float: left;
	color:#566D63;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:10px;
	text-align: center;
	width: 880px;
	margin-top: 10px;
}

