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: 470px;*/
   background-image: url("../images/fond.png");
   /*background-image: url("../images/Immenu.gif");*/
}
#menuIndex
{
   float: left; /* Le menu flottera à gauche */
   width: 138px; /* Très important : donner une taille au menu */
  /* height: 580px;*/
   /* background-image: url("../images/fond/fond-menu.png");
   /*background-image: url("../images/Immenu.gif");*/
}
#menu2
{
   float: left; /* Le menu flottera à gauche */
   width: 138px; /* Très important : donner une taille au menu */
   background-image: url("../images/fond.png");
}
#menu a
{
	color: #0099FF;
	text-decoration: none;
}
#boutons
{
	width: 925px;
	height: 30px;
	background-image: url("../images/fond/fond-boutons1.png");*/
}
#corps
{
	width: 730px;
	margin-left : 145px;
	background-color : #FFFFFF;
}
#pied_de_page
{
	width: 925px;
	height: 110px;
	background-image: url("../images/fond/pied_de_page.png");
	color: white;
}
#en_tete
{
	width: 925px;
	height: 165px;
	background-image: url("../images/fond/anglais-gratuit.png");
	color: white;
}

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