body {
  margin: 0px;
  padding: 0px;
  padding-bottom: 1em;
  background-color: black;
  background-repeat: no-repeat;
  background-position: top center;
  
  font-family: Verdana, sans-serif;
  font-size: 11px;
  
  color: white;
}

li div{
  display: inline;
}

.link,
.liste_general td{
  cursor: pointer;
}

a {
  color: #801010;
}

a:hover {
 text-decoration: none;
}

img {
  border: 0;
}

.clear{
  clear: both;
}

.float_left{
  float: left;
}

.float_right{
  float: right;
}

.left{
  text-align: left;
}

.center{
  text-align: center;
}

.right{
  text-align: right;
}


.top{
  top: 0px;
}

.bottom{
  bottom: 0px;
}

.top_left{
  top: 0px;
  left: 0px;
}

.top_right{
  top: 0px;
  right: 0px;
}

.bottom_left{
  bottom: 0px;
  left: 0px;
}

.bottom_right{
  bottom: 0px;
  right: 0px;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.small {
  font-size: 0.8em;
}

input{
   background-color: white;
   border: 1px solid;
   border-left: 2px solid;
   border-right: 2px solid;
   
   border-top-color: #3F3224;
   border-left-color: #3F3224;
   border-right-color: #FFCA91;
   border-bottom-color: #FFCA91;
   
   font-size: 1em;
}

.yellow {
 color: #F0BE00;
}

.debug {
  border: 1px solid white;
  padding: 1px;
}
