html {
	height: 100%;
}

body {
	margin: 10px 0 0 0;
	background: #FFFFFF url("../img/fond_page.gif") repeat-x fixed;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: underline;
}

input, textarea, select {
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

ul, li, p {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

.spacer {
	line-height: 0;
	font-size: 0;
	margin: 0;
	padding: 0;
	clear: both;
}


#haut_page, #page, #bas_page {
	width: 788px;
	margin: 0 auto;
}

#page {
	background: #FFFFFF url("../img/fond_cadre.gif") bottom no-repeat;
	display: block;
  min-height: 879px;
	height: auto;
}


* html #page {
	height: 879px;
}



#logo {
	position: absolute;
	display: block;
	width: 96px;
	height: 139px;
	top: 15px;
	left: 50%;
	margin-left: -48px;
	z-index: 0;
}


#contenu {
	padding-top: 170px ;
	text-align: center;
}

#credits {
	position: absolute;
	width: 800px;
	margin-left: -400px;
	left: 50%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top:10px;
	margin-bottom: 10px;
}
