.book {
	background-color:white;
	width:900px;
	margin:0 auto;
	padding-left:15px;
	padding-bottom:45px;
	padding-right:15px;
	margin-bottom:10px;
	position:relative;
	overflow:hidden;
}
.book img {
	max-width:400px;
	max-height:300px;
	margin-top:20px;
}
.bookContent {
	width:800px;
	margin:0 auto;
	margin-top:20px;
	padding:10px;
	border-top:2px solid #a5662c;
	border-bottom:2px solid #a5662c;
}
.bookplus {
	margin-bottom:10px;
	padding:15px;
	position:relative;
	overflow:hidden;
	background-color:white;
	width:900px;
	margin:0 auto;
}
.bookplus img {
	max-width:800px;
	max-height:600px;
}
.imagePrest {
	text-align:center;
	margin-bottom:15px;
}
.plus {
	font-size:30px;
	text-align:center;
	margin-top:20px;
}

.index {
	width:600px;
	padding:10px;
	min-height:200px;
	max-height:500px;
	position:relative;
	margin:0 auto;
	margin-top:20px;
	overflow:auto;
}
.bold {
font-weight:bold;
}
.book .sousTitre, .bookplus .sousTitre {
	margin:0;
	font-size:45px;
	text-align:center;
	margin-bottom:10px;
}

/* Mise en page des articles */
.citation {
	background-color:white;
	width:500px;
	margin:0 auto;
	position:relative;
	left:30px;
	padding:15px;
	border:1px dotted gray;
	text-align:center;
}
.source {
	margin-top:10px;
	text-align:right;
}
.quote {
	width:43px;
	height:35px;
	float:left;
	position:absolute;
	margin-top:-25px;
	background-image:url('../img/citation.png');
}
.floatleft {
	max-width:400px;
	height:auto;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:15px;
	padding:10px;
	text-align:center;
	background-color:blue;
	float:left;
	/*position:relative;
	left:10px;*/
}
.center {
	height:auto;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
	text-align:center;
	margin:0 auto;
}
.floatright {
	max-width:400px;
	height:auto;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:15px;
	padding:10px;
	text-align:center;
	background-color:blue;
	float:right;
}
.floatright img, .floatleft img, .center img {
	margin-top:10px;
}
.italic {
	font-style: italic;
}
.bold  {
	font-weight: bold;
}