body 
{
	background-color: white;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align:center;
}

/********************************/
/*	contenant général				*/
/********************************/

.feuille
{
	position:relative;
	display:block;
	background-color: #92786B;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	width: 1000px;
	height: 680px;
	border:1px solid #92786B;
}

/********************************/
/*	header				*/
/********************************/

.feuille .header
{
	position:relative;
	display:block;
	width: 1000px;
	height: 150px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: white url(../images/logo_accueil.jpg) no-repeat center;
	border: none;
}

.feuille .header p
{
	position:relative;
	display:block;
	width: 1000px;
	height: 150px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	background-color: transparent;
	border: none;
}
.feuille .header p a
{
	position:relative;
	display:block;
	width: 1000px;
	height: 150px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	background-color: transparent;
	border: none;
}

/********************************/
/* contenu					*/
/********************************/
.feuille .contenu{
	position:relative;
	display:block;
	width: 1000px;
	height: 530px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: transparent url(../images/centre_accueil.jpg) no-repeat center top;
	border: none;
}
.feuille .contenu h1
{
	position:absolute;
	top:460px;
	left:0px;
	display:block;
	width: 1000px;
	height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	background-color: transparent;
	border: none;
	color: white;
	font: normal normal normal 14px/30px Arial;
}
.feuille .contenu p.bouton
{
	position: absolute;
	top: 385px;
	left: 435px;
	display: block;
	width: 130px;
	height: 40px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	background: transparent url(../images/enter.gif) no-repeat center;
	border: none;
}
.feuille .contenu p.bouton a
{
	position:relative;
	display:block;
	width: 130px;
	height: 40px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	background-color: transparent;
	border: none;
	text-decoration:none;
}

/********************************/
/* Footer						*/
/********************************/

.footer{
	position:relative;
	display:block;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 5px;
	width: 1000px;
	height: 40px;
	border:none;
}
.footer p{
	position: relative;
	display: block;
	width: 1000px;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: white;
	text-align: center;
	border: none;
	color: #C87E5B;
	font: normal normal normal 12px/20px Arial;
}
.footer p.clair{
	position: relative;
	display: block;
	width: 1000px;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: white;
	text-align: center;
	border: none;
	color: #C9BCB5;
	font: normal normal normal 12px/20px Arial;
}
.footer p a
{
	text-decoration: none;
	color: #C87E5B;
}

.footer p a:hover
{
	color:#C9BCB5;
}

