/********************************/
/*	principal 					     */
/********************************/
html {
	background-color: white;
	background-attachment: fixed;
}
body 
{
	background-color: white;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align:center;
}
.spacer{
	clear:both;
}
/********************************/
/*	contenant général				  */
/********************************/

.feuille
{
	position: relative;
	background: white url(../images/fond2.jpg) repeat-x bottom;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 100%;
	height: 770px;
	border: none;
}

/****zone haute****/
.feuille p.loreal
{
	position: absolute;
	top: 21px;
	left: 0px;
	background: transparent url(../images/loreal.jpg) no-repeat center top;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 145px;
	height:48px;
	border: none;
	z-index:10;
}
.feuille p.loreal a
{
	display:block;
	background: transparent;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 145px;
	height: 48px;
	border: none;
}
.feuille p.entrer
{
	position: absolute;
	top: 20px;
	right: 0px;
	background-color: white;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 126px;
	height: 32px;
	border: none;
	text-align:left;
	z-index: 10;
}

/****zone centrale****/
.feuille .corps
{
	position: absolute;
	top: 70px;
	left: 0px;
	background-color: black;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 480px;
	border: none;
	text-align:center;
	z-index:0;
}
.feuille .corps #film
{
	position: relative;
	background-color: transparent;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	width: 1500px;
	height: 480px;
	border: none;
	z-index:0;
}

