/* CSS Document */
body {
	background-color: #FFFFFF;
}
ul, li {	/* utilisation de liste pour le menu */
list-style-type: none;	/* suppression des puces de liste */
margin:0;
padding:0;
}
ul {
	position: absolute;	/* positionnement pour IE5 et IE5.5 */
	top: 2em;
	left: 0px;
background: transparent url(web_images/encrier2m.jpg) top left no-repeat;	/* arrière-plan général du menu */
	width: 176px;
	text-align: center;
}
li {float: left;}

li a {	/* dimensions et définitions des boutons */
	display: block;	/* mise en block de <a> pour lui donner des dimensions */
	height: 34px;
	width: 176px;
	color: #4B3D40;
	font-size: 15px;
	line-height: 36px;	/* hauteur de ligne pour éviter les paddings */
	font-weight: normal;
	font-family: "Monotype Corsiva";
	text-decoration: none;
	border-top-width: 1.5px;
	border-top-style: none;
	border-top-color: #FCF9F4;
	margin-left: 2px;
}
li a:hover {
background: transparent url(web_images/encrierm.jpg) top left no-repeat;
	color: #660000;
}
a#lien1:hover {
	background-position: 0px 0px;
}
a#lien2:hover {
background-position:  0px -46px ;
}
a#lien3:hover {
background-position: 0px -92px;
}
a#lien4:hover {
background-position: 0px -300px;
}
a#lien5:hover {
background-position: 0px -182px;
}
a#lien6:hover {
background-position: 0px -229px;
}
a#lien7:hover {
background-position: 0px -268px;
}
a#lien8:hover {
background-position: 0px -307px;
}