/* bois.css */ 

#BoisBox img {
  margin: auto;
  display: block;
}

#BoisBox .table {
  margin-bottom: 10px;
}

#BoisBox .table tr td {
  border: 2px solid white;
  font-size: 12px;
  padding: 5px;
}

#BoisBox .head {
  background: #6195c7 url(/images/table/header.gif) repeat-x top; 
  color: white;
  font-weight: bold;
  text-align: center;
}

#BoisBox .head2 {
  background: #497daf;
  color: white;
}

#BoisBox .white {
  background: white;
}

#BoisBox .even {
  background-color: #cfe0f0;
}

#BoisBox .odd {
  background-color: #b4d0e6;
}

.picleft img {
  float: left;
  padding: 10px 10px 10px 0;
}