* {
  font-size:12px;
  font-family:arial, helvetica, sans-serif;
}
body {
  color: #000000;
  background: #FFFFFF;
  font-size:12px;
  font-family:arial, helvetica, sans-serif;
}

#news {
   color:#FF4444;
   font-weight:bold;
}

#warning {
   color:#FF0000;
   font-size:1.5em;
}

h1 {
   color:#FF8888;
   font-size:2em;
}

h2 {
   color:#888888;
   font-size:1.5em;
}

h3 {
   color:#4444AA;
   font-size:1.5em;
   font-style:italic;
}

#contenu {
  padding-top: 5px;
  padding-left: 5px;
  margin-left: 10px;
 }

#menu {
  width:100%;
  height:90px;
  padding-top:5px;
  padding-left:0px;
  background:white;
}

th {
  color:black;
  background:#8484E8;
}

td.label {
  color:black;
  width:200px;
  text-align:right;
  text-decoration:none;
  font-weight:bold;
}

td.label150 {
  color:black;
  width:200px;
  text-align:right;
  vertical-align:top;
  text-decoration:none;
  font-weight:bold;
}

table.bords { 
   width:800px;
   border:solid 1px black; 
}

table.liste { 
   width:940px;
   border:solid 1px black; 
}

table.taxo {
  width:700px;
  border-style: none;
  border-width: 1px;
}

tr.vl0 { background-color:white; }
tr.vl1 { background-color:#DADAFF; }

tr.l1 { background-color:#D2AAFF;  }
tr.l0 { background-color:#AAFFD2;} 
tr.rate { background-color:#CACAFF;} 
td.look { background-color: #F00; }

input.readonly { background-color: #A2D2D2; }

.fermer {
   padding: 3px 50px 3px 50px;
   text-align: center;
   background: #A2A2FF;
   border: solid 1px #0000FF;
   text-decoration: none;
   font-weight: bold;
}

.centre { text-align:center; }
a:hover {color:white;
        background-color:rgb(100,100,255);
}


