body
{
  background: black; 
  color: white;

  text-indent:0;
  text-align:center;
  text-decoration:none;
  text-shadow:none;
  text-transform:none;

  font-family:  Verdana;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-stretch: normal;
  font-size: small;

  margin: 0;
  padding: 0 0 5em 0;
 }

h1  {  font-size: xx-large;  }
h2  {  font-size: x-large;  }
h3  {  font-size: medium;  font-style:normal; font-weight:bold;}
h4  {  font-size: medium;  font-style:italic; font-weight:normal;}

p {  text-align: justify;  }


a
{ text-decoration: none;
  color:white;
  font-weight:bold;
 }

a:hover
{ 
  color:#FFd800;
}

a img{
  color:black;
  border:0;
}


fieldset
{ 
  text-align:left;
 }

input.button, select
{  
  margin-right:7px;
}

input.button
{
 
  background-color:#555;
  border-color:white;
  color:white;

  border-style:solid;
  border-width:1px;

  cursor:pointer;
}


input.button:hover
{  
  background-color:white;
  border-color:#555;
  color:#555;
}

div.float
{ 
  float:right;
 }


div#page
{ 
/*  width: 750px; */
  width: 80%;
  margin: 0 auto;
 }


/********************************************************/
/*                  Menu                                */
div#footer
{ 
  position:fixed;
  bottom: 0;
  left:0;

  padding:1em 0 1em 0;
  width:100%;
  background:black;

  text-align:center; 
 }

div#footer a
{ 
    color:black;
}

div#footer a:hover
{ 
    color:white;
}

ul.menu
{    
  margin: 0 auto;
  width:57em; /* ideux calcul de la mort pour connaitre la taille et centrer*/
  padding: 0;
}
    
   
ul.menu li
{
  display:inline;
  list-style:none;
  
  float:left;
  position:relative;
  

  margin: 0 1em 0 1em;
  padding: 0.2em 1.5em 0.2em 1.5em;

  border: 1px white solid;
  background: #FFd800;
  width:6em;
}


ul.sousmenu
{
  visibility:hidden;

  position: absolute;
  bottom:1.5em;

  padding:0;
  margin:0;
}


ul.sousmenu li
{
  display:block;

  margin: 0 0 1em -1em;
  padding: 0.2em 1em 0.2em 1em;

  border: 1px white solid;
  background: #FFd800;
  width:6em;
}

/********************************************************/
/*                  Match                               */
table.match
{
  width:100%;
  margin: 0 auto;
 }

table.match tr
{
  border-color: #CCCCCC;
  height: 2em;
 }

table.match th { background: #222222;  }
table.match th.commentaire { text-align:left;  }
td.perdu,td.gagne,td.egalite,td.score, td.date, td.stats, td.type {  text-align: center; }

td.perdu,td.gagne,td.egalite { width: 8em; font-size: medium;}
td.score  {  }
td.date {  background:#222222;}

td.perdu { background: #CC0000; }
td.gagne { background: #006600; }
td.egalite { background: #000088; }
td.score, td.type { background:#222222; }
td.stats { font-weight:bold; background:#222222; }

td.commentaire
{
  background:#222222;
  text-align: left;
 }


/********************************************************/
/*                  Howto                               */
div.cadre
{
  text-align:left;
  margin: 5em 0 5em 0;
  border: 1px white solid;
  padding: 0 0 0 0;
  background:#444444;
 }

div.specadre
{
  text-align:center;
  margin: 5em 1em 5em 1em;
 }

div.cadre h3
{
  margin: 0 0 0.5em 0;
  padding: .35em 0 .35em .5em;
  border-bottom: 1px white solid;
  background: #FFd800;
  color:black;
  font-size: small; /* necessaire pour annuler le h3 generique*/
  }

div.cadre h4
{
  margin: 0 0 0 0.5em;
}

div.cadre p
{
  padding: 0 1em 0 1em;
  }

pre.code
{
  background-color:#333;
  margin: 0 1em 1em 1em;
  padding: .33em 1em 0.33em 1em;
  border: 1px white solid;
 }

span.code
{
  font-family:  fixed;
 }



/********************************************************/
/*                  MapsPoll                            */
table.admin, table.user, table.maps
{
  border-collapse: collapse;
  width:100%;
}

table.admin th,table.admin td
{
  border-collapse: collapse;
  border-style: groove;
  border-width: 1px;
  border-color:white;
  padding: 5px 5px 5px 5px;
}


table.user th,table.user td, table.maps th,table.maps td
{
  border-collapse: collapse;
  border-style: inset;
  border-width: 1px;
  border-color: #555;
  padding: 10px 5px 10px 5px;
  margin: 0 0 0 0;
}

table.maps td.barratin
{
  vertical-align:top;
 }

table.user td form,table.maps td form
{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  }

div.mapname
{
  font-size:medium;
  font-weight:bold;
  margin-bottom: 1em;
 }



table.maps td.screens
{
  width:350px;
 }

/********************************************************/
/*                  Media                              */
.medias
{ 
  padding: 0 0 3em 0;
 }

.video
{  
  margin: 7em 0 0 0;
  text-align:center;
}

.image
{  
  margin: 2em 0 0 0;
}

.tb
{  
/*   width: 180px; */
  height: 140px;
  float: left;
  text-align:center;
  vertical-align: bottom;
  font-weight:bold;
}

.clear
{
  clear: both;
}


/********************************************************/
/*                  etcstats                            */

div.bad
{
   display:inline;
   color:#FF34B3;
  font-weight:bold;
 }

div.good
{
   display:inline;
   color:#00FF7F;
  font-weight:bold;
 }

div.equal
{
   display:inline;
   color:#38B0DE;
}

.PlayerTable
{
 margin:auto;
 border-collapse: collapse;
 }

.PlayerTable td
{
 border: 1px black inset;
 font-family: monospace;
 padding: 0.5em;
 font-size:large;
 background-color:#444444;
 }

.icons
{
  width: 30px;
}


