body
{
  background-color: #dddddd;  
  color: #000000;
  margin: 0px;
  font-family: tahoma;
}

img
{
  display: inline; 
  border: 0px;
}

#main 
{
  margin-left: auto; 
  margin-right: auto;     
  width: 800px;  
  padding: 0px;
} 

#left-side
{
  width: 200px;
  height: 600px;  
  background-color: #0881DF;
  float: left;   
}

#right-side
{
  width: 600px;
  height: 600px;  
  background-color: #0881DF;
  float: right;
}

#gifcontainer
{
  width: 200px;
  height: 150px;
  background-color: #0881DF;
}

#menucontainer
{
  width: 200px;
  height: 272px;
  margin-top: 1px;
  margin-bottom: 1px;  
  background-color: #0881DF;
  display: inline;
}

#titre
{
  width: 600px;
  height: 150px;
  background-color: #0881DF;
  overflow: hidden;
  text-align: right;  
  background: url(interface/barobart-titre.gif) no-repeat;  
  color: #9BC6E7;
  font-weight: bold;   
  font-size: 25px; 
  line-height: 250px; 
  
}

#display
{
  width: 600px;
  height: 450px;
  background-color: white; 
  color: black;   
  overflow: auto;
  font-size: 14px; 
  line-height: 125%;
}

#header
{
  width: 580px;
  background-color: white; 
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  
}

.menuimg
{
  margin-top: 70px;  
}

.bolded
{
  font-weight: bold;  
}

.subtitle
{
  font-family: tahoma;
  color: #0881DF; 
  font-size: 16px;
  font-weight: bold;  
}

.formtitle
{
  background-color: #0881DF; 
  font-family: tahoma;
  color: white;  
  font-size: 16px;
  font-weight: bold;  
  padding: 5px;
}

.regular
{
  font-family: tahoma;
  color: black;  
  font-size: 12px;
  margin-left: 10px;
  margin-right: 10px;  
}

.menulist
{
  list-style: none;
  margin: 0;
  padding: 0;  
}

.bouton
{
  width: 200px;	 
  /*height: 40px;*/
  /*background: url(interface/bouton.jpg) no-repeat;*/
  background: url(interface/petit-bouton.gif) no-repeat;  
}  

.bouton-on
{
  width: 200px;	 
  background: url(interface/petit-bouton-on.gif) no-repeat;  
} 

.menuitem
{
  text-decoration: none; 
  color: #ECB41C;
  font-weight: bold;   
  font-size: 14px; 
  line-height: 34px;
  margin-left: 10px;
}  

.menuitem-on
{
  text-decoration: none; 
  color: #ffffff;
  font-weight: bold;   
  font-size: 14px; 
  line-height: 34px;
  margin-left: 10px;
} 

.menuitem:hover
{
  color: white;   
} 

.centered
{
  text-align: center;   
} 

.halfright 
{
  font-family: tahoma;
  color: black;  
  font-size: 11px;	
  float:right;
  width: 270px;   
  margin-right: 10px;  
  /*margin-left: 10px;*/ 
  /* IE 6.0 double margin bug fix: */
  display: inline;  
}
   
.halfleft 
{
  font-family: tahoma;
  color: black;  
  font-size: 11px;	
  float:left;
  width: 270px; 
  margin-right: 10px;   
  /*margin-left: 10px;*/   
  /* IE 6.0 double margin bug fix: */
  display: inline;  
}

table.formulaire
{
  margin-left: auto;
  margin-right: auto;
}

.formulaire td
{
  padding: 5px;
  margin: 0px;	
  text-align: left;	
  vertical-align: top;
}	

.bordered
{
  border-bottom: solid 1px;
}

.rouge
{
  display: inline;	
  color: red;
}
