/********************************************/
/*      AUTEUR : Denis LALLET				*/
/*   REDIGE LE : 02/03/2004					*/
/*       TITRE : Le Miroir de Galadriel		*/
/*     VERSION : 2.0						*/
/* ASSOCIATION : index.htm (Racine du site	*/
/********************************************/
img {
	border: none;
}
h1 {
	font-family: 			Tolkien, serif;
	font-size: 				36px;
	font-style: 			normal;
	font-weight: 			600;
	color: 					#FFFFFF;
	text-align : 			center;
}
a {
	font-family: 			Verdana, sans-serif;
	font-style: 			normal;
	text-decoration: 		none;
	color: 					#FFFFFF;
	font-size: 				12px;
}
li {
	list-style-image: 		url(/images1/puce.gif);
	list-style-type: 		disc;
}
#cadre {
	background-color: 		#000066;
	margin-left: 			auto;
	margin-right: 			auto;
	width: 					450px;
	border: 				2px;
	border-style: 			outset;
}
#lien {
	background-color: 		#006699;
}

#lien hr {
	display:				none;
}
#logo {
	background-color: 		#006699;
	float: 					right;
	margin: 				0;
}
.spacer {
	clear: 					both;
}