#menu{
	position:absolute;
	top:0%;
	left:0%;
	margin-top:120px;
	margin-left:0px;
	width: 155px;
	height: 255px;
	vertical-align: middle;
}
#menu a:link, #menu a:visited{
	margin:0;
	padding:0;
	display:block;
	padding-top:3px !important;
	padding-top:2px;
	width: 134px;
	height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #996633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #8f6647;
	text-indent: 15px;
	vertical-align: middle;
	text-decoration:none;
	background-image: url(../images/puce.jpg);
	background-repeat: no-repeat;
	background-position: 0 7px;
}
#menu a:hover{
	color:#ead4ad;
	/*font-weight:bold;*/
	background-color:#8f6647;
	text-decoration:none;
	background-image: url(../images/puce-hover.jpg);
	background-repeat: no-repeat;
	background-position: 0 7px;
}

