/* CSS Document */
body, ul, li{
	margin: 0px;
	padding: 0px;
}
body{
background-color: #E7E2DE;
}
#couv {
	background-image: url(couv.gif);
	background-repeat: no-repeat;
	height: 565px;
	width: 800px;
	overflow: hidden;
}
#livre {
	position: relative; /* important */
	width: 700px; /* important */
	height: 509px; /* important */
	margin-left: 50px;
	margin-top: 25px;
}
#pages-liste {
	position: absolute;
	top: 0;
	overflow: hidden;
	width: 700px;
	height: 509px;
}
#pages-liste li {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	text-decoration: none;
}
#pages-liste li img {
	display: block;
}
#pages-nav {
	position: absolute;
	top: 0;
	left: 0;
}
#ombre {
	position: absolute;
	top: 0;
	left: 0;
}
#bt-prev {
	position: absolute;
	top: 0;
	left: 0;
	height: 509px;
	width: 350px;
	display: block;
	background-image:  url("next-prev.gif");
}
#bt-prev:hover {
	background-image: url(prev-hover.gif);
}
#bt-next {
	position: absolute;
	top: 0;
	height: 509px;
	width: 350px;
	display: block;
	background-image:  url("next-prev.gif");
	left: 350px;
}
#bt-next:hover {
	background-image: url(next-hover.gif);
}
.annees {
	height: 35px;
	width: 800px;
	text-align: center;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.annees a {
	color: #990000;
	text-decoration: none;
	background-color: #E7E2DE;
	border: 1px solid #990000;
	padding: 2px 20px;
	margin: 0px 10px;
	font-weight: bold;
}
.annees a:hover, a.act {
	color: #F00;
	border: 1px solid #F00;
	background-color: #FFF;
}
.page div {
	padding: 50px;
	height: 409px;
	width: 250px;
	background-color: #FFFFDD;
	overflow: hidden;
	float: left;
}
.page div p {
	line-height: 16px;
	margin: 0px 0px 6px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
}
