body
        {
	 min-width: 320px;
         background: black;
	 text-align:center;
	 background-image:url("../images/fond.png");
        }
#page 
        {
          width: 960px;
	  margin: auto;
	  text-align:center;
	  margin-top:50px;
	  border: 9px solid rgba(0,0,0,1);
        }
#background 
{
	background: url(../images/background.png) repeat  5% 5%;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 100;
}

#midground 
{
	background: url(../images/midground.png) repeat 20% 20%;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 100;
}

#foreground 
{
	background: url(../images/foreground.png) repeat 90% 110%;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 200;
}
#page-wrap 
{
	width: 960px;
	height:700px; /*Apparition btslide*/
	margin:auto; 
	margin-top: 20px;
	text-align: center;
	position: relative;
	z-index: 300;  
	background: rgba(0,0,0,0);
	overflow: hidden;
	padding: 30px 50px;
	
}
#entete
{
	width: 960px;
	height:200px; 
	margin-right: 20px;
	text-align:center;
	background: rgba(0,0,0,0);
}
#page-wrap img
{
	border: 2px solid rgba(0,0,0,1);
    	border-radius: 25px;
}	

#corps
{
	width: 800px;
	height: 700px;
	margin:auto;
	text-align:center;
	margin-top: 20px;
	background: rgba(0,0,0,0);
	overflow: auto; 
}
a
{
	color:yellow;
	text-align:center;
	text-decoration: none;
}

h1
{
	color:rgba(255,255,255,0.7);
}
h2
{
	color:white;
}

#panel {
	background: rgba(0,0,0,0);
	text-align:center;
	height: 650px;
	display: none;
}
h3
{
	color:white;
}
h4
{
	color:yellow;
}
h5
{
	color:white;
}
.slide {
	margin: 200px;
	padding: 20px;
	border-top: solid 4px rgba(255,255,255,0.02);
	background: url(../images/btn-slide.gif) no-repeat center top;
}
.btn-slide {
       
	background: url(../images/white-arrow.gif) no-repeat right -50px;
	text-align: center;
	width: 34px;
	height: 41px;
	padding: 10px 10px 0 0;
	margin: auto;
	display: block;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	color: rgba(255,255,255,0.8);
	text-decoration:none;
}
.active {
	background-position: right 15px;
}



