BODY {
	font-family:"comic sans ms","arial";
	background-color:black; 
	color:white;
	text:white; 
	text-align:justify;
	margin-top:20px; 
	margin-bottom:20px; 
	margin-left:20px;
	margin-right:20px;}

	#en_tete
{  
   height: 150px;
   background-image: url("res/banniere.jpg");
   background-repeat: no-repeat;
   background-position: center;
   margin-bottom: 10px;
}

#menu
{
   float: left; /* Le menu flottera à gauche */
   width: 150px; /* Très important : donner une taille au menu */
   margin-right:20px;
}
.result
{
color:red;
}

.element_menu
{
   background-color: black;
   /*background-image: url("images/motif.png");
   background-repeat: repeat-x;*/
   
   border: 2px outset silver;
   
   margin-bottom: 20px; /*Pour éviter que les éléments du menu ne soient trop collés */
}

/* Quelques effets sur les menus */
ul
{
      list-style-type: square;
   color:silver;
   padding: 0px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 5px;
   font-size:10pt; }

.element_menu h3
{   
   color: red;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
   font-size:10pt; 
}

.element_menu ul
{
   /*list-style-image: url("images/puce.png");*/
   list-style-type: square;
   color:silver;
   padding: 0px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 5px;
   font-size:8pt; 
}

.element_menu a
{
   color: silver;
}

.element_menu a:hover
{
   background-color: #B3B3B3;
   color: black;
}


.tabnormal{background-color:black; 
	   color:white; 
	   font-size:12pt}

.tabover{background-color:red; 
	color:white; 
	font-size:12pt}


/* Le corps de la page */

#corps
{
   margin-left: 160px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
   margin-bottom: 20px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
   padding: 5px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   color: #B3B3B3;
}

/* Les titres */
#corps h1 {
	margin-top:20px;
	margin-bottom:20px;
	font-size:24pt;
	COLOR:red;
	text-align:left;
	font-family:  Arial;
	border-bottom: 2px solid red;
	}

#corps h2 {
	margin-top:20px;
	margin-bottom:20px;
	font-size:18pt;
	COLOR:silver;
	text-align:center;
	font-family: Arial;
	
	}

#corps h3 {
	margin-top:20px;
	margin-bottom:20px;
	font-size:16pt;
	COLOR:silver;
	text-align:left;
	font-family: Arial;
	border-bottom: 2px solid silver;
	}	
	
	#pied_de_page
{
   padding: 5px;

   text-align: center;

   color: #B3B3B3;
  /* background-color: #626262;*/
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
   border: 2px solid black;
}

	
A {color:silver; 
	text-decoration:none}
	
A:hover {color:#FFFF66; 
	text-decoration:none}
	
.maillot {
 	 text-align:center;
	 margin-left:auto;
	 margin-right:auto;
 	 border-style:none;
 	 border-spacing:10px;
 	 }
	 
.caract {
 	 text-align:center;
	 margin-left:auto;
	 margin-right:auto;
	 border-width:8px;
 	 border-style:double;
	 COLOR:silver;
 	 }	 
	 
	.toleft { 	font-size:12pt; 
	color:#99ff99;
	text-align:left;
	border-style:none;
   }
   
   .couleur { 	font-size:12pt; 
	color:#FF8080;
	text-align:left;
	border-style:none;
   }
   
   .texte {
	font-size:12pt; 
	color:silver;
	text-align:justify;
	margin-top:20px;
	margin-bottom:20px;
}

#effectif
{
text-align:center;
}

#effectif table {
  padding:0;
  border-spacing:0;
  border-spacing:;
  cols:7;
  width:85%;
  border-style:outset;
}

#effectif TH {
 background-color:red;
 color:silver
}
#effectif TD {
 color:silver;
 background-color:black;
 text-align:center;
}


   .comm {
	font-size:12pt; 
	color:red;
	text-align:justify;
	margin-top:20px;
	margin-bottom:20px;
}

TH {
	border-style:outset;
	border-width:1px;
	color:silver;
	}

/* Feuille de match */	
.feuille {
	font-family:"verdana","arial";
	font-size:12pt; 
	color:silver;
	text-align:justify;
	margin-top:10px;
	margin-bottom:10px;}
a img {
border:0
}
   