body {
	background-color: #170909;

}



p {
	margin-top: 0;
	font-family: century;
	font-size: 14px;
	color: #FFFFFF; 
	text-align: justify;
	letter-spacing : 0px;
	Line-height: 18px;;
}



a:link {
	font-family: century;
	font-size: 14px;
	color: #FFFFFF; 
	text-decoration: none;
}

a:visited {
	font-family: century;
	font-size: 14px;
	color: #FFFFFF; 
	text-decoration: none;
}

a:hover {
	font-family: century;
	font-size: 14px;
	color: #FFFFFF; 
	text-decoration: none;
}
.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;
  }


.main2 { 
	margin-left:0px;
	position:absolute;
	top:605px;
	
}

.main { 
	margin-left:693px;
	position:absolute;
	top:583px;
	
}




.img { 
	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% */

	
}

