body {
  background: #000 url(/images/fdpage.jpg);
  color: white;
  font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
}
* {
  font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
}
#prooms {
  position: fixed;
  left: 0;
  bottom: 0px;
  background: #555;
  padding: 5px;
  -moz-box-shadow: 0px 0px 20px #000;  
  -webkit-box-shadow: 0px 0px 20px #000;  
  box-shadow: 0px 0px 20px #000;
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
  border-radius: 5px 5px;
}
#prooms h1 { font-size: 12px}
#prooms a:hover { color: white;}
#prooms p { font-size: 10px; margin:0;padding:0;}
.col3 {
   width: 33%; float: left;
}
#notice {
  position: absolute;
  top: 0;
  width: 500px;
  margin-left: 225px;
  z-index: 2000;
  text-align: center;
}
.sidebar, .tournament, .fonce {
  background: #322C2C;
  -moz-border-radius: 10px; 
  -webkit-border-radius: 10px; 
  border-radius: 10px 10px;
}
.fonce { padding: 15px;}
.sidebar hr {
  background: #443E3E;
  color: #443E3E;
}
hr {
  background: #062527;
  color: #062527;
}
.top {
  background: url(/images/fdtop.jpg) top left repeat-x;
}
#top { 
  height: 116px;
}
#top  ul { margin: 0;}
#top .fr ul li { list-style: none; text-align: right;}
#top .fl ul li { list-style: none; text-align: left;}
#logo {
  background: url(/images/logo_fili.png) top left no-repeat;
  height: 168px;
  width: 230px;
  position: absolute;
  margin-left: 360px;
}
h1, h2, h3, h4 {
  color: #fff;
  text-shadow: 2px 2px 2px #000;
}
h1 { font-size: 1.8em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; color: #B9874C;}
h4 { font-size: 1.2em; }
.mestchins {
  font-size: 2em; color: #B9874C;
  text-shadow: 2px 2px 2px #000;
}
.pa5 { padding: 5px; }

.page { 
  margin-top: 15px;
  background: #443E3E;
  border: 3px solid #B47A26; 
  -moz-box-shadow: 0px 0px 20px #222;  
  -webkit-box-shadow: 0px 0px 20px #222;  
  box-shadow: 0px 0px 20px #222;
  -moz-border-radius: 10px; 
  -webkit-border-radius: 10px; 
  border-radius: 10px 10px;
}
.menu { float: left; }
.mright { float: right;}
.menu ul {
  padding: 0px; margin: 0;
}
.menu ul li a { font-size: 1.4em; line-height: 34px; color: black; text-decoration: none; font-weight: bold;}
.menu ul li a:hover { color: #47150c; }

#menubas { text-align: center; }
#menubas ul {
  padding: 10px; margin: 0;
 
}
#menubas ul li, .menu ul li {
  display: inline;
  list-style: none;
  padding: 0 10px;
  border-right: 1px solid #9f591e;
}
#menubas ul li.last_item, .menu ul li.last_item {
  border-right: none;
}
a {
  color: #e6d772;
}
a:hover {
  color: #9f591e;
}
.ar {
  text-align: right;
}
#chat {
  padding: 5px;
  background: #fff;
  height: 90%;
  overflow-y: auto;
  color: #333;
  font-size: 1.2em;  
  word-wrap: break-word;  
  margin-right: 10px;
}
#users {
  float:right;
  color: white;
  font-size: 1.2em;
  height: 90%;
  width: 100px;
  overflow-y: auto;
  overflow-x: hidden;
}
#chat .from {      
  padding: 0;
  text-shadow: none;  
  font-weight: bold;
  color: #666;
  margin-top: 5px;
}
#chat .from .date {
  float: right;
  font-size: 0,9em;
  font-weight: normal;
}
#f {
  clear: left;
}
#f input[type=text] {
  width: 240px;
}
#f input[type=submit] {
  width: 60px;
  background: green;
  border: 2px solid darkgreen;
  color: white;
}
.site_info {
  text-align: center;
  margin: 20px 0 0 0;
  color: #e6d772;
}
.tournament {
  padding: 20px;
}
h1.tournament {
  padding: 0;
  background: none;
  color: #FCF705;
}
.coinche td, .belote td, .tarot td { text-align: center;}
.coinche a, .belote a, .tarot a { font-size: 1.3em;}

.games { height:;}
.games .game { clear: both; margin-bottom: 15px; border-bottom: 1px solid #555; }
.games .game h2 { margin: 0; padding: 0;}
.games .game ul { padding: 0; margin: 0; }
.games .game ul li { list-style: none; float:left; }
.games .game ul li a { text-align: center; padding: 5px 5px; display: block; }

#new_game {
  position: absolute;
  padding: 10px;
  background: #000;
  width: 550px;
  height: 450px;
  border:3px solid #B47A26;
  top: 200px;
  margin-left: 200px;
  display: none;
  -moz-box-shadow: 0px 0px 20px #F0CF88;  
  -webkit-box-shadow: 0px 0px 20px #F0CF88;  
  box-shadow: 0px 0px 20px #F0CF88;
  -moz-border-radius: 10px; 
  -webkit-border-radius: 10px; 
  border-radius: 10px 10px;
}
#new_game .fr { font-variant: small-caps; }
.fr { float: right; }
.fl { float: left; }
.tc { text-align: center; }
.tl { text-align: left; }
.tr { text-align: right; }
tbody tr:nth-child(even) td, tbody tr.even td {
  background: #555;
}
th, td { text-align: center; vertical-align: top;}
.console { font-family: courier;}

table.jeu th, table.jeu td { text-align: left;}
th { background: black;}
.LV_validation_message{ display: inline; font-weight:bold; margin:0 0 0 5px;}
.LV_valid { color:#00CC00;}
.LV_invalid { color:#FF0000;}
.LV_valid_field,input.LV_valid_field:hover, input.LV_valid_field:active,textarea.LV_valid_field:hover, textarea.LV_valid_field:active {border: 1px solid #00CC00;}
.LV_invalid_field, input.LV_invalid_field:hover, input.LV_invalid_field:active,textarea.LV_invalid_field:hover, textarea.LV_invalid_field:active {  border: 1px solid #550000; }

#contact {
  display: none;
  background: #222;
  padding: 5px;
  -moz-box-shadow: 0px 0px 20px #F0CF88;  
  -webkit-box-shadow: 0px 0px 20px #F0CF88;  
  box-shadow: 0px 0px 20px #F0CF88;
  width: 700px;
  margin:0 auto 0 auto;
  z-index: 1000;
  position: absolute;
  margin-left: 125px;
  opacity: 0.95;
}
#modo div #users, #modos div #chat {
  height: 570px;
}
.b { font-weight: bold;}
strong { text-shadow: black 1px 1px 1px; }
h2 { margin-bottom: 0;}

#radio {
  position: fixed;
  right: 0;
  bottom: -98px;
  background: #555;
  padding: 5px;
  -moz-box-shadow: 0px 0px 20px #000;  
  -webkit-box-shadow: 0px 0px 20px #000;  
  box-shadow: 0px 0px 20px #000;
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
  border-radius: 5px 5px;
}
#radio h1 {
  padding-left: 90px;
  background: url(/images/radionomy.png) left no-repeat;
  margin:0; padding:0;font-size:1.1em;
  color: white;
  text-align: right;
}
#msn {
  position: fixed;
  left: 0;
  bottom: 0;
}
table.tournament_form { width: 550px; display: none;}
table.tournament_form td { text-align: "left";}
table.shadow {
  margin: 0;
  -moz-box-shadow: 0px 0px 20px #000;  
  -webkit-box-shadow: 0px 0px 20px #000;  
  box-shadow: 0px 0px 20px #000;
}
h2.poule { background: #000;}
table.tournament input[type='text'] { width: 80px; text-align:center;}
.day { background: #000; color: #fff; padding: 5px; }
a.free { color: white; background: green; border:1px solid white; margin-right: 2px;}
.players { padding-top: 4px; }
