#ebook #infos{
	float:left;
	width:25%;
	background:#202020;
	color:#CCCCCC;
	overflow-y:auto;
}
#ebook #infos img{
	display:block;
	width:100%;
}
.vh{
	border-top:solid 3px #110C09;
}
.mq{
	border-top:solid 3px #091F36
}
.vh #ebook #infos{
	background:#0E0E10;
}
.mq #ebook #infos{
	background:#0F0F11;
}
#ebook #infos h1{
	display:none;
}
#ebook h1 strong{
	display:block;
}
#ebook #selectmenu{
	display:none;
}
#ebook #menu{
	list-style-type:none;
	width:100%;
	padding:20px;
	margin:0;
}
#ebook #menu li{
	display:block;
	position:relative;
	padding:2px 50px 2px 5px;
	transition: all ease-out 0.3s;
}
#ebook #menu li:hover{
	cursor:pointer;
	color:#FFFFFF;
}
#ebook #menu li.active{
	background:#666666;
	background:rgba(0,0,0,0.5);
}
#ebook #menu li.lvl-2{
	margin-left:30px;
}
#ebook #menu li .page{
	display:block;
	position:absolute;
	top:2px;
	right:5px;
}
#ebook #scroller{
	position:relative;
	background:#CCCCCC;
	overflow-y:auto;
	-webkit-overflow-scrolling: touch;
	float:right;
	width:75%;
	min-width:300px;
	box-shadow:inset 0 0 10px #666666;
}
#ebook section{
	font-family:'PT Serif',sans-Serif;
	position:relative;
	z-index:1;
	width:96%;
	max-width:700px;
	margin:20px auto;
	padding:20px 20px 40px 20px;
	background:#FFFFFF;
	border:solid 1px #999999;
	box-shadow:5px 5px 10px #999999;
	font-size:16px;
	line-height:1.8em;
	text-align:justify;
}
#ebook .active{
	z-index:999;
}
#ebook section h2 strong{
	font-size:1.2em;
}
#ebook section h1,#ebook section h2, #ebook section h3, #ebook section h4, #ebook section h5{
	font-family:'PT Serif Caption',sans-serif;
	font-weight:bold;
	text-align:center;
	padding:0 0 20px 0;
	margin:0;
}
#ebook section h1{
	font-size:50px;
	padding-top:200px;
	padding-bottom:200px;
}
#ebook section h2{
	font-size:50px;
	padding-top:100px;
	padding-bottom:100px;
}
#ebook section h2.rappel{
	font-size:16px;
	font-weight:normal;
	line-height:1em;
	text-align:center;
	padding:0 0 20px 0;
	margin:0;
}
#ebook section h3, #ebook section .h3{
	font-size:28px;
	text-align:center;
}
#ebook section h4{
	font-size:20px;
	padding-top:20px;
	text-align:left;
}
#ebook section h5{
	font-size:20px;
	padding-top:20px;
	text-align:left;
}
#ebook section .number{
	position:absolute;
	bottom:5px;
	right:10px;
	font-size:12px;
	text-align:right;
	color:#999999;
}
#ebook section .poeme{
	font-style:italic;
	width:50%;
	min-width:280px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:40px;
}
#ebook section .small{
	font-size:12px;
	line-height:1.2em;
}



@media (max-width:991px){
	#ebook #infos{
		width:100%;
		height:80px;
		max-height:80px;
		float:none;
		overflow:hidden;
	}
	#ebook #infos #menu{
		display:none;
	}
	#ebook #infos #selectmenu{
		display:block;
		width:96%;
		margin:5px auto 0 auto;
	}
	#ebook #infos #selectmenu option.lvl-2{
		padding-left:50px;
	}
	#ebook #infos img{
		display:none;
	}
	#ebook #infos h1{
		display:block;
		text-align:center;
		color:#FFFFFF;
		text-transform:uppercase;
		text-shadow:2px 5px 10px #000000;
		width:96%;
		margin:0 auto;
		font-size:inherit;
		padding:10px 0px 5px 0;
	}
	#ebook #infos h1 strong{
		display:inline;
	}
	#ebook #scroller{
		width:100%;
		float:none;
	}
	#ebook #scroller section{
		font-size:14px;
	}
	#ebook #scroller h1,#ebook #scroller h2,#ebook #scroller h3,#ebook #scroller h4{
		font-size:20px;
	}
}

footer{
	clear:both;
}
