/*
Design d'Eul'tuk0

*/

body
{
   width: 798px;
   margin: auto;
   /*margin-top: 20px;
	margin-bottom: 20px;    */
   background-color: #626262
   
}

/* L'en-tête */

#en_tete
{
   width: 798px;
   height: 225px;
   background-image: url("http://tuko.battleroyale.fr/images/banniere/banniere3.jpg");
   background-repeat: no-repeat;
   text-align: center;
   /*margin-bottom: 10px;*/
}


/* Le menu */

#menu
{
   float: left;
   width: 120px;
   /*height: 410px;*/
   background-color: #626262;
   
}

.element_menu
{
   padding-top: 10px;
   background-color: #626262;
      
   border: no border;
}


/* Quelques effets sur les menus */


.element_menu h3
{    
   color: #bdc246;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}

.element_menu ul
{
   
   padding: 0px;
   padding-left: 20px;
   margin: 0px;
   /*margin-bottom: 5px;*/
}

.element_menu a
{
   color: #bdc246;
   text-indent: 2px;
   
}

.element_menu a:hover
{
      color: #bdc246;
}


/* Le corps de la page */

#corps
{
   /*height: 400px;*/
   margin-left: 120px;
   /*margin-bottom: 20px;*/
   padding: 5px;
   
   color: #ffffff;
   background-color: #626262;
      
   border: no border;
}

#corps h1
{
   color: #bdc246;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h2
{
   height: 30px;

   background-image: url("images/titre.png");
   background-repeat: no-repeat;
   
   padding-left: 30px;
   color: #bdc246;
   text-align: left;
}

table, td
{
	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
	text-align: center;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

.defaite
{
	color: red;
}

.victoire
{
	color: green;
}



/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
   /*padding: 5px;*/
   float: left;
   width: 798px;
   height: 50px;

   text-align: center;

   color: #bdc246;
   background-color: #626262;
   /*background-image: url("http://tuko.battleroyale.fr/images/footer.jpg");*/
   
   border: no border;
}
