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;
background-color: #e5ba25;
}

#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;
}

/*Club*/

#club
{
float:right;
margin-right:350px;
}

#droite
{
float:left;
margin-top:55px;
}

#table
{
margin:auto;
width:auto;
}

#td
{
width:1001px;
}

#mappy
{
float:left;
margin-right:-100px;
}

#organigramme
{
float:left;
margin-right:-250px;
}

#tableau1
 {
 float : right;
 margin-right:100px;
 }
 
#tableau2
 {
 float : left;
 margin-left:100px;
 }
 
#tableau3
{
float:right;
margin-right:100px;
}

#tableau4
{
float:left;
margin-left:100px;
}

/* 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;
}