html, body {

	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow-Y: auto;
	background-color: #878585;
}

#iCentre {
	background-color: #FFFFFF;
	z-index: 10;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	left: auto;
	right: auto;
	text-align: left;
	background-image: url(images/fond-bas.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}
#iMenu {
	background-color: #878585;
	width: 150px;
	margin-right: 0px;
	position: absolute;
	bottom: 0px;
	top: 134px;
	margin-top: 0px;
	display: block;
	margin-bottom: 0px;
	padding-top: 0px;
	background-image: url(images/fond-menu.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	left: 0px;
	padding-bottom: 0px;
	z-index: 999;
}
#iHaut {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 130px;
	text-align: center;
	background-color: #000000;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#iSpaceHaut {
	height: 100px;
}
.Menu1 {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	margin: 8px 0px 0px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F4C320;
	text-align: left;
	padding-right: 4px;
	z-index:999;
}
.Menu2 {
	margin: 0px;
	color: #FFFFFF;
	display: block;
	padding: 0px;
}
#iTexte {
	position: absolute;
	left: 0px;
	top: 153px;
	text-align: left;
	padding-left: 160px;
	padding-right: 20px;
	z-index: 0;
}
.Menu2 a {
	color: #333333;
	text-decoration: none;
	display: block;
	width: 150px;
}
.Menu2 a:hover {
	color: #534B49;
	background-color: #F5C320;
}
.BasMenu {
	height: 150px;
	width: 150px;
	right: 0px;
	bottom: 0px;
}
.Menu1 a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	text-align: right;
	background-color: #F4C320;
	padding-right: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid #FFFFFF;
	background-image: url(images/fleche-menu.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.Menu1 a:hover {
	background-color: #FFFFFF;
}
