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

a:link {text-decoration: none;  color: #0000ff;}
a:visited {text-decoration: none;  color: #0000ff;}
a:hover {text-decoration: underline ; color:#0000ff;}  
  
h1      { font-size: 25px; font-weight: bold; color: #000000; }
h2      { font-size: 15px; font-weight: bold; }

.titre      { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 17px; font-weight: bold; color: #00000; }

.label { font-size: 13px; color: #0000ff; font-weight: bold;}
.rouge { font-size: 12px; color: #0000ff; font-weight: bold;}
.rouge:link{color: #0000ff;}
   .Rouge:visited{color: #0000ff;}
   .Rouge:active{color: #0000ff;}
   .Rouge:hover{color: #0000ff;}

.normal { font-family: Verdana, Arial , sans-serif; font-size: 11px; color: #0000ff;}

.clef { font-family: Verdana, Arial , sans-serif; font-size: 11px; color: #0000ff;}

.petit { font-family: Verdana, Arial, sans-serif; font-size: 9px; color: #0000ff;}

.formulaire1 {
color:#0000ff;
border: solid 1px #0000ff;
background-color:#ccc;
font-size:11px;
font-weight: none;
}

.bouton {
	border: 1px solid #000000;
	padding: 2px;
	background: #ccc;
	font-size: 11px;
}	

.tetiere {
	font-family: Tahoma, Verdana, Arial; 
	font-size: 11px; 
	color: #0000ff; 
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color:#0000ff;
	background:#eee;
	border-top: 1px solid #0000ff;
	border-left: 1px solid #0000ff;
border-right: 1px solid #0000ff;
border-bottom: 1px solid #0000ff;
	padding: 2px;
	width:180px;
}

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

hr {
color: #0000ff;
height: 1px;
}

.test {
	font-family: Tahoma, Verdana, Arial; 
	font-size: 11px; 
	color: #000000; 
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color:#ffff00;
	background:#ffff00;
	border-top: 1px solid #0000ff;
	border-left: 1px solid #0000ff;
border-right: 1px solid #0000ff;
border-bottom: 1px solid #0000ff;
	padding: 2px;
	width:120px;
}

/*a img {border:none} /* pas d'encadrement des images */
/*a:hover {border:0px } /* hack pour IE - ne sert sinon à rien */
/*a:hover img {width:250px ; height:250px} /* agrandi les images lors du survol */