body {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  /*background: #D4E7F7;*/
  background: #660000	;
  background-repeat: no-repeat;
  background-position:center;
  background-position:top;
  margin-bottom : 0;
  margin-left : 0;
  margin-right : 0;
  margin-top : 0;
  
  }

a:link {text-decoration: none;  color: #999999;}
a:visited {text-decoration: none;  color: #999999;}
a:hover {text-decoration: underline ; color:#999999;}  
  
h1      { font-size: 18px; font-weight: bold; color: #999999; }
h2      { font-size: 16px; font-weight: bold; }
h3      { font-size: 14px; font-weight: bold; }
h4      { font-size: 12px; font-weight: bold; }
h5      { font-size: 10px; font-weight: bold; }
hr 		{ color: black; height: 1px; width: 80%;}

.titre  {  font-size: 17px; font-weight: bold; color: #999999; }

.label { font-size: 13px; color: #999999; font-weight: bold;}

.normal {  font-size: 11px; color: #999999;}

.petit {  font-size: 11px; color: #999999;}

.etoile {
font-family: BankGothic md bt; 
font-size: 13px; 
color: #660000; 
font-weight: bold;
}

.bouton {
	border: 1px solid #660000;
	background: #eee;
	font-size: 11px;
}	

.tetiere {
	line-height: 20px; /* forcer la hauteur des liens sous IE pour afficher correctement les bordures */
	font-size: 11px;
	font-weight: bold;
	padding: 2px 8px;
	text-decoration: none;
	text-transform:uppercase;
	text-transform:uppercase;
	color: #FFFFFF;
	border-top: 0px solid black;
	border-right: 0px solid black;
	border-bottom: 0px solid black;
	border-left: 0px solid black;
	background-image: url("fond_brun.jpg");;
}




.formulaire1{
	cursor: pointer;
	font-size: 11px;
	padding: 2px;
	color: #000000;
	border: 1px solid #660000;
	background: #eeeeee;
	
}	

input:focus, select:focus, textarea:focus {background-color: #eeeeee;color: #000}


