/* CSS Document */
html, body {
  background-color:#FFFFFF;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  overflow-y: hidden; 

  }
  
html > body {overflow-y: auto} /* annule le overflow-y pour firefox 1.5 et supérieur */

a:active, a:focus{ 
   outline:none; 
}

.tra, img {
	behavior: url(iepngfix.htc);
} 

#page {
	position:absolute; 
	height: 100%;
	width: 100%;
	z-index: 1;
}

#centpourcent {
	position:absolute;
	height: 100%;
	width: 100%;
	text-align: center;
}

.fortext{
	border:1px solid #999999;
	background-color:#fbf6f3;
	width:133px;
	height:14px;
	font-size:10px;
	margin:0px;
	padding:0px;
	text-align:center;
}

#mon_compte {
	position:absolute;
	top:0px;
	left:20px;
	width:200px;
	height:50px;
	display:none;

	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;

	z-index:150;
}

#locale {
	position:absolute;
	top:260px;
	left:275px;
	width:400px;
	height:50px;
	display:none;

	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;

	z-index:150;
}

#anticlic {
	width:100%;
	height:100%;
	position:absolute;
	z-index:1;
	display:block;
	background-color:#FFFFFF;
	
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;

	/*filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;*/
}

#boinfo {
	position:absolute;
	top:350px;
	left:50%;
	margin-left:-162px;
	z-index:1001;
	display:none;
	
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;

}

#slideshow {
    position:relative;
    height: 460px;
	width: 330px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 460px;
	width: 330px;
    background-color: #fbf6f3;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    display: block;
    border: 0;
    margin-bottom: 10px;
}

/*.slider2
{
	left:240px;
	top:125px;
	width: 8px;
	height: 380px;
	background-color: #FFFFFF;
	border:solid 1px #BFBFBF;
	position: absolute;
	z-index:50;
	display:block;
}

.indicator2
{
	width: 8px;
	height: 16px;
	background-color: #000000;
	position: absolute;
	font-size: 1px;
	overflow: hidden;
}*/
