  a img /* Toutes les images contenues dans un lien */
{
   border: none; /* Pas de bordure */
}
body
{
   width: 984px;
   margin: auto;
   margin-top: 5px;
   margin-bottom: 20px; 
   background-image: url("fonds/fon1.png");   
   background-color: #000000;
   background-position:center;
   background-repeat: repeat;
   
}

/* L'en-tête */

#en_tete
{
   width: 984px;
   height: 129px;
   background-image: url("fonds/entete.png");
   background-repeat: no-repeat;
   
}

/* Le menu */

#menu
{
   float: left;
   width: 150px;
  margin-top: 20px;


}

.element_menu
{
   background-image: url("fonds/jaunes.png");
   background-repeat: no-repeat;
   margin-bottom: 7px;

   
   
}


/* Quelques effets sur les menus */


.element_menu h3
{    
   color: #0000FF;
   font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
 
   text-align: center;
}


.element_menu ul
{
   list-style-image: url("fonds/palet.png");
   padding: 1px;
   padding-left: 30px;
   margin: 0px;
    margin-bottom: 1px;
	
}

.element_menu a
{
   color: #FFFFFF;
   text-decoration: none;
   font-family: "georgian", "Trebuchet MS", Georgia, serif;
   font-weight: bold;
}

.element_menu a:hover
{
   text-decoration: underline; /* Le lien deviendra souligné quand on pointera dessus */
   color: blue; /* Le lien sera écrit en vert quand on pointera dessus */  
   
}
/* Droite */
#droite
{
  float: Right;
   width: 150px;
   height: 600px;
   background-image: url("fonds/droite.png");
   background-repeat: no-repeat;
   
   width: 150px;
  margin-top: 20px; 
   
}








/* le corps */

#clubs
{
   margin-left: 155px;
   margin-right: 155px;
   margin-top: 20px;
  
   background-attachment:fixed;
   background-position:center; 
  
}

.element_club 
    {
	
	color: #FFFFFF;
   text-decoration: none;
    
   }
   .element_clubimg
    {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;    
   }

.element_clubs 
    {
	
	color: #FFFFFF;
   text-decoration: none;
    background-image:url("fonds/fonok.png");
	
   }
#clubs p
{
	color: #FFF;
	font-weight: 200;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}

#clubs h1
{
   height: 20px;
  padding-left: 10px;
   color: #00BF00;
   text-align: center;
}
#clubs h2
{
   height: 20px;
  padding-left: 10px;
   color: #00BF00;
   text-align: 50px;
}

#clubs h3
{
   height: 20px;
  padding-left: 10px;
   color: #00BF00;
   text-align: 50px;
}
#clubs h4
{
   height: 20px;
  padding-left: 10px;
   color: #000000;
   text-align: left;
}

table
{
margin: auto;
}

.element_clubimg img 
{
float: left;
}
a.typelien {   color: blue;  text-decoration:none }
a.typelien:hover {  color:red }
.matt {
	font-size: x-large;
	color: #F00;
}
