body {
	background-color: #170909;
	background-repeat: no-repeat;
	

}


.page  
  {
    position: absolute;

    width: 800px;        /* selon la largeur voulue */
    margin-left: -400px; /* moitie de width */
    left: 50%;           /* constant, toujours 50% */

    height: 600px;       /* selon la quantite de texte */
    margin-top: -300px;   /* moitie de height */
    top: 50%;            /* constant, toujours 50% */


    background-color: #170909;
  }

.pageAccueil {
	width: 800px;
	height: 600px;
	background-repeat: no-repeat;
	

}

.all {
	margin-left:0px;
	position:absolute;
	top:0px;
	width:800px;
	height:600px;


}



