body {

  background-color: #000000;
  font-family: Verdana, sans-serif;
  font-size: small;
  color: silver;

}

input, textarea, select {

  font: normal small Verdana, Arial, Helvetica, sans-serif;
  border-color : #FFFFCC;

}

.onglet-actif { 
  
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #0066DD;
  background-color: #BBDDFF;
  font-family: Tahoma, Verdana, Arial, sans-serif;

}

.petit { 
  
  font-size: 10px; 
  color: #000066; 
  font-family: Verdana, arial, helvetica, sans-serif; 
  font-weight: bold;
  
}

input { text-indent : 2px; }

.back1 { background-color: #EFEFEF; }
.back2 { background-color: #DEE3E7; }
.back3 { background-color: #D1D7DC; }

.rowA  { background-color: #000000; }
.rowB  { background-color: #212121; }
.rowC  { background-color: #000000; }

th { 

  padding: 3px 0;

}

td { padding: 3pt 5px; }

a:link, a:active, a:visited { color : #999; }
a:hover { text-decoration: underline; color : #DD6900; }

hr {
  
  height: 0px; 
  border: solid #D1D7DC 0px; 
  border-top-width: 1px;
  
}

h1, h2 {
  
  font-size: 22px; 
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none; 
  line-height : 80%;
  color : #fff;
  
}

h2 {

  padding-top: 0;

}

select, option {

  font-size: small;

}

table { 
  
  width: 100%;
  border-collapse: collapse;
  
}
