html, body, div {
	margin: 0;
	padding: 0;
}

body {
	background-color: #f7e7b0;
	margin: 20px;
}
#page {
	width: 100%;
	min-height: 900px;
}
#page.cred {
	min-height: 0px;
}
#header {
	margin-top: 20px;	
	margin-bottom: 20px;	
}
img.left {
	float:left;
	margin-right: 20px;
}
img.right {
	float:right;
	margin-left: 20px;
}
#header a.back{
	display:block;
	float: left;
	background: url(../images/bt_back.png) no-repeat;
	width: 115px;
	padding-top: 80px;
	font-family: 'LilitaOne';
	font-size: 28px;
   color: white;
	text-shadow: 2px 2px 5px #8d490d, -2px -2px 5px #8d490d, 2px 2px 5px #8d490d, -2px -2px 5px #8d490d, 2px 2px 5px #8d490d;
	filter: progid:DXImageTransform.Microsoft.Glow(Color=#8d490d,Strength=3); /* IE<10 */
	text-align:center;
	text-decoration: none;
	height:40px;
}
#header a.print{
	display:block;
	float: right;
	background: url(../images/bt_print.png) no-repeat;
	width: 115px;
	padding-top: 80px;
	font-family: 'LilitaOne';
	font-size: 28px;
   color: white;
	text-shadow: 2px 2px 5px #8d490d, -2px -2px 5px #8d490d, 2px 2px 5px #8d490d, -2px -2px 5px #8d490d, 2px 2px 5px #8d490d;
	filter: progid:DXImageTransform.Microsoft.Glow(Color=#8d490d,Strength=3); /* IE<10 */
	text-align:center;
	text-decoration: none;
	height:40px;
}
#header h1 {
	background: url(../images/bg_title_ressource.png) no-repeat center center;
	font-family: 'LilitaOne';
	font-size: 40px;
   color: white;
	text-shadow: 2px 2px 5px #8d490d, -2px -2px 5px #8d490d, 2px 2px 5px #8d490d, -2px -2px 5px #8d490d, 2px 2px 5px #8d490d;
	filter: progid:DXImageTransform.Microsoft.Glow(Color=#8d490d,Strength=3); /* IE<10 */
	text-align:center;
	height: 89px;
	overflow: hidden;
	padding-top: 30px;
	min-width: 560px;
}
#content h2 {
		background: url(../images/bg_title_book.png) no-repeat left center;
	font-family: 'LilitaOne';
	font-size: 36px;
	color: white;
	text-shadow: 2px 2px 5px #8d490d, -2px -2px 5px #8d490d, 2px 2px 5px #8d490d, -2px -2px 5px #8d490d, 2px 2px 5px #8d490d;
	filter: progid:DXImageTransform.Microsoft.Glow(Color=#8d490d,Strength=3); /* IE<10 */

	min-height: 94px;
	margin:0;
	padding-top: 50px;
	padding-left: 150px;
}

#content h3 {
	color: #6a3302;
	font-family: 'LilitaOne';
	text-transform:uppercase;
	clear:both;	
}
#content a {
	color: #6a3302;
}
#content strong {
	color: #ff1d1d;
	font-weight: normal;
}
#content p {
	color: #6a3302;
	font-family: 'PT_Sans';
	font-size: 18px;
	clear: both;
}