/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #666666;
	color: #000000;
	background-image: none;
	background-position:center;
	background-repeat:repeat;
	text-align: center;
	margin: auto;
	}


#page {
	position: absolute;
	width: 900px;        /* selon la largeur voulue */
	margin-left: -450px; /* moitie de width */
	left: 50%;           /* constant, toujours 50% */
	height: 500px;       /* selon la quantite de texte */
	margin-top: -250px;   /* moitie de height */
	top: 50%;
	text-align: center;
	}
	

#footer {
	margin:auto;
	width:900px;
	height:25px;
	}

