
#Haut {
	display: block;
	position:relative;
	height: 98px;
	width:1024px;
	margin:12px auto 0 auto;
	padding:0;
	overflow:visible;
	background:#E7E7E7;
	border-top:1px solid #000000;
	/*border-bottom:1px solid #000000;*/
}
.Logo {
	position:absolute;
	right:0;
	top:0px;
	background-image: url(../images/creation-site-internet.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width:304px;
	height:156px;
	z-index:1;
}
.LogoHaut {
	display: block;
	height: 98px;
	width: 100%;
	margin: 0;
	padding: 0;
}

#Centre {
	position:relative;
	border-top:1px solid #000000;
	width:1024px;
	margin:0 auto 0 auto;
}

#Contenu {
	display:block;
	width:800px;
	margin:0 auto 0 auto;
	padding:20px 0 0 0;
}

/* ----------------------------- colonne ------------------------ */
#ColonneDroite {
	z-index:10;
	width:180px;
	overflow:hidden;
	float:right;
	margin:60px 0 0 0;
	padding:4px;
	background:#FFFFDD;
	border:1px solid #aaaaaa;
}
