body
{
margin:auto;
width: 1001px;
background-color : #1a1e27;
background-repeat : no-repeat;
}

/* L'en-tête */

#la_page
{
margin: auto;
width: 1001px;
}

#corps
{
width: 1001px;
background-image:url("images/lecorps.png");
}

#en_tete
{
   width: 1001px;
   height: 249px;
   background-image: url("images/banniere.png");
   background-repeat: no-repeat;
}

/* Le menu */
#menu
{
height: 100px;
width: 1001px;
}

#menu a
{
text-decoration: none;
font-style: italic;
text-decoration: underline;
color: #222f4c;
}

#menu a:hover
{color:green;} 

#menu a:active, a:focus
{
background-color: red;
}

#menu ul
{
	margin-top:-45px;
	list-style : none; 
    text-align : center;
}

#menu li
{
	width: 150px;
	float : left; 
	margin:0px;
}

/* Le corps de la page */

#corps
{
float : left;
width : 1001px;
color : yellow;
}

#corps_du_corps
{
margin-left : 10px;
float : left;
width : 431px;
}

/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
float : left;
width: 1001px;
background-image: url("images/pieddepage.jpg");
background-repeat: no-repeat;
text-align : center;
color: yellow;
}

p, li,a
{
color: yellow;
}

/*page partenaire*/
table
{
border-collapse: collapse; /* Les bordures du tableau seront collées (plus joli) */
margin:auto;
padding: 2px;
}

td
{
text-align: center;
width: 1001px;
}