
.menu {
	width: 207px;
	position: absolute;
}

.menuContent {
	background-image: url('/images/menu.body.png');
	text-align: left;
	font-size: 12px;
	font-family: verdana;
	padding-left: 10px;
	padding-right: 10px;
}

.menuHeader {
	background-image: url('/images/menu.header.png');
	height: 57px;
	vertical-align: bottom;
}

.menuHeaderTitre {
	text-align: center;
	padding-top: 17px;
	height: 34px;
	line-height: 34px;
	vertical-align: middle;
}

.menuFooter {
	background-image: url('/images/menu.footer.png');
	height: 53px;
}

.menuGauche {
	left: 0px;
}

.menuDroite {
	left: 746px;
}

.menuItem {
	background-image: url('/images/menu.puce.gif');
	background-repeat: no-repeat;
	background-position: left;
	height: 18px;
	line-height: 18px;
	padding-left: 10px;
}

.menuItem a {
	color: black;
	text-decoration: none;
}
.menuItem a:hover {
	text-decoration: underline;
}

#itemOrdreAlphabetique {
	width: 170px;
	line-height: 20px;
	border: solid 1px black;
	background-color: #FFFFF4;
	left: 0px;
	top: 0px;
	text-align: justify;
}
