body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	background-color: #000000;  
  }

a:link {text-decoration: none;  color: #FFFFFF;;}
a:visited {text-decoration: none;  color: #FFFFFF;;}
a:hover {text-decoration: underline ; color:#666666;}  
  
h1      { font-size: 17px; font-weight: bold; color: #FFFFFF; }
h2      { font-size: 15px; font-weight: bold; }
hr 		{ color: #FFFFFF; height: 1px;}

.titre  {  font-size: 17px; font-weight: bold; color: #FFFFFF; }

.label {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #000000;
}

.normal {
	font-size: 13px;
	color: #FFFFFF;
	background-color: #000000;
}
.normal2 {
	font-size: 13px;
	color: #FFFFFF;
	background-color: #000000;
}
.petit {  font-size: 11px; color: #FFFFFF;}

.etoile {
font-family: Arial; 
font-size: 13px; 
color: #CC0000; 
font-weight: bold;
}

.bouton {
	border: 1px solid #1f1f5f;;
	background: #eee;
	font-size: 11px;
}	
/*entete des rubriques*/
.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: 1px solid #C1DFF9;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	border-left: 1px solid #C1DFF9;
	background-color: #000000;
}




.formulaire1{
	cursor: pointer;
	font-size: 11px;
	padding: 2px;
	color: #FFFFFF;
	border: 1px solid #1F1F5F;
	background-color: #000000;	
}	

input:focus, select:focus, textarea:focus {background-color: #000000;color: #FFFFFF}


