body {
	text-align: center;
}

#conteneur {
	background: url(../../img/background.jpg) top center repeat-y;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
}

#page {
	width: 895px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
	margin: 0px 0px 0px 0px;
}

html>body #conteneur #page, html>body #conteneur #page_center {
	margin: 0px 0px 0px 38px;
	*margin: 0px 53px 0px 0px;
}

#footer {
	background: url(../../img/footer.jpg) top center no-repeat;
	width: 1024px;
	height: 76px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

p {
	width: 400px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #707172;
	line-height: 17px;
	margin: 0px 0px 20px 0px;
}

html>body p {
	width: 650px;
	*width: 400px;
}

p#menu_footer {
	position: absolute;
	top: 40px;
	left: 330px;
}

html>body p#menu_footer {
	left: 200px;
	*left: 330px;
}

p#menu_footer a, p#menu_footer a:visited {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #7c7e82;
	text-decoration: none;
	margin-right: 20px;
}

p#menu_footer a:hover {
	text-decoration: underline;
}

a span {
	display: none;
}

.clear {
	clear: both;
}

a i { visibility: hidden; }

a#bienvenue {
	position: absolute;
	display: block;
	height: 30px;
	width: 80px;
	top: 500px;
	left: 220px;
	background: url(../../img/bienvenue.jpg) top left no-repeat;
}
  
a#welcome {
	position: absolute;
	display: block;
	height: 30px;
	width: 80px;
	top: 500px;
	left: 640px;
	background: url(../../img/welcome.jpg) top left no-repeat;
}
  