/********************************/
/*	principal 					     */
/********************************/
html {
	background-color: white;
	background-attachment: fixed;
}
body 
{
	background-color: transparent;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
.feuille
{
	position: relative;
	background-color:transparent;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 1000px;
	height: auto;
	min-height: 630px;
	border: none;
	z-index: 1;
}
.feuille .mire
{
	position: relative;
	background: transparent url(mire.jpg) no-repeat center;
	display: block;
	width: 1000px;
	height: 300px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	border: none;
	z-index:1;
}
.feuille p
{
	position: relative;
	display: block;
	width: 1000px;
	line-height: 40px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	background-color: white;
	border: none;
	color: #2382bc;
	font: normal normal bolder 16px/40px Arial, Helvetica, sans-serif;
	text-align: center;
}
.spacer
{
	clear:both;
}


