body
{     margin: 0; /* pour éviter les marges */
     text-align: center; /* pour corriger le bug de centrage IE */
}
#pagecentre
{
	 position: relative; /* on positionne le conteneur */
     margin-left: auto;
     margin-right: auto;
     width: 925px;
     text-align: left;
}
#menu
{
   float: left; /* Le menu flottera à gauche */
   width: 138px; /* Très important : donner une taille au menu */
   /*height: 405px;*/
   /*background-image: url("../images/Immenu.gif");
   background-repeat: no-repeat;*/
}
#corps
{
	width: 775px;
	margin-left : 145px;
	background-color : #FFFFFF;
}
#pied_de_page
{
	width: 925px;
	height: 110px;
	background-image: url("../images/pied-de-page.png");
	color: white;
}
#en_tete
{
	width: 925px;
	height: 165px;
	background-image: url("../images/anglais-gratuit-marocain.png");
	color: white;
}
#boutons
{
	width: 925px;
	height: 28px;
	background-image: url("../images/fond_boutons.png");*/
}

.anglais
{
	color : red;
}
.francais
{
	color : blue;
}
.dictionnaire
{
	color : blue;
}
.lesNiveaux
{
	color : green;
}
.element_menu
{
	
}
.bouton
{
	background-color : rgb(250,250,250);
	text-decoration: none;
}
