Body {
  color: #FFFFFF;
  font-family: Trebuchet, Arial, Verdana; 
  font-weight: regular;
  font-size: 10pt;
  margin:10px;
  padding:0px;
  }
  
  
A { text-decoration: none; color: #FFFFFF }
A:Link { color: #99112e; text-decoration: none; font-weight: bold; }
A:Active { color: #99112e; text-decoration: none; font-weight: bold; }
A:Visited { color: #99112e; text-decoration: none; font-weight: bold; }
A:Hover { color: #eb7405; text-decoration: none; font-weight: bolder; }

.Titre { font-family: Trebuchet, Arial, Verdana; font-size: 10pt; font-weight: bold; color:#99112e; margin-left:8px; margin-right:8px; margin-top:8px; margin-bottom:2px; }
.Texte { font-family: Trebuchet, Arial, Verdana; font-size: 10pt; font-weight: regular; color:#000000; margin-left:8px; margin-right:8px; margin-top:6px; margin-bottom:2px; }
.Petit { font-family: Trebuchet, Arial, Verdana; font-size: 8pt; font-weight: regular; color:#000000; margin-left:8px; margin-right:8px; margin-top:2px; margin-bottom:2px; }

form {
  padding: 4px;
  margin: 8px;  
  font-family: Trebuchet, Arial, Verdana; 
  }

legend {
  color: #ce9bc6;
  font-family: Trebuchet, Arial, Verdana; 
  font-weight: bold;
  font-size: 10pt;
  margin: 4px;
  }
  
label {
  color: #d47012;
  font-family: Trebuchet, Arial, Verdana; 
  font-weight: regular;
  font-size: 10pt;
  margin: 4px;
  }
  
input [type=text] {
  background: #d47012; 
  border: transparent;
  padding: 2px;
  }
  
input [type=submit] {
  border: 2px outset black;
  font-weight: bold;
  color: white;
  font-family: Trebuchet, Arial, Verdana; 
  }

