﻿#flashcontent {
font-size:smaller;
}
#flashcontent a{
	color:black;
}
body   
{
 margin: 0;
 padding: 0;
 text-align: center;

 background-color: #EDE7D0;
 margin:0;
padding:0;
}

#page   
{
 position: absolute;

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

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


}
#contenu { margin: 1em; }
