* {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0;
}

body {
	font-family: Arial,Geneva,Lucida,Helvetica,sans-serif;
	font-size: 12px;
}

#wrapper {
	top: 0;
	position: relative;
	width: 100%;
	border-top: 1px solid #FFF;
	text-align: center;
}

.header {
	position: relative;
	top: 50px;
}

.logo {
	position: absolute;
	top: 0;
	left: 40px;
}

.adresse {
	position: absolute;
	top: 0;
	right: 40px;
}

.adresse #e {
	position: absolute;
	top: 67px;
	right: 0px;
	width: 130px;
	height: 16px;	
}

.content {
	position: relative;
	margin: 186px auto 0px auto;
	width: 362px;
	text-align: left;
}

.footer {
	position: absolute;
	bottom: 20px;
	right: 40px;
	margin: 0px 0px 0px 0px;
}