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:-96px;
	list-style : none; 
    text-align : center;
}

#menu li
{
	width: 150px;
	float : left; 
	margin:0px;
}

/* Le corps de la page*/
#font
{
color:#FFFF33;
}

p.tux
{
margin-top : 200px;
}

#corps
{
float : left;
width : 1001px;
color : yellow;
}

#corps_du_corps
{
margin-left : 10px;
float : left;
width : 431px;
}

#menu2
{
 float : left;
 width : 230px;
 height : 200px;
 border-width: 2px;
 border-color: red;
 border-style: outset;
 margin-left:5px;
 text-align:center;
}
#menu2 a
{
color:yellow;
}

#news
{
float : left;
width : 433px;
color: yellow;
}

#club
{
margin : auto;
width : 400px;
}

#menu3 
{
float : right;
width : 297px;
color: yellow;
border-width:2px;
border-color:red;
border-style:outset;
margin-right:5px;
text-align:center;
}

/* 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;}