body
{
  background-color: #BECAD6;  
  background: url(image/background.jpg); 
  /*background-attachment: fixed; */
  color: #5D5D79; 
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-family: verdana;
}

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

a
{
  text-decoration: none; 
}

a.toright
{
  color: #5D5D79;  
}

a.toleft
{
  color: #5D5D79;    
}

.toright:hover
{
  color: white;  
}


#main 
{
  /*margin-left: 26px; */
  margin-left: auto;   
  margin-right: auto;     
  width: 952px;  
  padding: 0px;
} 

#left-side
{
  width: 250px;
  height: 420px;
  float: left;    
}

#display
{
  width: 650px;
  /*height: 420px;*/
  margin-left: 0px;
  float: left;    
  color: black;    
  overflow: auto;  
  padding: 10px;
  font-size: 14px; 
  line-height: 125%;
}

#titre
{
  width: 972px;
  height: 150px;
  /*background: url(image/titre.png) no-repeat;*/
  overflow: hidden;
  float: left;  
  text-align: right;   
  padding-top: 2px;
}

.menu
{
  width: 200px; 
  font-size: 18px;  
  text-align: right;
  margin-left: 15px;  
  padding: 10px; 
  border-bottom: 1px solid #E2E0DD;   
}

.but
{ 
  background-color: #8D8984;
  color: white;
  font-family: verdana;
  font-size: 10pt;
}

.textcenter
{
  text-align: center;
}

.textright
{
  text-align: right;
}

.textleft
{
  text-align: left;
}

.floatright
{
  padding-right: 20px; 	
  float: right; 
}

.floatleft
{
  padding-left: 20px; 	
  float: left; 
}

.thetitle
{
  color: #086ED3; 
  /*color: white;*/   
  font-size: 16px;
  font-weight: bold;  
}

.subtitle
{
  color: #086ED3; 
  /*color: white;*/   
  font-size: 16px;
  font-weight: bold;  
}


.legende
{
  color: black;  
  font-size: 12px;
}

.email
{
  color: blue;  
  font-size: 16px;
  text-decoration: underline;
}

.email:hover
{
  color: red;  
}


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;*/
  border-bottom: 1px solid #E2E0DD;    
}

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

.champ 
{
  border:1px solid black;
  background-color:  white;
  font-size: 12px;  
  font-family: verdana;    
}