html { overflow: hidden; }

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

    background-color: #000000;
}

a { 
    color: #E10975;
    text-decoration: none;
    font-weight: bold;
}
a:hover { 
    text-decoration: underline;
    font-weight: bold;
}

#boite_logo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	position: absolute;
	top: 65px;
	left:70px;
	z-index: 92;
}

#boite_entete {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	position: absolute;
	top: 173px;
	left:10px;
	right: 10px;
	width:expression((body.clientWidth-20)+"px");
	z-index: 20;

	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 11px;
    text-align: right;
    color : #FFF;
}

#boite_entete a {
    font-weight: bold;
    color : #FFF;   
}

#boite_entete_fond {
	padding: 0px;
	position: absolute;
	top: 0px;
	height: 170px;
	width:100%;
	right: 0px;
	z-index: 10;
	
	background-color: #000000;
    filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;

}

#boite_corps {
	padding: 5px;
	position: absolute;
	top: 50%;
	left: 70px;
	width: 450px;
	z-index: 10;
    
    font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	font-size: 12px;
    text-align: justify;
    color : #FFF;
}

#boite_pied {	
    position: absolute;
	bottom: 0px;
	right: 10px;
	left: 10px;
	width:expression((body.clientWidth-20)+"px");
	height: 20px;
	z-index: 20;

	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: right;
    color : #FFF;
}

#boite_pied_fond {	
    position: absolute;
	bottom: 0px;
	right: 0px;
    width:100%;
	height: 25px;
	z-index: 10;

	background-color: #000000;
    filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

#flash {
	position: absolute;
	padding: 0px;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
    z-index: 1;
}

#vignettes{
	position: absolute;
	padding: 0px;
	top: 210px;
    left: 40px;
    height:500px;
    bottom: 100px;
    width:360px;
	z-index: 6;
    filter:alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

#vignettes img{ border : 0px; }

#illustrations{
    position: absolute;
	padding: 0px;
	top: 220px;
    width:400px;
    
    left:440px;
    bottom: 100px;
	
    z-index: 6;
}

.illustration{
    position: absolute;
    width:100%;
    
    filter:alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;  
    
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;
    text-align: center;
    color : #000;
}


#texte{
	position: absolute;
	padding: 0px;
    right:60px;
	width: 327px;
    bottom: 100px;
    z-index: 5;
    margin: auto;
    
    font-family:  Verdana, Arial, Helvetica, sans-serif, "Myriad Pro";
	line-height: 1.8em;
	font-size: 12px;
    text-align: justify;
    color : #FFF;
	
    filter:alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

