/* ****************************************************

	@file		  screen.css
	@description  Feuille de styles globale
	@version	  20100121
	vim: set fdm=marker:

***************************************************** */

@import url("./reset.css");
@import url("./grid.css");

/* @section Basic {{{
******************************************************************************/

html {
	font-size: 62.5%;
}

html, body {
	height: 100%;
}

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 120%;
	line-height: 1.3;
	color: #000;
	background: #fff url("../img/interface/bg-body.jpg") repeat-x top center;
	position: relative;
	behavior: url("/js/ie6/csshover.htc");
}

p,ul,ol,table { margin-bottom: 1em; }
ul { margin-left: 20px; }
a { text-decoration: none; cursor: pointer; color: #da2128; }
a:focus { outline: 1px dotted; }
a:visited { color: #da2128; }
a:hover, a:focus { color: #da2128; text-decoration: underline; }
a *, button * { cursor: pointer; }
hr { display: none; }
small { font-size: 90%; }
input, select, button, textarea, option { font-family: Arial, "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; font-size: 100%; }
button, label, select, option, input[type=submit] { cursor: pointer; }
.groupe:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .groupe {display: inline-block;}
/* Hides from IE-mac \*/ * html .groupe {height: 1%;} .groupe {display: block;} /* End hide from IE-mac */
sup { font-size: 80%; line-height: 1; vertical-align: super; }

button::-moz-focus-inner { border: 0; padding: 1px; }

.shy { position: absolute; left: -9999px; }

span.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-weight: normal;
	font-style: italic;
	font-size: 1.2em;
	line-height: 0.8;
}

h1,h2,h3,h4,h5,h6 {
	line-height: 1.1;
}

/* }}} */

/* @section Layout {{{
******************************************************************************/

#wrap {
	width: 940px;
	margin: 0 auto;
	background: url("../img/grid.png") repeat;
	background: none;
}

/* }}} */

/* @section Entête {{{
******************************************************************************/

#entete {
	position: relative;
	padding: 15px 0 15px;
}

#logo a {
	display: block;
	outline: none;
	position: absolute;
	top: 15px;
	left: 0;
	width: 182px;
	height: 99px;
	background: url("../img/interface/bg-logo.png") no-repeat top left;
	text-indent: -99999px;
}

#utilitaires {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 90%;
	height: 99px;
	position: relative;
	width: 734px;
	float: right;
}

#utilitaires ul {
	margin: 0;
	position: absolute;
	right: 0;
	bottom: 28px;
}

#utilitaires li {
	float: left;
	padding-right: 44px;
}

#utilitaires li.dernier {
	padding-right: 0;
}

#utilitaires li a {
	color: #777;
}

#utilitaires li a:hover,
#utilitaires li.active a {
	color: #da2128;
	text-decoration: none;
}

.nav-commune {
	clear: both;
	padding: 23px 0 0 0;
	height: 1%;
	position: relative;
	background: url("../img/interface/bg-nav.gif") repeat-x bottom left;
}

.nav-commune ul {
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 115%;
}

.nav-commune li {
	float: left;
	padding: 0 0 8px;
}

.nav-commune li a {
	display: block;
	padding: 14px 19px;
	color: #464646 !important;
	border-left: 1px solid #d2d2d2;
	margin: 0 0 4px;
}

.nav-commune li a:hover {
	text-decoration: none;
	color: #DA2128 !important;
}

.nav-commune li.dernier a {
	border-right: 1px solid #d2d2d2;
}

.nav-commune li.active {
	background: url("../img/interface/bg-nav-active.gif") no-repeat bottom left;
}

.nav-commune li.active a {
	color: #fff !important;
	border-left: none;
	border-right: none;
	padding-right: 20px;
}

#nav #recherche {
	position: absolute;
	bottom: 22px;
	right: 0;
	width: 232px;
	height: 26px;
	background: url("../img/interface/bg-recherche.png") no-repeat top left;
	font-size: 90%;
}

#nav #recherche form {
	margin: 0;
}

#nav #recherche form input {
	border: none;
	color: #989c9d;
	position: absolute;
	margin-top: 6px;
	left: 28px;
	width: 190px;
	background: transparent;
	padding: 0;
}

#nav #recherche p {
	margin: 0;
}

/* }}} */

/* @section Pied {{{
******************************************************************************/

#pied {
	border-top: 3px solid #31383b;
	position: relative;
	z-index: 900;
}

#pied .menu {
	border-top: 1px solid #989c9d;
	padding: 1.7em 0;
}

#pied .menu ul {
	margin: 0 0 0 10px;
	font-size: 90%;
}

#pied .menu h3 {
	font-size: 110%;
	color: #da2128;
	margin: 0 0 0.2em;
}

#pied .menu a {
	color: #666666;
}

#pied .menu a:hover {
	color: #DA2128;
	text-decoration: none;
}

#pied .pied {
	background: #000 url("../img/interface/bg-logo-pied.gif") no-repeat 23px 18px;
	color: #fff;
	font-size: 90%;
	padding: 20px 0 17px;
	width: 100%;
	overflow: hidden;
	line-height: 1.5;
}

#pied .infos {
	padding-left: 120px;
}

#pied .pied p {
	float: left;
	margin: 0;
}

#pied .pied p.notice {
	margin: 0 60px 0 120px;
	width: 100%;
	float: none;
	padding: 10px 0 4px;
	color: #bbb;
	height: 1%;
}

*+html #pied .pied p.notice {
	margin-top: 10px;
}

#pied .logos {
	margin: 13px 60px 0 120px;
	border-top: 1px solid #808080;
	padding: 10px 0 0 0;
}

#pied .logos img {
	float: left;
	padding-right: 35px;
}

/* }}} */

/* @section Contenus communs {{{
******************************************************************************/

#page {
	padding: 0 0 3em;
	position: relative;
	z-index: 1000;
}

div.contenu-texte ul { margin-left: 16px; }
div.contenu-texte ul li { list-style: disc; }

/*
 * Liste de sélection
*******************************/
div#acces-rapide ul{
	display: none;
	z-index: 1;
}
div.select {
	font-size: 90%;
}

div.select div {
	width: 284px;
	position: relative;
	margin-left: -1px;
	cursor: pointer;
}

div.select p.label {
	height: 26px;
	margin: 0;
	background: url("../img/interface/bg-acces-rapide.gif") no-repeat top left;
	padding: 1px;
}

div.select p.label a {
	display: block;
	color: #464646;
	padding: 6px 0 0 14px;
	font-weight: bold;
	height: 18px;
	outline: none;
	border: 1px solid #afb0b0;
	text-decoration: none;
}

div.select p.label a:hover {
	border-color: #525252;
	color: #222;
}

div.select ul {
	position: absolute;
	top: 26px;
	left: 1px;
	margin: 0;
	width: 280px;
	background: #fff;
	border: 1px solid #afb0b0;
	font-size: 100% !important;
	padding: 0 !important;
	float: none !important;
	box-shadow: 0 0px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0px 5px rgba(0,0,0,0.3);
}

div.select ul li {
	float: none !important;
	padding: 0 !important;
}

* html div.select ul li {
	height: 1%;
}

div.select ul li a {
	display: block;
	padding: 4px 14px;
	border-bottom: 1px solid #e6e6e6;
	color: #666 !important;
	font-weight: bold;
}

* html div.select ul li a {
	height: 1%;
}

div.select ul li a:hover {
	background: #F2F2F2;
	color: #DA2128 !important;
	text-decoration: none;
}

/*
 * Tooltip
*******************************/

#tooltip {
	position: absolute;
	z-index: 3000;
	box-shadow: 0 0 6px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.3);
}

* html #tooltip { border: 3px solid #aaa; }
*+html #tooltip { border: 3px solid #aaa; }

#tooltip h3, #tooltip div { margin: 0; }

/*
 * Contenu texte
*******************************/

.contenu-texte h2 {
	font-size: 150%;
	margin: 1em 0 0.4em;
}

.contenu-texte h3 {
	font-size: 120%;
	margin: 1em 0 0.4em;
}

/*
 * Listing de livres
*******************************/

.listing-livres .vignette {
	position: relative;
	margin: 0 0 1em;
	height: 1%;
}

.listing-livres .vignette strong {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #da2128;
	color: #fff;
	padding: 6px 4px 2px;
	font-size: 90%;
}

.listing-livres .type {
	font-size: 90%;
	margin: 0.4em 0 0.3em;
	color: #da2128;
}

.listing-livres .type a {
	background: #ececec;
	color: #5e5e5e;
	padding: 2px 4px;
	margin-bottom: 5px;
}

.listing-livres .titre {
	font-family: Georgia, 'Times new Roman', serif;
	font-weight: normal;
	line-height: 1.1;
	font-size: 120%;
	text-transform: none;
	border: none;
	padding: 0;
	margin: 0 0 0.3em;
	height: auto!important;
}

.listing-livres .auteur {
	font-size: 95%;
	margin-bottom: 0.2em;
}


/* }}} */

/* @section Accueil {{{
******************************************************************************/

body.template-accueil .pub {
}

body.template-accueil .pub a {
	display: block;
}

body.template-accueil .pub a img {
	border: 1px solid #d3d3d3;
}

body.template-accueil #intro {
	font-family: Georgia, "Times new Roman", serif;
	padding: 13px 20px;
	margin: 23px 0 0;
	background: #e5e5e5;
	border-top: 4px solid #c0c1c3;
	border-bottom: 4px solid #c0c1c3;
	color: #30383a;
}

body.template-accueil #intro .intro-inner {
	font-size: 115%;
	line-height: 1.6;
}

body.template-accueil #intro .intro-inner p {
	margin: 0;
}

body.template-accueil #intro .intro-inner h2 {
	font-size: 150%;
	margin: 0 0 0.4em;
	font-weight: normal;
}

body.template-accueil #barre-accueil {
	padding: 0 0 14px;
}


/*
 * Suivez-nous
*******************************/

body.template-accueil #suivez-nous p {
	float: left;
	padding: 7px 0 0 45px;
	text-transform: uppercase;
	font-weight: bold;
	color: #525252;
	font-size: 90%;
}

body.template-accueil #suivez-nous ul {
	float: right;
	margin: 0;
}

body.template-accueil #suivez-nous ul li {
	float: left;
	padding-left: 8px;
}

body.template-accueil #suivez-nous ul li a {
	display: block;
	width: 23px;
	height: 23px;
	text-indent: -9999px;
	outline: none;
}

body.template-accueil #suivez-nous ul li.twitter a { background: url("../img/interface/ico-twitter.gif") no-repeat; }
body.template-accueil #suivez-nous ul li.facebook a { background: url("../img/interface/ico-facebook.gif") no-repeat; }
body.template-accueil #suivez-nous ul li.rss a { background: url("../img/interface/ico-rss.gif") no-repeat; }
body.template-accueil #suivez-nous ul li.youtube a { background: url("../img/interface/ico-youtube.gif") no-repeat; }


/*
 * Listing de livres
*******************************/
body.template-accueil .diaporama{
	position:relative;
	width:578px;
	height:299px;
	float:left;
	margin: 0 20px 0 0;
	border:1px solid #D3D3D3;
	z-index: 0;
}
body.template-accueil .diaporama.petit{
	width:337px;
	height:299px;
	margin: 0;
	
}
body.template-accueil .diaporama li{
	list-style-type:none;
	overflow:hidden;
	position:absolute;
}
body.template-accueil .diaporama li a img{
	border: none;
}

body.template-accueil .diaporama_controls{
	width:578px;
	margin:3px 0;
	padding:5px;
	clear:both;
	overflow:hidden;
}

body.template-accueil .diaporama_controls .btns{
	float:right;
}

body.template-accueil .diaporama_controls a{
	font-weight:normal;
	width:10px;
	height:13px;
	text-indent:-9999px;
	display:inline-block;
	margin:0 3px;
}

body.template-accueil .diaporama_controls .prev{
	background:url(img/fleches_diapo.png) no-repeat top right;
}

body.template-accueil .diaporama_controls .next{
	background:url(img/fleches_diapo.png) no-repeat top left;
}

body.template-accueil .diaporama_controls .pause{
	background:url(img/fleches_diapo.png) no-repeat bottom right;
}

body.template-accueil .diaporama_controls .play{
	background:url(img/fleches_diapo.png) no-repeat bottom left;
}
/*
 * Listing de livres
*******************************/

body.template-accueil .livres {
	margin: 0 0 1.7em;
	padding: 0 0 1.7em;
	background: url("../img/interface/bg-nav.gif") repeat-x bottom left;
}

body.template-accueil .livres .nav-commune ul {
	font-size: 85%;
	white-space: nowrap;
}

body.template-accueil .livres .nav-commune ul a {
	color: #b4b4b4;
	outline: none;
}

body.template-accueil .livres .nav-commune ul li.active a {
	color: #fff;
}


body.template-accueil .livres .nav-commune ul li.vendeurs { width: 161px; }
body.template-accueil .livres .nav-commune ul li.nouveautes { width: 109px; }
body.template-accueil .livres .nav-commune ul li.paraitre { width: 100px; }
body.template-accueil .livres .nav-commune ul li.populaires { width: 210px; }

body.template-accueil .livres .contenu .listing-livres {
	padding: 11px 0 0 0;
}

body.template-accueil .livres .contenu #vendeurs {
	display: block;
}

body.template-accueil .livres .contenu .listing-livres .pagination {
	font-size: 90%;
	margin: 0 0 1.5em;
}

body.template-accueil .livres .contenu .listing-livres .pagination ul {
	float: left;
	font-weight: bold;
	margin: 0 0 0 3px;
	display: none;
}

body.template-accueil .livres .contenu .listing-livres .pagination ul li {
	float: left;
}

body.template-accueil .livres .contenu .listing-livres .pagination ul li a {
	padding: 2px 3px;
	margin: 0 2px;
	display: block;
	outline: none;
}

body.template-accueil .livres .contenu .listing-livres .pagination ul li.active a {
	color: #000;
}

body.template-accueil .livres .contenu .listing-livres .pagination p {
	float: right;
	margin: 3px 0 0;
}

body.template-accueil .livres .contenu .listing-livres .pagination ul li.prev a,
body.template-accueil .livres .contenu .listing-livres .pagination ul li.next a {
	width: 14px;
	height: 19px;
	text-indent: -9999px;
	padding: 0;
	display: block;
}

body.template-accueil .livres .contenu .listing-livres .pagination ul li.prev a {
	background: url("../img/interface/btn-pagination.gif") no-repeat 0 -19px;
	margin: 0 6px 0 0;
}

body.template-accueil .livres .contenu .listing-livres .pagination ul li.next a {
	background: url("../img/interface/btn-pagination.gif") no-repeat -14px -19px;
	margin: 0 0 0 6px;
}

body.template-accueil .livres .contenu .listing-livres .pagination ul li.prev-inactive a {
	background: url("../img/interface/btn-pagination.gif") no-repeat 0 0;
	cursor: default;
}

body.template-accueil .livres .contenu .listing-livres .pagination ul li.next-inactive a {
	background: url("../img/interface/btn-pagination.gif") no-repeat -14px 0;
	cursor: default;
}

body.template-accueil .livres .contenu .viewport {
	width: 580px;
	overflow: hidden;
	position: relative;
}

body.template-accueil .livres .contenu .liste {
	width: 3000px;
}

body.template-accueil .livres .contenu .listing-livres .vignette {
	position: relative;
	margin: 0 0 1em;
	height: 1%;
}

body.template-accueil .livres .contenu .listing-livres .vignette strong {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #da2128;
	color: #fff;
	padding: 6px 4px 2px;
	font-size: 90%;
}

body.template-accueil .livres .contenu .listing-livres .type {
	font-size: 90%;
	margin: 0.4em 0 0.6em 0;
	color: #da2128;
}

body.template-accueil .livres .contenu .listing-livres .parution {
	font-size: 90%;
	margin: 0.4em 0 0.3em;
	color: #555;
	text-transform: uppercase;
	font-weight: bold;
}

body.template-accueil .livres .contenu .listing-livres h2 {
	font-family: Georgia, "Times new Roman", serif;
	font-weight: normal;
	line-height: 1.1;
	font-size: 120%;
	margin: 0 0 0.3em;
}


/*
 * Documents
*******************************/

body.template-accueil .documents {
	margin: 0;
	padding: 0 0 2em;
	font-size: 90%;
}

body.template-accueil .documents .premiere-rangee {
	margin: 0 0 1em;
}

body.template-accueil .documents strong {
	display: block;
}

body.template-accueil .documents p.tous {
	text-align: right;
	padding: 1em 0 0;
	clear: both;
}

/*
 * Nouvelles
*******************************/

body.template-accueil #sidebar .pub {
	margin: 0 0 3em;
}

body.template-accueil .nouvelles {
	margin: 23px 0 0 0;
	background: url("../img/interface/bg-nav.gif") repeat-x top left;
	padding: 2em 0 0;
}

body.template-accueil .nouvelles .nouvelle {
	border-bottom: 1px solid #d6d7d8;
	margin: 0 0 1.3em;
	padding: 0 0 0.4em;
}

body.template-accueil .nouvelles .nouvelle .meta {
	font-size: 90%;
	margin: 0 0 0.2em;
	padding: 0;
}

body.template-accueil .nouvelles .premiere-nouvelle .meta {
	border-bottom: 1px solid #d6d7d8;
	margin: 0 0 1em;
	padding: 0 0 3px;
}

body.template-accueil .nouvelles .nouvelle .categorie {
	text-transform: uppercase;
	font-weight: bold;
	color: #525252;
	float: left;
	margin: 0;
}

body.template-accueil .nouvelles .nouvelle .date {
	color: #525252;
	float: right;
	margin: 0;
}

body.template-accueil .nouvelles .nouvelle h2 {
	font-family: Georgia, "Times new Roman", serif;
	font-weight: normal;
	font-size: 140%;
	margin: 0 0 0.5em;
}

body.template-accueil .nouvelles .premiere-nouvelle h2 {
	font-size: 220%;
}

body.template-accueil .nouvelles .nouvelle .description {
	font-size: 110%;
}

body.template-accueil .nouvelles .nouvelle .commentaires {
	font-size: 90%;
	margin: 0 0 0.7em;
}

body.template-accueil .nouvelles .tous {
	font-size: 90%;
}


/* }}} */

/* @section Catalogue {{{
******************************************************************************/

body.template-catalogue #sous-recherche {
	background: #fff;
	padding: 15px;
	border: 3px solid #31383b;
	margin: 0 0 1.5em;
}

body.template-catalogue #sous-recherche.foreign-rights {
	margin: 0 0 2.5em;
}

body.template-catalogue #sous-recherche form {
	float: left;
	width: 390px;
	height: 1%;
}

body.template-catalogue #sous-recherche.foreign-rights form {
	float: left;
	width: 340px;
	height: 1%;
}

body.template-catalogue #sous-recherche strong {
	float: left;
	display: block;
	font-size: 150%;
	padding: 0 0 0 20px;
	letter-spacing: 0.15em;
	color: #747474;
}

body.template-catalogue #sous-recherche ul {
	float: right;
	margin: 0;
	font-weight: bold;
	font-size: 150%;
	padding: 2px 20px 0 0;
}

body.template-catalogue #sous-recherche.foreign-rights ul {
	float: left;
	margin: -1px 0 0 0;
	font-weight: bold;
	font-size: 150%;
	padding: 0 20px 0 0;
	text-transform: uppercase;
	color: #b9b9b9;
}

body.template-catalogue #sous-recherche ul li {
	float: left;
	padding: 0 0 0 4px;
}

body.template-catalogue #sous-recherche ul li a {
	color: #747474;
}

body.template-catalogue #sous-recherche ul li a:hover {
	color: #DA2128;
	text-decoration: none;
}

body.template-catalogue #sous-recherche.foreign-rights ul li a {
	color: #747474;
	margin: 0 12px 0 12px;
}

body.template-catalogue #sous-recherche ul li.active a {
	color: #DA2128;
}

body.template-catalogue #sous-recherche form p {
	margin: 0;
	float: left;
}

body.template-catalogue #sous-recherche form span {
	display: block;
	width: 232px;
	height: 26px;
	background: url("../img/interface/bg-recherche.jpg") no-repeat top left;
	position: relative;
	font-size: 90%;
	float: left;
	margin: 0 15px 0 0;
}

body.template-catalogue #sous-recherche form span input {
	border: 1px solid #fff;
	color: #989c9d;
	position: absolute;
	margin-top: 6px;
	left: 28px;
	width: 190px;
	padding: 0;
}

body.template-catalogue #sous-recherche form button {
	text-transform: uppercase;
	color: #7f7f7f;
	border: none;
	background: transparent;
	font-weight: bold;
	margin-top: 3px;
	font-size: 110%;
	width: 110px;
	float: left;
}

body.template-catalogue #sous-recherche.foreign-rights form button {
	width: 66px;
}

body.template-catalogue .catalogue-entete {
	padding: 0 0 8px;
	border-bottom: 1px solid #cccece;
	color: #31383b;
	margin: 0 0 1.8em;
	font-size: 90%;
	clear: both;
	height: 1%;
}

body.template-catalogue .catalogue-entete-bas {
	padding: 8px 0 0;
	border-bottom: none;
	border-top: 1px solid #cccece;
	color: #31383b;
	margin: 0;
	font-size: 90%;
}

body.template-catalogue .catalogue-entete p {
	margin: 0;
	float: left;
}

body.template-catalogue .catalogue-entete ul {
	float: right;
	margin: 0;
}

body.template-catalogue .catalogue-entete ul.livre-nav li { float: left; }
body.template-catalogue .catalogue-entete ul.livre-nav li.etat { padding: 0 21px; }
body.template-catalogue .catalogue-entete ul.livre-nav li span { margin-left: 1em; }

body.template-catalogue .catalogue-entete ul.filtre-nav li { float: left; }
body.template-catalogue .catalogue-entete ul.filtre-nav li.pages { padding: 0 24px; }
body.template-catalogue .catalogue-entete ul.filtre-nav li.pages strong,
body.template-catalogue .catalogue-entete ul.filtre-nav li.pages a { margin-left: 4px; }

/* }}} */

/* @section Fiche auteur {{{
******************************************************************************/
p.photo a span.boreal-comptact{ /* livres */
	position: absolute;
	bottom: 40px;
	right: -3px;
}
 p.photo a span.boreal-compact{ /* themes - plus petit */
	position: absolute;
	bottom: 20px;
	right: -3px;
 }
p.vignette a span.boreal-compact{ /* accueil */
	position: absolute;
	bottom: 10px;
	right: -2px;
	z-index: 2;
	
}
p.photo a span.boreal-comptact, p.vignette a span.boreal-compact, p.photo a span.boreal-compact{
	/*display:none;*/
	
}
p.photo a, p.vignette a{
	position: relative;
}



body.template-fiche-auteur #page h1 {
	font-size: 240%;
	font-family: Georgia, "Times new Roman", serif;
	font-weight: normal;
	margin: 0 0 0.7em;
}

body.template-fiche-auteur .photo {
	float: left;
	margin: 0 36px 36px 0;
	width: 219px;
}

body.template-fiche-auteur .photo p {
	margin: 0;
}

body.template-fiche-auteur .photo p.legende {
	background: #e5e5e5;
	padding: 10px;
	color: #525252;
	text-transform: uppercase;
	font-size: 85%;
	font-weight: bold;
}

body.template-fiche-auteur .toggle {
	float: right;
	display: block;
	width: 325px;
	margin: 0 0 1em;
	font-size: 90%;
	line-height: 1.2;
}

body.template-fiche-auteur .toggle li {
	float: left;
	
	padding: 0 0 10px;
}

body.template-fiche-auteur .toggle li.dernier a {
	border-right: none;
}

body.template-fiche-auteur .toggle li a {
	display: block;
	border-right: 1px solid #000;
	outline: none;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
}

body.template-fiche-auteur .toggle li.active {
	background: url("../img/interface/ico-fleche-bas.gif") no-repeat 2px 100%;
}

body.template-fiche-auteur .toggle li.active a {
	color: #000;
}

body.template-fiche-auteur #bio-bibligraphie,
body.template-fiche-auteur #presse {
	clear: right;
}

body.template-fiche-auteur #sidebar h2 {
	font-size: 85%;
	color: #525252;
	text-transform: uppercase;
	border-bottom: 1px solid #d0d2d2;
	padding: 5px;
	margin: 0 0 1.5em;
}

body.template-fiche-auteur #sidebar .prix-mentions {
	margin: 0 0 2em;
}

body.template-fiche-auteur #sidebar .prix-mentions ul {
	margin: 0;
	padding: 0 0 0 5px;
	font-size : 90%;
}

body.template-fiche-auteur #sidebar .prix-mentions ul li {
	margin: 0 0 0.5em;
}

body.template-fiche-auteur #sidebar .livres {
	margin: 0 0 1.2em;
}

/*
 * Nouvelles
*******************************/

body.template-fiche-auteur #sidebar .pub {
	margin: 0 0 3em;
}

body.template-fiche-auteur .nouvelles {
	padding: 1em 0 0;
	text-align: left;
}

body.template-fiche-auteur .nouvelles .nouvelle {
	border-bottom: 1px solid #d6d7d8;
	margin: 0 0 1em;
	padding: 0 5px 0.1em 5px;
}

body.template-fiche-auteur .nouvelles .nouvelle .meta {
	font-size: 90%;
	margin: 0 0 0.2em;
	padding: 0;
}

body.template-fiche-auteur .nouvelles .nouvelle .date {
	color: #525252;
	float: left;
	margin: 0 0 0.2em;
}

body.template-fiche-auteur .nouvelles .nouvelle h3 {
	font-family: Georgia, "Times new Roman", serif;
	font-weight: normal;
	font-size: 140%;
	margin: 0 0 0.5em;
}

body.template-fiche-auteur .nouvelles .nouvelle .commentaires {
	font-size: 90%;
	margin: 0 0 0.7em;
}

body.template-fiche-auteur .nouvelles .tous {
	font-size: 90%;
}

/*
 * Livres
*******************************/

body.template-fiche-auteur #sidebar .livres .liste {
	margin: 0 0 2em;
}

/* }}} */

/* @section Liste auteurs {{{
******************************************************************************/

body.template-auteurs-recents #page h1 {
	font-size: 240%;
	font-family: Georgia, "Times new Roman", serif;
	font-weight: normal;
	margin: 0.2em 0 0.9em;
	color: #da2128;
}

body.template-auteurs-recents .auteur {
	margin-bottom: 2em;
}

body.template-auteurs-recents .auteur h2 {
	font-family: Georgia, "Times new Roman", serif;
	font-size: 150%;
	font-weight: normal;
	margin: 0 0 0.5em;
}

body.template-auteurs-recents .auteur .photo {
	margin: 0 0 1.8em;
}

body.template-auteurs-recents .auteur h3 {
	color: #525252;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 90%;
	margin: 1.5em 0 0.4em;
}

body.template-auteurs-recents .auteur ul {
	margin: 0 0 0.6em;
}

body.template-auteurs-recents .auteur p.tous {
	font-size: 90%;
}

body.template-auteurs-recents .auteur .description .poursuivre {
	display: block;
}


/* }}} */

/* @section Fiche livre {{{
******************************************************************************/
body.template-fiche-livre h2{
	margin-top: 10px;
	font-size: 1.2em;
}
body.template-fiche-livre #contenu {
	position: relative;
}

body.template-fiche-livre #contenu .description {
	font-size: 120%;
}

body.template-fiche-livre #contenu .couverture-large {
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

body.template-fiche-livre #contenu .couverture {
	margin: 0 0 1em;
}

body.template-fiche-livre #contenu .couverture a {
	outline: none;
}

body.section-fiche-livre-numerique div.infos ul.btns,
body.template-fiche-livre .sidebar ul {
	margin: 0;
	font-size: 90%;
}

body.section-fiche-livre-numerique div.infos ul.btns li,
body.template-fiche-livre .sidebar ul li {
	margin: 0 0 1em;
}

body.section-fiche-livre-numerique div.infos ul.btns li a,
body.template-fiche-livre .sidebar ul li a {
	outline: none;
	padding: 2px 0 2px 40px;
	display: block;
}

body.section-fiche-livre-numerique div.infos ul.btns li.telecharger a,
body.template-fiche-livre .sidebar ul li.telecharger a {
	background: url("../img/interface/ico-telecharger.gif") no-repeat 2px 50%;
}

body.section-fiche-livre-numerique div.infos ul.btns li.feuilleteur .ebook-link-not-found,
body.template-fiche-livre .sidebar ul li.feuilleteur .ebook-link-not-found {
	display: none;
}

body.section-fiche-livre-numerique div.infos ul.btns li.feuilleteur a,
body.template-fiche-livre .sidebar ul li.feuilleteur a {
	background: url("../img/interface/ico-feuilleteur.gif") no-repeat 0 50%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-indent: 0;
	color: #DA2128;
	font-size: 100%;
	font-weight: normal;
}

body.section-fiche-livre-numerique div.infos ul.btns li.feuilleteur a:hover, 
body.template-fiche-livre .sidebar ul li.feuilleteur a:hover {
	text-decoration: underline;
}

body.section-fiche-livre-numerique div.infos ul.btns li.telecharger a span,
body.template-fiche-livre .sidebar ul li.telecharger a span {
	display: block;
}

body.template-fiche-livre #livre-entete {
	font-size: 90%;
	padding: 0 0 15px;
}

body.template-fiche-livre #livre-entete p.categorie {
	float: left;
	margin: 0;
}

body.template-fiche-livre #livre-entete p.lang {
	float: right;
	margin: 0;
}

body.template-fiche-livre #livre-entete h1 {
	clear: both;
	font-size: 260%;
	font-weight: normal;
	font-family: Georgia, "Times new Roman", serif;
	padding: 0.2em 0 0 0;
	letter-spacing: -0.02em;
}

body.template-fiche-livre #livre-entete .sous-titre {
	padding: 0 0 0;
	margin: 0;
	font-size: 160%;
	color: #666;
	font-family: Georgia, "Times new Roman", serif;
}

body.template-fiche-livre #livre-entete .sous-titre strong {
	font-weight: normal;
}

body.template-fiche-livre #livre-entete .auteurs {
	font-size: 110%;
	margin-bottom: 1em;
}

body.template-fiche-livre #livre-entete .auteurs p {
	margin-bottom: 0.4em;
}

body.template-fiche-livre #sidebar h2 {
	font-size: 85%;
	color: #525252;
	text-transform: uppercase;
	border-bottom: 1px solid #d0d2d2;
	padding: 0 5px 5px;
	margin: 0 0 1.5em;
}

body.template-fiche-livre #sidebar .auteur {
	margin: 0 0 2em;
}

body.template-fiche-livre #sidebar .auteur .livre {
	margin: 0 0 2em;
}

body.template-fiche-livre #sidebar .auteur h3 {
	font-family: Georgia, "Times new Roman", serif;
	color: #DA2128;
	font-size: 140%;
	font-weight: normal;
	margin: 0 0 0.5em;
}

body.template-fiche-livre #sidebar .prix-mentions {
	margin: 0 0 2em;
}

body.template-fiche-livre #sidebar .prix-mentions ul {
	margin: 0;
	padding: 0 0 0 5px;
	font-size : 90%;
}

body.template-fiche-livre #sidebar .prix-mentions ul li {
	margin: 0 0 0.5em;
}

body.template-fiche-livre .droits {
	color: #666;
	font-size: 90%;
	padding: 5px 0 0 0;
}

body.template-fiche-livre .droits h2 {
	font-size: 115%;
	margin: 0 0 0.7em;
}

body.template-fiche-livre .meta {
	color: #525252;
	font-size: 90%;
	margin: 2em 0;
}

body.template-fiche-livre .prix {
	color: #525252;
	margin-bottom: 2em;
}

body.template-fiche-livre .prix strong {
	color: #000;
}

body.template-fiche-livre .acheter {
	font-size: 90%;
	margin: 0 0 2em;
}

body.template-fiche-livre .acheter-simple {
}

body.template-fiche-livre .acheter-simple a {
	float: left;
	background: #DA2128;
	color: #fff;
	padding: 3px 6px;
}

body.template-fiche-livre .citations {
	border-top: 1px solid #d6d7d8;
	border-bottom: 1px solid #d6d7d8;
	padding: 17px 10px 8px;
	color: #4c4c4c;
}

body.template-fiche-livre .citations ul {
	margin: 0;
}
body.template-fiche-livre span.traducteur{
	font-size: 1.2em;
	
	display: block;
}


/*
 * Livre numérique
*******************************/
body.section-fiche-livre-numerique div.infos ul.btns{
	border-top: 1px solid #D0D2D2;
	margin-top: 40px;
}

body.section-fiche-livre-numerique ul.btns li{
	border-bottom: 1px solid #D0D2D2;
	min-height: 25px;
}


body.section-fiche-livre-numerique div.infos h2 {
	border-bottom: 1px solid #D0D2D2;
    color: #525252;
    font-size: 85%;
    margin: 0 0 1em;
    padding: 0 5px 5px;
    text-transform: uppercase;
}

body.section-fiche-livre-numerique div.infos p {
	margin: 0 0 2em 0.4em;
}

body.section-fiche-livre-numerique div.infos div.isbn strong {
	font-weight: normal;
}

body.section-fiche-livre-numerique div.infos div.auteur ul{
	margin: 0 0 2em 0.4em;
}

body.section-fiche-livre-numerique div.infos div.auteur ul li{
	font-family: Georgia,"Times new Roman",serif;
	font-size: 1.6em;
}

body.section-fiche-livre-numerique div#sidebar h2{
	font-size: 1.4em;
	font-weight: normal;
	text-transform: none;
	font-family: Georgia,"Times new Roman",serif;
	margin-bottom: 0.75em;
}

body.section-fiche-livre-numerique div#sidebar ul{
	margin-left: 10px;
}

body.section-fiche-livre-numerique div#sidebar ul li{
	font-size: 1.2em;
	padding-bottom: 0.3em;
}

/*
 * Nouvelles
*******************************/

body.template-fiche-livre #sidebar .pub {
	margin: 0 0 3em;
}

body.template-fiche-livre .nouvelles {
	padding: 1em 0 0;
	text-align: left;
	margin: 0 0 3em;
}

body.template-fiche-livre .nouvelles .nouvelle {
	border-bottom: 1px solid #d6d7d8;
	margin: 0 0 1em;
	padding: 0 5px 0.1em 5px;
}

body.template-fiche-livre .nouvelles .nouvelle .meta {
	font-size: 90%;
	margin: 0 0 0.2em;
	padding: 0;
}

body.template-fiche-livre .nouvelles .nouvelle .date {
	color: #525252;
	float: left;
	margin: 0 0 0.2em;
}

body.template-fiche-livre .nouvelles .nouvelle h3 {
	font-family: Georgia, "Times new Roman", serif;
	font-weight: normal;
	font-size: 140%;
	margin: 0 0 0.5em;
}

body.template-fiche-livre .nouvelles .nouvelle .commentaires {
	font-size: 90%;
	margin: 0 0 0.7em;
}

body.template-fiche-livre .nouvelles .tous {
	font-size: 90%;
}


/* }}} */

/* @section Collections {{{
******************************************************************************/

body.template-accueil-collections #sous-recherche {
	margin-bottom: 1.9em;
}

body.template-accueil-collections #page h1 {
	font-family: Georgia,"Times new Roman",serif;
	font-size: 240%;
	font-weight: normal;
	margin: 0.2em 0 0.9em;
}

body.template-accueil-collections .collections-liste ul {
	margin: 0;
}

body.template-accueil-collections .collections-liste ul li {
	margin: 0 0 1.7em;
}

body.template-accueil-collections .collections-liste h2 {
	font-weight: normal;
	font-family: Georgia,"Times new Roman",serif;
	font-size: 110%;
	margin: 0 0 0.3em;
}

body.template-accueil-collections .collections-liste h2 strong {
	font-weight: normal;
	font-size: 130%;
	margin: 0 3px 0 0;
}

/* }}} */

/* @section Thèmes {{{
******************************************************************************/

body.template-accueil-themes #sous-recherche {
	margin-bottom: 1.9em;
}

body.template-accueil-themes #page h1 {
	font-family: Georgia,"Times new Roman",serif;
	font-size: 240%;
	font-weight: normal;
	margin: 0.2em 0 0.9em;
}

body.template-accueil-themes .themes-liste ul {
	margin: 0;
}

body.template-accueil-themes .themes-liste ul li {
	margin: 0 0 1.7em;
}

body.template-accueil-themes .themes-liste h2 {
	font-weight: normal;
	font-family: Georgia,"Times new Roman",serif;
	margin: 0 0 0.3em;
	font-size: 110%;
}

body.template-accueil-themes .themes-liste h2 strong {
	font-weight: normal;
	font-size: 130%;
	margin: 0 3px 0 0;
}

body.template-catalogue .listing-livres-themes {
	padding-bottom: 40px;
}

body.template-catalogue .listing-themes ul {
	margin-left: 0;
}

body.template-catalogue .listing-themes ul li {
	margin: 0 0 3px;
}

body.template-catalogue .listing-themes ul li a {
	color: #525252;
}

body.template-catalogue .listing-themes ul li a strong {
	color: #000;
}

/* }}} */

/* @section Genres {{{
******************************************************************************/

body.template-accueil-genres #sous-recherche {
	margin-bottom: 1.9em;
}

body.template-accueil-genres #page h1 {
	font-family: Georgia,"Times new Roman",serif;
	font-size: 240%;
	font-weight: normal;
	margin: 0.2em 0 0.9em;
}

body.template-accueil-genres .themes-liste ul {
	margin: 0;
}

body.template-accueil-genres .themes-liste ul li {
	margin: 0 0 1.7em;
}

body.template-accueil-genres .themes-liste h2 {
	font-weight: normal;
	font-family: Georgia,"Times new Roman",serif;
	margin: 0 0 0.3em;
	font-size: 110%;
}

body.template-accueil-genres .themes-liste h2 strong {
	font-weight: normal;
	font-size: 130%;
	margin: 0 3px 0 0;
}

/* }}} */

/* @section Livres récents {{{
******************************************************************************/

body.template-livres-recents #page h1 {
	color: #DA2128;
	font-family: Georgia,"Times new Roman",serif;
	font-size: 240%;
	font-weight: normal;
	margin: 0.2em 0 0.9em;
}

body.template-livres-recents .livre {
	margin-bottom: 2em;
}

body.template-livres-recents .livre .categorie {
	margin: 0 0 0.5em;
	font-size: 90%;
}

body.template-livres-recents .livre .categorie a {
	background: #ececec;
	color: #5e5e5e;
	padding: 2px 4px;
}

body.template-livres-recents .livre h2 {
	font-family: Georgia, "Times new Roman", serif;
	font-size: 150%;
	font-weight: normal;
	margin: 0 0 0.3em;
}

body.template-livres-recents .livre .auteur {
	font-size: 110%;
}

body.template-livres-recents .livre .prix {
	color: #6c6c6c;
}

body.template-livres-recents .livre .prix strong{
	font-weight: normal;
	color: #000;
}


/* }}} */

/* @section Liste d’auteurs {{{
******************************************************************************/

body.template-liste-auteurs #page h1 {
	font-family: Georgia,"Times new Roman",serif;
	font-size: 240%;
	font-weight: normal;
	margin: 0 0 0.9em;
}

body.template-liste-auteurs .auteurs {
	padding: 0 0 4em;
}

body.template-liste-auteurs .auteur {
	margin-bottom: 3em;
}

/* }}} */

/* @section Liste de livres {{{
******************************************************************************/

body.template-liste-livres #page h1 {
	font-family: Georgia,"Times new Roman",serif;
	font-size: 240%;
	font-weight: normal;
	margin: 0 0 0.9em;
}

body.template-liste-livres .livres {
	padding: 0 0 4em;
}

body.template-liste-livres .livre {
	padding-bottom: 3em;
}


/* }}} */

/* @section Foreign Rights {{{
******************************************************************************/

body.template-foreign-rights #page #section-title,
body.template-foreign-rights #page h1 {
	font-family: Georgia,"Times new Roman",serif;
	font-size: 240%;
	font-weight: normal;
	margin: 0.2em 0 0.7em;	
}

body.template-foreign-rights #sous-nav {
	font-size: 90%;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 14px;
}

body.template-foreign-rights #sous-nav ul {
	margin: 0;
	border-left: 1px solid #d8d8d8;
}

body.template-foreign-rights #sous-nav li {
	border-right: 1px solid #d8d8d8;
	float: left;
}

body.template-foreign-rights #sous-nav li a {
	color: #888;
	display: block;
	padding: 11px 20px;
	float: left;
}

body.template-foreign-rights #sous-nav li a:focus,
body.template-foreign-rights #sous-nav li a:hover {
	color: #555;
	text-decoration: none;
}

body.template-foreign-rights #sous-nav li.active a:focus,
body.template-foreign-rights #sous-nav li.active a:hover,
body.template-foreign-rights #sous-nav li.active a {
	color: #da2128;
}

body.template-foreign-rights h2.noborder {
	border-bottom: none;
	padding-bottom: 6px;
	margin-bottom: 0;
}

body.template-foreign-rights-accueil h2 {
	font-size: 85%;
	color: #525252;
	text-transform: uppercase;
	border-bottom: 1px solid #d0d2d2;
	padding: 5px;
	margin: 0 0 1.5em;
}

body.template-foreign-rights-rep h2 {
	font-weight: bold;
	font-size: 120%;
	margin: 1em 0 0.6em;
}

body.template-foreign-rights .intro-et-nouvelles {
	margin: 0 0 3em;
}

body.template-foreign-rights .nouvelles {
	text-align: left;
}

body.template-foreign-rights .nouvelles .nouvelle {
	border-bottom: 1px solid #d6d7d8;
	margin: 0 0 1em;
	padding: 0 5px 0.1em 5px;
}

body.template-foreign-rights .nouvelles .nouvelle .meta {
	font-size: 90%;
	margin: 0 0 0.2em;
	padding: 0;
}

body.template-foreign-rights .nouvelles .nouvelle .date {
	color: #525252;
	float: left;
	margin: 0 0 0.2em;
}

body.template-foreign-rights .nouvelles .nouvelle h3 {
	font-family: Georgia, "Times new Roman", serif;
	font-weight: normal;
	font-size: 140%;
	margin: 0 0 0.5em;
}

body.template-foreign-rights .nouvelles .nouvelle .commentaires {
	font-size: 90%;
	margin: 0 0 0.7em;
}

body.template-foreign-rights .nouvelles .tous {
	font-size: 90%;
	padding: 3px 7px;
}

body.template-foreign-rights-catalogue .livre {
	margin-bottom: 3em;
}

body.template-foreign-rights .documents {
	margin: 0;
	padding: 1em 0 0;
	font-size: 90%;
}

body.template-foreign-rights .documents strong {
	display: block;
}

body.template-foreign-rights .documents p.tous {
	text-align: right;
	padding: 1em 0 0;
	clear: both;
}

/* }}} */

/* @section Actualités {{{
******************************************************************************/

body.template-actualites #page h1 {
	font-family: Georgia,"Times new Roman",serif;
	font-size: 240%;
	font-weight: normal;
	margin: 0.2em 0 0.7em;	
}

body.template-actualites #page h2 {
	font-family: Georgia,"Times new Roman",serif;
	font-size: 180%;
	font-weight: normal;
	margin: 0.2em 0 0.7em;	
	clear: right;
}
body.template-actualites .nouvelles {
	text-align: left;
	margin: 0 0 2em;
}

body.template-actualites .nouvelles .nouvelle {
	border-bottom: 1px solid #d6d7d8;
	margin: 0 0 1em;
	padding: 0 0 0.1em;
}

body.template-actualites .nouvelles .nouvelle .meta {
	font-size: 90%;
	margin: 0 0 0.2em;
	padding: 0;
}

body.template-actualites .nouvelles .nouvelle .date {
	color: #525252;
	float: left;
	margin: 0 0 0.2em;
}

body.template-actualites .nouvelles .nouvelle h3 {
	font-family: Georgia, "Times new Roman", serif;
	font-weight: normal;
	font-size: 120%;
	margin: 0 0 0.5em;
}

body.template-actualites .nouvelles .nouvelle .commentaires {
	font-size: 90%;
	margin: 0 0 0.7em;
}

body.template-actualites .nouvelles .tous {
	font-size: 90%;
	padding: 3px 7px;
}
body.template-actualites a.haut-page{
	float: right;
}

/* }}} */

/* @section Erreur 404 {{{
******************************************************************************/

body.template-erreur404 #page h1 {
	font-family: Georgia,"Times new Roman",serif;
	font-size: 240%;
	font-weight: normal;
	margin: 0.2em 0 0.9em;	
	line-height: 1.1;
}


/* }}} */

/* @section À propos {{{
******************************************************************************/
body.template-apropos.section-point-vente #page #contenu h1{
	margin-bottom: 20px;
}

body.template-apropos.section-point-vente #page #contenu.numerique div.meta{
	margin: 10px 0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 10px 0 0 0;
	color: #525252;
	font-size: 90%;
}

body.template-apropos .gauche{
	float: left;
	width: 220px;
	margin-right: 20px;
}

body.template-apropos .gauche .meta{
	 color: #525252;
   font-size: 90%;
   margin: 2em 0;
}

body.template-fiche-livre .gauche span.traducteur {
    display: block;
    font-size: 1.2em;
}

body.template-apropos .droite {
	float: left;
	width: 695px;
}

body.template-apropos .droite h2{
	margin-top: 0;
}

body.section-point-vente #page #contenu h1{
	  clear: both;
    font-family: Georgia,"Times new Roman",serif;
    font-size: 220%;
    font-weight: normal;
    letter-spacing: -0.02em;
    padding: 0.2em 0 0;
		margin-bottom: 0;
}

body.template-apropos  .sous-titre {
    color: #666666;
    font-family: Georgia,"Times new Roman",serif;
    font-size: 140%;
    margin: 0 0 15px 0;
    padding: 0;
		font-weight: normal;
}

body.template-apropos #page #section-title,
body.template-apropos #page h1 {
	font-family: Georgia,"Times new Roman",serif;
	font-size: 240%;
	font-weight: normal;
	/*margin: 0.2em 0 0.9em;*/
	margin: 0.1em 0 0.6em;
	line-height: 1.1;
}

body.template-apropos #sous-nav, body.template-actualites #sous-nav {
	font-size: 90%;
	font-weight: bold;
	text-transform: uppercase;
	background: url("../img/interface/bg-nav.gif") repeat-x bottom left;
	padding: 0 0 30px;
}

body.template-apropos #sous-nav ul, body.template-actualites #sous-nav ul {
	margin: 0;
	border-left: 1px solid #d8d8d8;
}
body.template-apropos #sous-nav li, body.template-actualites #sous-nav li {
	border-right: 1px solid #d8d8d8;
	float: left;
}

body.template-apropos #sous-nav li a, body.template-actualites #sous-nav li a {
	color: #888;
	display: block;
	padding: 7px 13px;
	float: left;
}

body.template-apropos #sous-nav li a:focus,
body.template-apropos #sous-nav li a:hover,
body.template-actualites #sous-nav li a:focus,
body.template-actualites #sous-nav li a:hover{
	color: #555;
	text-decoration: none;
}

body.template-apropos #sous-nav li.active a:focus,
body.template-apropos #sous-nav li.active a:hover,
body.template-apropos #sous-nav li.active a,
body.template-actualites #sous-nav li.active a:focus,
body.template-actualites #sous-nav li.active a:hover,
body.template-actualites #sous-nav li.active a{
	color: #da2128;
}

body.template-apropos-historique h2 {
	font-family: Georgia,"Times new Roman",serif;
	font-size: 250%;
	letter-spacing: -0.02em;
	font-weight: normal;
	margin: 0.2em 0 0.6em;
	color: #da2128;
}

body.template-apropos #contenu {
	padding:0.5em 0 0;
}

/*
 * Documents
*******************************/

body.template-apropos-documents #page h2 {
	font-size: 150%;
	margin: 0 0 0.4em;
}

body.template-apropos-documents #page h3 {
	font-size: 130%;
	margin: 0 0 0.4em;
}

/*
 * Historique
*******************************/

body.template-apropos-historique #sidebar {
	text-align: right;
}

body.template-apropos-historique #sidebar img {
	display: block;
	margin: 0 0 1em;
	float: right;
}

body.template-apropos-historique #sidebar p {
	text-align: left;
	font-size: 90%;
}

body.template-apropos-historique #contenu {
	padding: 1.2em 0 0 0;
}

body.template-apropos-historique .image-1 {
	float: left;
	margin: 5px 20px 20px 0;
	width: 218px;
}

body.template-apropos-historique .image-2 {
	margin: 0 0 20px 0;
}

body.template-apropos-historique .image-1 em,
body.template-apropos-historique .image-2 em {
	border-top: 1px solid #fff;
	display: block;
	background: #e5e5e5;
	padding: 11px;
	font-size: 85%;
	font-style: normal;
	font-weight: bold;
	color: #525252;
	text-transform: uppercase;
}


/* }}} */

/* @section Recherche {{{
******************************************************************************/

body.template-recherche #page h1 {
	font-family: Georgia,"Times new Roman",serif;
	font-size: 240%;
	font-weight: normal;
	margin: 0.2em 0 0.9em;
	line-height: 1.1;
}

body.template-recherche #page h2.titre-section {
	font-family: Georgia,"Times new Roman",serif;
	font-size: 160%;
	font-weight: normal;
	margin: 0.2em 0 0.9em;
	line-height: 1.1;
}

body.template-recherche #page p.auteur {
	margin: 0;
}

body.template-recherche .catalogue-entete {
	margin: 0 0 2em;
}

body.template-recherche .livres {
	padding: 0 0 1em;
}


/* }}} */

/* @section Thèmes et collections {{{
******************************************************************************/

/*body.template-accueil-themes #themes-entete {
	margin: 0 0 1.7em;
}

body.template-accueil-themes #themes-entete h1 {
	color: #da2128;
	font-size: 250%;
	font-family: Georgia,"Times new Roman",serif;
	font-weight: normal;
	margin: 0.7em 0 1em;
}

body.template-accueil-themes #themes-entete h2 {
	color: #da2128;
	font-size: 150%;
	font-family: Georgia,"Times new Roman",serif;
	font-weight: normal;
	margin: 0 0 0.5em;
}

body.template-accueil-themes #themes-entete h3 {
	color: #898989;
	text-transform: uppercase;
	font-size: 90%;
	margin: 0 0 0.3em;
}

body.template-accueil-themes #themes-entete ul {
	margin: 0;
}

body.template-accueil-themes #themes-entete .span-8 {
	line-height: 1.6;
}

body.template-accueil-themes #themes-entete .last {
	font-size: 90%;
}

body.template-accueil-themes #themes-entete {
	background: url("../img/interface/bg-nav.gif") repeat-x bottom left;
	padding: 0 0 30px;
}

body.template-accueil-themes .theme h2 {
	font-family: Georgia, "Times new Roman", serif;
	font-size: 150%;
	font-weight: normal;
	margin: 0 0 0.5em;
}

body.template-accueil-themes .theme .image {
	margin: 0 0 1.3em;
}

body.template-accueil-themes .theme h3 {
	color: #898989;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 90%;
	margin: 1.5em 0 0.4em;	
}

body.template-accueil-themes .theme ul {
	margin-left: 0;
}

body.template-accueil-themes .theme p.toutes {
	font-size: 90%;
}

body.template-accueil-themes .tag-cloud  { font-size: 90%; }
body.template-accueil-themes .tag-cloud a { color: #000; }
body.template-accueil-themes .tag-cloud li { line-height: 1.3; display: inline; }
body.template-accueil-themes .tag-cloud span { position: absolute; left: -999px; width: 990px; }
body.template-accueil-themes .tag-cloud .not-popular { font-size: 1em; }
body.template-accueil-themes .tag-cloud .not-very-popular { font-size: 1.3em; }
body.template-accueil-themes .tag-cloud .somewhat-popular { font-size: 1.6em; }
body.template-accueil-themes .tag-cloud .popular { font-size: 1.9em; }
body.template-accueil-themes .tag-cloud .very-popular { font-size: 2.2em; }
body.template-accueil-themes .tag-cloud .ultra-popular { font-size: 2.5em; }

/* }}} */

/* @section Auto-complete {{{
******************************************************************************/

.ac_results {
	padding: 0px;
	background-color: white;
	color: #666666;
	overflow: hidden;
	z-index: 99999;
	font-size: 90%;
	margin-left: -21px;
	margin-top: 5px;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 3px 5px 3px 21px;
	cursor: pointer;
	display: block;
	overflow: hidden;
}

.ac_loading {
	background: url("../img/interface/ico-loading-mini.gif") right center no-repeat;
}

.ac_over {
	background-color: #fff899;
	
}

/* }}} */

/* @section Centenaire {{{
******************************************************************************/

body.template-centenaire #contenu-entete {
	border-bottom: 1px solid #ddd;
	padding: 0 0 15px;
	margin: 0 0 25px;
}

body.template-centenaire #page h1 {
	font-size: 280%;
	font-family: Georgia, serif;
	margin: 0 0 15px;
	padding: 8px 0 0 0;
}

body.template-centenaire #page h1 strong {
	display: block;
	margin: 0 0 10px;
}

body.template-centenaire #page h1 span {
	display: block;
	font-weight: normal;
	font-size: 80%;
}

body.template-centenaire #page h2 {
	font-size: 140%;
	margin: 0 0 25px;
	color: #444;
	font-weight: normal;
}

body.template-centenaire #page h2 strong {
	font-weight: bold;
}

body.template-centenaire #page h2 strong.date {
	display: block;
	padding: 9px 0 0 0;
}

body.template-centenaire #contenu-entete h2 {
	font-size: 180%;
}

body.template-centenaire .livres {
	margin-bottom: 35px;
}

body.template-centenaire .livres .vol {
	display: block;
	color: #666;
	margin: 0 0 8px;
}

body.template-centenaire #contenu h3 {
	font-family: Georgia, serif;
	font-size: 120%;
	margin: 0 0 10px;
	font-weight: normal;
}

/* }}} */

/* @section Blogue {{{
******************************************************************************/

body.template-blogue #blogue-entete {
	background: #000;
	color: #fff;
	padding: 37px 60px 25px;
	margin: 0 0 26px;
	text-align: center;
}

body.template-blogue #blogue-entete a {
	color: #999;
}

body.template-blogue #blogue-entete a:hover {
	color: #fff;
	text-decoration: none;
}

body.template-blogue #blogue-entete .title {
	font-family: Georgia, "Times new Roman", serif;
	font-size: 420%;
	margin: 0 0 25px;
	font-weight: normal;
	line-height: 1.1;
}

body.template-blogue #blogue-entete .title a {
	color: #fff;
}

body.template-blogue #blogue-entete .title a:hover {
	color: #aaa;
}

body.template-blogue #blogue-entete .desc {
	letter-spacing: -0.01em;
	margin: 0;
	line-height: 1.5;
}

body.template-blogue .billets {
	background: url("../img/interface/bg-nav.gif") repeat-x top left;
	padding: 31px 0 0;
	height: 1%;
}

body.template-blogue-archive .billets {
	padding: 25px 0 0;
}

body.template-blogue .billet {
	margin: 0 0 4em;
}

body.template-blogue .billet .meta {
	font-size: 90%;
	border-bottom: 1px solid #d3d4d5;
	padding: 0 0 3px;
	color: #525252;
	margin: 0 0 0.4em;
}

body.template-blogue .billet .meta .date {
	float: right;
	margin: 0;
}

body.template-blogue .billet .meta .categorie {
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
}

body.template-blogue .billet .meta .categorie a {
	color: #525252;
}

body.template-blogue .billet h1 {
	font-family: Georgia, "Times new Roman", serif;
	font-size: 240%;
	font-weight: normal;
	letter-spacing: -0.02em;
	margin: 0 0 0.3em;
}

body.template-blogue .billet .billet-meta {
	margin: 0 0 1em;
}

body.template-blogue .billet .billet-meta a {
	color: #666;
}

body.template-blogue .billet .commentslink {
	font-size: 90%;
}

body.template-blogue .billet .alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

body.template-blogue .billet .alignright {
	float: right;
	margin: 0 0 20px 20px;
}

body.template-blogue #sidebar h2 {
	font-size: 85%;
	text-transform: uppercase;
	padding: 0 0 5px;
}

body.template-blogue #sidebar .categories {
	margin: 0 0 2em;
}

body.template-blogue #sidebar .auteurs .authors,
body.template-blogue #sidebar .categories .post-categories {
	border-top: 1px solid #e1e1e1;
	margin: 0;
	font-size: 85%;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -0.01em;
}

body.template-blogue #sidebar .auteurs li,
body.template-blogue #sidebar .categories li {
	border-bottom: 1px solid #e1e1e1;
}

body.template-blogue #sidebar .auteurs li a,
body.template-blogue #sidebar .categories li a {
	display: block;
	color: #999;
	padding: 8px 0;
}

/*body.template-blogue #sidebar .categories li.current-cat a { color: #555; }*/

body.template-blogue #sidebar .auteurs li a:hover,
body.template-blogue #sidebar .categories li a:hover {
	color: #555;
}

body.template-blogue-archive .pagetitle {
	font-size: 140%;
	margin: 0 0 1em;
}

body.template-blogue-single #comments h2 {
	font-family: Georgia, "Times new Roman", serif;
	font-weight: normal;
	font-size: 140%;
	margin: 0 0 1em;
}

body.template-blogue-single .billet-contenu {
	padding: 0 0 2em;
}

body.template-blogue-single #comments .commentlist {
	margin-bottom: 3em;
}

body.template-blogue-single #comments .cancel-comment-reply {
	display: block;
	
	float: left;
	width: 100%;
}

body.template-blogue-single #comments .cancel-comment-reply small a {
	float: left;
	background: #DA2128;
	color: #fff;
	padding: 2px 6px;
	margin: 0 0 1em;
	color: #fff;
}

body.template-blogue-single #comments ul.children {
	margin-left: 60px;
	padding-top: 15px;
}

body.template-blogue-single #comments li.comment {
	margin-bottom: 2em;
}

body.template-blogue-single #comments .commentlist .comment-meta {
	margin: 0 0 0.4em;
}

body.template-blogue-single #comments .commentlist cite {
	font-style: normal;
	font-weight: bold;
	color: #666;
}

body.template-blogue-single #comments .commentlist cite a {
	font-style: normal;
	font-weight: bold;
	color: #111;
}

body.template-blogue-single #comments .commentlist .permalink {
	color: #777;
	font-size: 90%;
	margin: 0 0 0 6px;
}

body.template-blogue-single #comments .commentlist .reply {
	font-size: 90%;
	margin: -0.6em 0 0 0;
}

body.template-blogue-single #comments .commentlist #respond {
	margin: 1em 0 2em;
}

body.template-blogue-single #commentform p.groupe label {
	float: left;
	width: 120px;
}

body.template-blogue-single #commentform p.submit {
	padding-left: 118px;
}

body.template-blogue-single #commentform p.groupe textarea,
body.template-blogue-single #commentform p.groupe input {
	float: left;
	width: 400px;
	border: 1px solid #aaa;
	padding: 3px;
	color: #666;
}

body.template-blogue .pagination {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	background: #f3f3f3;
}

body.template-blogue .pagination .pages strong,
body.template-blogue .pagination .pages a {
	margin: 0 5px;
}

body.template-blogue .pagination ul {
	position: relative;
	margin: 0;
}

body.template-blogue .pagination li {
	padding: 0 !important;
	background: none !important;
	top: 0;
	margin: 0 !important;
}

body.template-blogue .pagination li span {
	color: #aaa !important;
}

body.template-blogue .pagination li.next {
	right: 0;
	float: right;
}

body.template-blogue .pagination li.prev {
	left: 0;
	float: left;
}

body.template-blogue .pagination li.pages {
	position: absolute;
	left: 50%;
	width: 360px;
	margin-left: -180px !important;
	text-align: center;
}

/* }}} */

/* @section Overwrite des styles utilisateurs {{{
******************************************************************************/

.description span,
.description font {
	font-size: 1em !important;
	color: #404040 !important;
	font-family: Arial, sans-serif !important;
}

.contenu-texte a font,
.contenu-texte a span {
	color: #d2232a !important;
}

.contenu-texte u {
	text-decoration: none;
	font-weight: bold;
}
.contenu-texte p {
	text-align: left !important;
}

/* }}} */

/* @section Raisins {{{
******************************************************************************/

.section-catalogue .section-raisins p.edition-speciale {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	padding: 6px 0;
	margin-bottom: 0;
	background: #ae1924 url('/img/raisins/titre-edition-speciale.png') repeat-x 0 bottom;
}
	.section-catalogue .section-raisins p.edition-speciale sup {
		text-transform: none;
	}

.section-catalogue .section-raisins div.page-raisins {
	position: relative;
	background: #fff url('/img/raisins/page-raisins.jpg') no-repeat 0 0;
}
	.section-catalogue .section-raisins div.banniere {
		width: 864px;
		min-height: 430px;
		height: auto !important;
		height: 430px;
		padding: 23px 38px 0;
	}
		.section-catalogue .section-raisins div.banniere h1 {
			margin-top: 0;
			font-family: Georgia, 'Times new Roman', serif;
			font-size: 3.9em;
			letter-spacing: 3px;
			font-weight: normal;
			color: #fff;
			-webkit-font-smoothing: antialiased;
		}
		.section-catalogue .section-raisins div.banniere p.baseline {
			color: #fff;
			font-family: Arial, Verdana, sans-serif;
			font-weight: bold;
			font-size: 1.5em;
			margin-top: 0.25em;
			-webkit-font-smoothing: antialiased;
		}
		.section-catalogue .section-raisins div.banniere p.paragraphe-intro {
			position: absolute;
			top: 175px;
			left: 403px;
			width: 326px;
			height: 206px;
			background: transparent url('/img/raisins/paragraphe-intro.png') no-repeat 0 0;
		}
		.section-catalogue .section-raisins div.banniere p.photo-raymond-plante {
			position: absolute;
			width: 159px;
			height: 212px;
			top: 131px;
			right: 26px;
		}
		.section-catalogue .section-raisins p.humour-emotion-suspense {
			position: absolute;
			top: 402px;
			right: 85px;
			width: 310px;
			height: 139px;
			background: transparent url('/img/raisins/humour-emotion-suspense.png') no-repeat 0 0;
		}
	
	.section-catalogue .section-raisins div.titre-et-liste-images {
		margin: 2em 0 3em;
	}
	.section-catalogue .section-raisins h2.titre-quatres-romans {
		font-size: 1.75em;
		margin-left: 13px;
		float: left;
		width: 156px;
		line-height: 1;
	}
	.section-catalogue .section-raisins ul.liste-images-livres {
		font-size: 0;
		float: left;
	}
		.section-catalogue .section-raisins ul.liste-images-livres li {
			display: inline;
		}
		
	.section-catalogue .section-raisins ul.liste-descriptions-livres {
		margin-left: 13px;
	}
		.section-catalogue .section-raisins ul.liste-descriptions-livres li {
			float: left;
			width: 156px;
			margin-right: 20px;
		}
			.section-catalogue .section-raisins ul.liste-descriptions-livres li h3 {
				font-family: Georgia, 'Times new Roman', serif;
				color: #e32e1f;
				font-weight: normal;
				font-size: 1.5em;
				line-height: 1;
				margin-bottom: 0.7em;
				-webkit-font-smoothing: antialiased;
			}
			.section-catalogue .section-raisins ul.liste-descriptions-livres li p.date {
				color: #6b6c74;
				margin-bottom: 1em;
				-webkit-font-smoothing: antialiased;
			}
	
	
	.section-catalogue .section-raisins div.bulle-bleue {
		position: relative;
		padding-top: 57px;
		margin-top: 25px;
		border-top: 1px solid #a4a4a4;
	}
		.section-catalogue .section-raisins div.bulle-bleue h2 {
			position: absolute;
			top: 45px;
			left: 32px;
			width: 324px;
			height: 169px;
			background: transparent url('/img/raisins/bulle-bleue.png') no-repeat 0 0;
		}
		.section-catalogue .section-raisins div.bulle-bleue ul {
			margin-left: 381px;
		}
			* html .section-catalogue .section-raisins div.bulle-bleue ul li { height: 1%; }
			*+html .section-catalogue .section-raisins div.bulle-bleue ul li { height: 1%; }
			.section-catalogue .section-raisins div.bulle-bleue ul li {
				padding-top: 8px;
				padding-left: 48px;
				background: transparent url('/img/raisins/puce-bleue.png') no-repeat 0 0;
			}
				.section-catalogue .section-raisins div.bulle-bleue ul li blockquote {
					line-height: 1.7;
				}
					.section-catalogue .section-raisins div.bulle-bleue ul li blockquote p {
						margin-bottom: 0.45em;
					}
				.section-catalogue .section-raisins div.bulle-bleue ul li p.cite {
					font-style: italic;
					font-weight: bold;
				}
				
	.section-catalogue .section-raisins div.bulle-rouge {
		position: relative;
		padding-top: 66px;
	}
		.section-catalogue .section-raisins div.bulle-rouge h2 {
			position: absolute;
			top: 58px;
			right: 12px;
			width: 293px;
			height: 207px;
			background: transparent url('/img/raisins/bulle-rouge.png') no-repeat 0 0;
		}
		.section-catalogue .section-raisins div.bulle-rouge ul {
			margin-left: 27px;
			width: 555px;
		}
			* html .section-catalogue .section-raisins div.bulle-rouge ul li { height: 1%; }
			*+html .section-catalogue .section-raisins div.bulle-rouge ul li { height: 1%; }
			.section-catalogue .section-raisins div.bulle-rouge ul li {
				padding-top: 8px;
				padding-left: 48px;
				background: transparent url('/img/raisins/puce-rouge.png') no-repeat 0 0;
			}
				.section-catalogue .section-raisins div.bulle-rouge ul li blockquote {
					line-height: 1.7;
				}
					.section-catalogue .section-raisins div.bulle-rouge ul li blockquote p {
						margin-bottom: 0.45em;
					}
				.section-catalogue .section-raisins div.bulle-rouge ul li p.cite {
					font-style: italic;
					font-weight: bold;
				}
	
	.section-catalogue .section-raisins p.pour-lire-plus {
		margin-left: 75px;
	}
/* }}} */

