table.home
{
 width: 100%;
 border: 2px solid transparent;
}

table.home td.tdavatar
{
 width: 350px;
 height: 450px;
 vertical-align: middle;
 background-image: url('../images/gen/fdhome3.png');
 background-repeat: no-repeat;
 background-position: 15px 0px;
}
table.home td.tdavatar div.avatar150
{
 position: relative;
 left: 152px;
}

td.stat
{
 width: 300px;
 vertical-align: middle;
 text-align: center;
 font-weight: bold;
 font-size: 22px;
 text-decoration: underline;
 overflow: hidden;
}

table.statistiques
{
 width: 100%;
}

table.statistiques td.classement
{
 width: 50%;
}

table.statistiques table
{
 width: 100%;
}

table.five
{
 background-image: url('../images/fond/tr.png');
}

table.five td.cat
{
 width: 1%;
}

table.five td.case
{
 text-align: center;
 font-weight: bold;
}
table.five td.case:first-letter
{
 font-size: 13px;
}

table.five td
{
 overflow: hidden;
}


th
{
 background-color: #2b1605;
 border: 1px solid #973d00;
}

div#ok
{
 background-color: #2b1605;
 border: 2px solid #973d00;
 width: 400px;
 min-height: 123px;
 position: relative;
  top: 150px;
  left: 110px;
 z-index: 100;
 text-align: center;
 
}
div#ok div.goron
{
 float: left;
 background-image: url('../images/gen/goron.png');
 background-repeat: no-repeat;
 width: 100px;
 height: 123px;
}
div#ok div.icross
{
 float: right;
 width: 25px;
 height: 25px;
 position: relative;
  top: -5px;
  left: 5px;
}
div#ok span.oktitle
{
 color: white;
 text-decoration: underline;
 font-size: 15px;
 font-weight: bold;
}


