/********************************************/
/*      AUTEUR : Denis LALLET				*/
/*   REDIGE LE : 02/03/2004					*/
/*       TITRE : Le Miroir de Galadriel		*/
/*     VERSION : 2.0						*/
/* ASSOCIATION : index.htm (Racine du site)	*/
/********************************************/
h1 {
	border-style:			outset;
	border-width:			1px;
	text-align:				center;	
	
	font-family:			tolkien, serif;
	font-size:				200%;
	font-weight:			bold;
	color:					#000066;	
}
/* On masque les lignes HR */
hr {
	clear:					both;
	visibility:				hidden;
}
/* Suppression de la bordure autour des images */
img {
	display:				none;
}
a {
	font-family: 			Verdana, sans-serif;
	font-style: 			normal;
	text-decoration: 		none;
	color: 					#000000;
}