body {

  padding-left: 12em;

  
  font-family: Times;

	font-size: 17px;
  color: white; 
  
  background-color: black }
  
  
table.comptable {
	font-size: 17px;
	color: black;
	background-color: #E0C298

}  
  
ul.navbar {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0.5em;
  left: 1em;
  width: 6em }
  
  
  
h1 {
 
  font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif;
        color: #3CCCEF;
                
        }        
        
h2 {
  font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif;
        color: #3CCCEF;
                
        }           
        
h3 {

        color: #3CCCEF;
                
        }                           
        
geel {

        color: #E0C298;
                
        }                   
    
        
ul.navbar li {

  font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif;
	font-size: 17px;
  background: #5D879F;
  margin: 0.5em 0;
  padding: 0.3em;
  border-right: 0em solid black }
	ul.navbar a {
	font-size: 17px;
  color: black;
  text-decoration: none }



ul.navbar li:hover,
.navbar ul li a:hover{
	background-color: #5D879F;
	color: #3CCCEF;
	font-weight: bold;
}


p {
	max-width: 650px;
	width:expression( 
    document.body.clientWidth > (500/12) * 
    parseInt(document.body.currentStyle.fontSize)?
        "50em":
        "auto" );
}  
  
a:link {
  color: #3CCCEF;
  
  }
a:visited {
  color: #5D879F }
address {
  margin-top: 1em;
  padding-top: 1em;
  border-top: thin dotted }
  
  
a.mnu:black {
  color: #3CCCEF
  
  }
a.mnu:visited {
  color: black }
address {
  margin-top: 1em;
  padding-top: 1em;
  border-top: thin dotted }  

a.mnu:hover{
	background-color: #5D879F;
	color: #3CCCEF;
	font-weight: bold;
}
  
div.color {
    background: black;
    font-weight: bold;
    border: none
  }  
  
  
