/* www.itelios.com - 2008 -------Fnac éveil et jeux-------*/

*	{
	margin: 0;
	padding: 0;
}

html {
	height:100%;
}


body	{
	height:100%;
	min-height:100%;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
}	

#wrapper {
	background:url(../img/HomePage.png) no-repeat center top;
	position:relative;
	height:595px;
	width:1062px;
	margin:0 auto;
}

#wrapper a.btnModale {
	background: url(../img/BtnVideosOn.png) no-repeat left top;
	width:178px;
	height:29px;
	display:block;
	position:absolute;
	left:214px;
	top:425px;
	z-index:1;
}


/*---------------modale---------------*/

#cover	{
	position: fixed;
	z-index:50;
	top: 0;
	left: 0;
	background: #000;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	height: 100%;
	width: 100%;
	display: none;
}

#modale	{
	position: absolute;
	top:3px;
	z-index:100;
	background:#FFF;
	text-align: left;
	width:571px;	
	display: none;
	left:50%;
	margin-left:-352px;
}

.topModale	{
	background:#FFF url(../img/bg_topModale.png) no-repeat center top;
	height:30px;
	padding:0 10px 0 0;
}


.topModale a {
	background: url(../img/btn_closeModale.png) no-repeat right 3px;
	float:right;
	padding-right:15px;
	font-size:11px;
	text-decoration:none;
	color:#000;
}


.topModale a:hover {
	color:#7b00b6;
}

/*---------styles IE6-------------*/


* html #cover { 
	position: absolute;
	height: expression(document.body.scrollHeight > document.documentElement.clientHeight ? document.body.scrollHeight : document..clientHeight + 'px'); 
}


