p.reserver {
  background: #F5E150;
  width: 365px;
  padding: 4px;
  overflow: hidden;
  border-bottom: 4px solid #e3e3df;
  color: #000;
}

p.reserver span{
  float: left;
  padding: 0.3em 0.3em 0.3em 0.7em;
}

p.reserver a {
	color: #FF5119;
}

p.reserver_achat {
  background: #F5E150;
  float: left;
  padding: 6px;
  overflow: hidden;
  border-bottom: 4px solid #e3e3df;
  color: #000;
}

p.reserver_achat a {
	float: left;
	display: block;
	padding: 0.5em;
	background: #FF5018;
	color: #fff;
	text-decoration: none;
}


h2.chapitres {
  margin-top: 4em;
  margin-bottom: 0;
}

h2.chapitres span {
  background: #d5d4cf;
  padding: 4px 3em;
  font-size: 90%;
}

#chapitres {
  width: 100%;
}

#chapitres .chapitres_inner {
  width: 825px;
  margin: 0 auto;
  padding-top: 0.5em;
}

#chapitres .chapitre {
  display: block;
  margin-bottom: 0.5em;
}

#chapitres h3 {
  margin: 0;
  background: #e8e8e5 url(/img/bg-chapitre.gif) no-repeat 0 50%;
  padding: 0.8em 0 0.8em 0;
}

#chapitres div.actif h3 {
  background: #fff url(/img/bg-chapitre-actif.gif) no-repeat 0 50%;
}

#chapitres div h3.hover {
  background-image: url(/img/bg-chapitre-actif.gif);
}

#chapitres .extrait {
  background: #e8e8e5;
  line-height: 150%;
  margin-top: 1px;
  font-style: oblique;
  font-family: Georgia, "Times New Roman", Times, serif;
}

#chapitres .extrait .extrait_inner {
  padding: 1.5em 30px 0.5em 30px;
}

#chapitres div.actif .extrait {
  background: #fff;
}

#chapitres .chapitre h3 {
  font-size: 130%;
  color: #5d5943;
  display: block;
  text-decoration: none;
  padding-left: 30px;
  width: 795px;
  letter-spacing: -0.03em;
  cursor: pointer;
}
#chapitres .chapitre h3.hover .titre, #chapitres div.actif h3 .titre {
  color: #2f2c1c;
}

#chapitres .chapitre a.auteur {
  font-weight: normal;
  color: #ff5018;
  text-decoration: none;
  font-size: 80%;
  margin-left: 1em;
}

#chapitres .chapitre a.auteur:hover {
  color: #b72c00;
  text-decoration: underline;
}