body.kometa div#page div#contenu div.contenu
{
	/* float: left; */
	float: right;
	width: 690px;
	margin: 0 0 30px 30px;
	padding: 0;
	overflow: auto;
}

div#page div#contenu div.contenu.large
{
	width: 910px;
	margin-left: 0 !important;
}

div#page div#contenu div.contenu.gauche
{
	float: left !important;
	margin: 0 30px 30px 0 !important;
}


/* WIP */

div#wip
{
	text-align: center;
	font-family: "Times New Roman", serif;
}

div#wip span
{
	font-size: 80px;
	text-align: center;
	line-height: 420px;
	letter-spacing: 10px;
	font-style: italic;
	font-weight: bold;
}


/* PANIER */

div#panier table
{
	border-collapse: collapse;
	border: none;
	padding: 0;
	margin: 0;
	width: 690px;
	font-size: 18px;
}

div#panier table thead
{
	padding: 0;
	margin: 0;
}

div#panier table thead tr,
div#panier table tfoot tr
{
	border-bottom: 1px solid #1A171B;
	padding: 0;
	margin: 0;
	font-size: 14px;
}

div#panier table tfoot tr
{
	border-bottom: none;
}

div#panier table thead tr th
{
	padding: 0 0 5px 0;
	margin: 0;
	/* text-align: left; */
	text-align: center;
	vertical-align: bottom;
}

div#panier table thead tr th#colonneLivre
{
	/* width: 250px; */
	/* text-align: center; */
}

div#panier table tbody tr
{
	border-bottom: 1px dotted #1A171B;
	padding: 0;
	margin: 0;
}

div#panier table tbody tr td
{
	height: 100px;
	padding: 15px 0 5px 0;
	margin: 0;
	/* font-size: 26px; */
}

div#panier table tbody tr td.couverture
{
	width: 80px;
	/* padding-right: 10px; */
}

div#panier table tbody tr td.infos
{
	/* width: 210px; */
	font-size: 14px;
	/* padding: 20px 0 10px 0; */
}

div#panier table tbody tr td.infos span
{
	text-transform: uppercase;
}

div#panier table tbody tr td.prix
{
	width: 120px;
	text-align: center;
}

div#panier table tbody tr td.quantite
{
	width: 75px;
	/* color: #39A9DC; */
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	/* padding: 20px 20px 10px 0; */
	/* font-style: italic; */
	/* vertical-align: middle; */
}

div#panier table tbody tr td.quantite span
{
	/* display: block; */
	width: 40px;
	float: left;
	padding-top: 4px;
}

div#panier table tbody tr td.quantite a
{
	display: block;
	padding: 0;
	margin-top: -2px;
	font-size: 22px;
	/* font-weight: bold; */
	/* font-weight: bold; */
	font-style: normal;
	color: #39A9DC;
	float: left;
	width: 15px;
}

div#panier table tbody tr td.quantite a:hover
{
	font-weight: bold;
}

div#panier table tbody tr td.quantite a.moins
{
	font-size: 24px;
}

div#panier table tbody tr td.quantite a.plus
{
	padding-top: 2px;
}

div#panier table tbody tr td.total
{
	/* width: 120px; */
	/* color: #39A9DC; */
	/* text-align: center; */
	font-weight: bold;
}

div#panier table tbody tr td.supprimer
{
	width: 20px;
	/* padding: 20px 0 10px 0; */
	/* padding-left: 20px; */
	text-align: right;
}

div#panier table tbody tr td.supprimer a,
div#panier table tbody tr td.supprimer a:visited
{
	font-size: 20px;
	color: #BE0606;
}

div#panier table tbody tr td.supprimer a:hover,
div#panier table tbody tr td.supprimer a:active
{
	font-weight: bold;
	color: #FF0000;
}

div#panier table tbody tr td.couverture a img,
div#panier table tbody tr td.couverture a:visited img
{
	height: 100px;
	padding: 0;
	margin: 0;
}

div#panier table tbody tr td.couverture a:hover img,
div#panier table tbody tr td.couverture a:active img
{
	opacity: 0.8;
	filter: alpha(opacity=80);
}

div#panier table tfoot tr td.espacement
{
	height: 30px;
	padding: 0;
}

div#panier table tfoot tr td.tableauBasLarge
{
	/* padding: 35px 0 0 0; */
	padding: 15px 0 0 0;
	text-align: right;
}

div#panier table tfoot tr td.tableauBasCourt
{
	/* padding: 30px 0 0 0; */
	padding: 10px 0 0 0;
	/* text-align: center; */
	text-align: right;
	/* color: #39A9DC; */
	/* font-size: 24px; */
	font-size: 22px;
	font-weight: bold;
}

div#panier table tfoot tr td.total
{
	color: #39A9DC;
	/* font-size: 22px; */
}

div#panier table tfoot tr td.payer
{
	padding: 10px 0 0 0;
	text-align: right;
}

div#panier table tfoot tr td.payer input#valider
{
	background-image: url('../medias/panier/paypal.png');
	background-position: 90% 60%;
	background-repeat: no-repeat;
	padding: 10px 125px 10px 15px;
	font-size: 16px !important;
	font-weight: bold;
}


/* TEMOIGNAGES */

div#formulaireTemoignages
{
	padding: 0;
	margin: 0;
	font-size: 11px;
}

p.erreur,
ul.erreur,
p.retourOk
{
	padding: 0 0 20px 0;
	margin: 0;
}

body.kometa p.erreur,
body.kometa p.retourOk
{
	font-size: 14px;
	font-weight: bold;
}

p.erreur
{
	color: #39A9DC;
}

p.retourOk
{
	color: #39A9DC;
}

div#formulaireTemoignages div#formulaireGauche,
div#formulaireTemoignages div#formulaireDroit
{
	float: left;
	display: block;
	padding: 0;
	margin: 0;
}

div#formulaireTemoignages div#formulaireGauche
{
	width: 190px;
}

div#formulaireTemoignages div#formulaireDroit
{
	width: 500px;
}

form.formulaire label,
form.formulaire span.label
{
	display: block;
	padding: 0 0 5px 0;
	margin: 0;
}

form.formulaire input[type=text],
form.formulaire select,
form.formulaire textarea
{
	display: block;
	text-align: left;
	font-size: 14px;
}

body.kometa form.formulaire input[type=text],
body.kometa form.formulaire select,
body.kometa form.formulaire textarea
{
	border: 1px solid #F3F3F3;
	background-color: #F3F3F3;
}

form.formulaire input[type=text],
form.formulaire select
{
	height: 26px;
	/* line-height: 26px; */
	margin: 0 0 10px 0;
}

form.formulaire input[type=text]
{
	padding: 0 5px;
}

body.kometa form.formulaire input[type=text]
{
	width: 160px;
}

form.formulaire select
{
	width: 165px;
	padding: 0 0 0 5px;
}

form.formulaire textarea
{
	padding: 5px;
	margin: 0;
}

body.kometa form.formulaire textarea
{
	height: 136px;
}

div#formulaireTemoignages form.formulaire div#formulaireDroit textarea
{
	width: 488px;
}

form.formulaire input#valider,
form.formulaire input#envoyer,
form.formulaire input#retour
{
	float: right;
	margin: 20px 0 0 0;
	padding: 5px 15px;
	cursor: pointer;
}

body.kometa form.formulaire input#valider,
body.kometa form.formulaire input#envoyer,
body.kometa form.formulaire input#retour
{
	background-color: #F3F3F3;
	border: 1px solid #F3F3F3;
	color: #39A9DC;
}

div#formulaireTemoignages form.formulaire
{
	float: left;
	width: 100%;
	padding: 0 0 30px 0;
	margin: 0 0 10px 0;
	border-bottom: 3px dotted #8D8B8D;
}

div#temoignages
{
	margin: 0 0 20px 0;
	padding: 0;
}

body.kometa div#temoignages div.temoignage
{
	padding: 25px 0 12px 0;
	margin: 0;
	border-bottom: 1px solid #8D8B8D;
}

div#temoignages div.temoignage h2
{
	padding: 0;
	margin: 0;
	/* color: #39A9DC; */
}

body.kometa div#temoignages div.temoignage h2
{
	color: #39A9DC;
}

div#temoignages div.temoignage span
{
	padding: 0;
	margin: 0;
}

body.kometa div#temoignages div.temoignage span
{
	font-size: 13px;
}

div#temoignages div.temoignage p
{
	padding: 8px 0 0 0;
	margin: 0;
	font-style: italic;
	text-align: justify;
}

body.kometa div#temoignages div.temoignage p
{
	font-size: 11px;
}

div#temoignages ul#pagination
{
	width: 690px;
	list-style: none;
	font-size: 14px;
	padding: 10px 0 0 0;
	margin: 0;
	text-align: center;
}

div#temoignages ul#pagination li
{
	display: inline-block;
	padding: 0;
	margin: 0;
}

div#temoignages ul#pagination  a
{
	display: block;
	padding: 0 3px;
	margin: 0;
}

div#temoignages ul#pagination a.selected
{
	font-weight: bold;
	color: #39A9DC;
}


/* CONTACT */

div#contact
{
	padding: 0;
	margin: 0;
}

div#contact div#formulaireGauche,
div#contact div#formulaireDroit
{
	float: left;
	display: block;
	padding: 0;
	margin: 0;
}

div#contact div#formulaireGauche
{
	width: 250px;
}

div#contact div#formulaireDroit
{
	width: 440px;
}

div#contact form.formulaire div#formulaireGauche input[type=text]
{
	width: 220px;
}

div#contact form.formulaire div#formulaireDroit input[type=text],
div#contact form.formulaire div#formulaireDroit textarea
{
	width: 428px;
}

div#contact form.formulaire div#formulaireDroit textarea
{
	height: 200px;
}

div#contact form.formulaire label.label
{
	clear: both;
}

div#contact form.formulaire label.radio
{
	float: left;
	padding: 3px 0 2px 5px;
	margin: 0 15px 10px 0;
	line-height: 25px;
	font-style: italic;
}

div#contact form.formulaire input[type=radio]
{
	float: left;
	padding: 0;
	margin: 8px 0 0 0;
	line-height: 25px;
}


/* QUI SOMMES-NOUS */

div.colonne
{
	float: left;
	/* width: 325px; */
	width: 335px;
	padding: 0;
	margin: 0;
}

div.colonne.colonneGauche
{
	/* padding: 0 40px 0 0; */
	padding: 0 20px 0 0;
}

div.contenu h2
{
	display: block;
	padding: 0 0 15px 0;
	margin: 0;
	/* font-size: 13px; */
	font-size: 14px;
}

div.contenu p
{
	text-align: justify;
}

div.colonne strong,
div.colonne p,
div.texte strong,
div.texte p,
p.texte,
div.colonne ul
{
	display: block;
	text-align: justify;
	/* font-size: 11px; */
	font-size: 12px;
	padding: 0 0 8px 0;
	margin: 0;
}

div.colonne ul
{
	list-style-image: url('../medias/dash.png');
	padding: 0 0 0 12px;
}

div.colonne ul li
{
	padding: 0 0 5px 0;
	margin: 0;
	list-style-position: outside;
}


/* ACCUEIL */

div#dernieresParutions,
div#quiSommesNous
{
	padding: 0;
	margin: 0;
}

div#dernieresParutions
{
	border-top: 1px solid #8D8B8D;
	padding-top: 25px !important;
}

div#dernieresParutions h1
{
	float: left;
	width: 300px;
}

div#dernieresParutions img.separateur
{
	padding: 15px 0 30px 0;
	margin: 0;
}

div#dernieresParutions div.colonneDroite
{
	float: right;
	padding: 0 0 20px 0;
	margin: 0 0 10px 0;
	width: 350px;
}

div.livre
{
	float: left;
	width: 159px;
	padding: 0 18px 22px 0;
}

div.livre.dernier
{
	padding-right: 0;
}

div.livre a.livre
{
	display: block;
	height: 246px;
}

div.livre a.livre img.couverture,
div.livre a.livre:visited img.couverture
{
	float: left;
}

div.livre a.livre:hover img.couverture,
div.livre a.livre:active img.couverture
{
	opacity: 0.8;
	z-index: 1;
}

div.livre a.livre span
{
	float: left;
	padding: 5px 0 0 0;
}

div.livre a.auteur
{
	padding: 0;
	margin: 0;
}

div.livre img.nouveau/* ,
div.livre img.paraitre */
{
	position: absolute;
	clear: both;
	margin: -10px 0 0 114px;
	z-index: 7;
}

div.livre span.nouveau,
div.livre span.paraitre
{
	position: absolute;
	clear: both;
	/* margin: 8px 0 0 117px; */
	z-index: 8;
	color: #FFFFFF;
	font-family: "Times New Roman", serif;
	font-style: italic;
	font-size: 13px;
	text-align: center;
	width: 50px;
	line-height: 12px;
}

div.livre span.nouveau
{
	margin: 10px 0 0 117px;
}

div.livre span.paraitre
{
	margin: 2px 0 0 117px;
}


/* AUTRES LIVRES */

div#autresLivres h2
{
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #1A171B;
}

div#autresLivres div#livres
{
	padding: 20px 0 0 0;
	margin: 0;
	background-color: #F6F6F6;
	/* background-color: #F3F3F3; */
	height: 280px
}

div#autresLivres div#livres div.livre
{
	padding: 0 10px;
}


/* AUTEUR */

/* div#auteur h1, */
div#livre h1
{
	height: auto;
}

img.principale
{
	float: left;
	padding: 0;
	margin: 0;
}

div.infos
{
	float: left;
	padding: 0 0 0 25px;
	margin: 0;
}

/* div#auteur img#portrait
{
	width: 180px;
	height: 250px;
}

div#auteur div#infosAuteur
{
	width: 485px;
	height: 250px;
}

div#auteur div#infosAuteur span
{
	display: block;
	padding: 0 0 20px 0;
	margin: 0;
	font-size: 14px;
}

div#auteur div#infosAuteur ul
{
	display: block;
	list-style-image: url('../medias/dash.png');
	padding: 0;
	margin: 0;
}

div#auteur div#infosAuteur ul li
{
	padding: 0;
	margin: 0;
	line-height: 25px;
	height: 25px;
}

div#auteur div#infosAuteur ul li a
{
	text-decoration: underline;
} */

div#auteurs_publies img.portrait
{
	clear: both;
	float: left;
	padding: 0;
	margin: 0 0 20px 0;
	height: 125px;
}

div#auteurs_publies div.infosAuteur
{
	display: block;
	width: 485px;
	height: 125px;
	font-size: 12px;
}

div#auteurs_publies div.infosAuteur span
{
	padding: 0 0 20px 0;
	margin: 0;
	font-size: 14px;
}

div#auteurs_publies div.infosAuteur ul
{
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

div#auteurs_publies div.infosAuteur ul li
{
	padding: 0;
	margin: 0;
	line-height: 25px;
	height: 25px;
}

div#auteurs_publies div.infosAuteur ul li a
{
	text-decoration: underline;
	font-size: 11px;
}


/* LIVRE */

div#livre img#couverture
{
	width: 159px;
	height: 225px;
}

div#livre div#infosLivre
{
	width: 505px;
	height: 225px;
}

div#livre div#infosLivre h2
{
	display: block;
	padding: 0;
	margin: 0;
	float: left;
}

div#livre div#infosLivre span#reedition
{
	float: left;
	font-size: 10px;
	padding: 3px 0 0 0;
	margin: 0;
}

div#livre div#infosLivre a.auteur
{
	display: block;
	padding: 0 0 10px 0;
	margin: 0;
	clear: both;
	text-decoration: underline;
	font-size: 12px;
}

div#livre div#infosLivre span#infos
{
	display: block;
	padding: 10px 0 10px 0;
	margin: 0;
}

div#livre div#infosLivre div#prix
{
	display: block;
	height: 15px;
	padding: 5px 0 15px 0;
	margin: 0;
}

div#livre div#infosLivre div#prix span
{
	float: left;
	padding: 9px 0 0 0;
	margin: 0;
}

div#livre div#infosLivre div#prix span#prix
{
	padding: 0 0 0 5px;
	font-size: 22px;
	color: #39A9DC;
}

div#livre div#infosLivre a#panier,
div#livre div#infosLivre a#panier:visited
{
	display: block;
	padding: 33px 14px 24px 14px;
	margin: 0;
	width: 48px;
	height: 30px;
	background-image: url('../medias/panier.png');
	background-position: bottom center;
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-align: center;
	font-style: italic;
	font-size: 11px;
}

div#livre div#infosLivre a#panier:hover,
div#livre div#infosLivre a#panier:active
{
	color: #39A9DC;
}

div#livre img#nouveau/* ,
div#livre img#paraitre */
{
	float: left;
	padding: 0;
	margin: -235px 0 0 114px;
}

div#livre span.nouveau,
div#livre span.paraitre
{
	float: left;
	/* margin: -217px 0 0 117px; */
	color: #FFFFFF;
	font-family: "Times New Roman", serif;
	font-style: italic;
	font-size: 13px;
	text-align: center;
	width: 50px;
	line-height: 12px;
}

div#livre span.nouveau
{
	margin: -215px 0 0 117px;
}

div#livre span.paraitre
{
	margin: -223px 0 0 117px;
}

div span#titreResume
{
	clear: both;
	display: block;
	padding: 40px 0 15px 0;
	margin: 0;
}

body.kometa div p#resume
{
	display: block;
	padding: 0 0 50px 0;
	margin: 0;
	text-align: justify;
	font-style: italic;
	font-size: 11px;
}


/* PROFESSIONNEL */

div#auteursLibraires a
{
	float: right;
	padding: 20px 0 0 0;
	margin: 0;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}


/* LIBRAIRES */

div#listePartenaires
{
	padding: 0 0 20px 0;
	margin: 0;
	font-size: 14px;
}

div#listePartenaires ul#librairies
{
	display: block;
	list-style-type: none;
	padding: 0 0 20px 0;
	margin: 0;
}

div#listePartenaires ul#librairies li
{
	clear: both;
}

div#listePartenaires ul#librairies li.departement
{
	font-size: 15px;
	font-weight: bold;
	color: #39A9DC;
	padding: 10px 0 0 0;
	margin: 0 0 20px 0;
	list-style-type: none;
}

div#listePartenaires ul#librairies li.librairie
{
	padding: 0;
	/* margin: 0 0 15px 30px; */
	margin: 0 0 15px 0;
	font-size: 12px;
	list-style-position: outside;
	list-style-image: url('../medias/dash.png');
}

div#listePartenaires ul#librairies li.librairie h2.nom
{
	padding: 0 0 3px 0;
	margin: 0;
}

div#listePartenaires ul#librairies li.librairie span.adresse
{
	clear: both;
	display: block;
	padding: 0 0 3px 0;
	margin: 0;
}

div#listePartenaires ul#librairies li a.siteWeb
{
	text-decoration: underline;
	font-size: 11px;
}


/* PRESSE */

div.contenu form.formulaire div.filtre
{
	float: left;
	padding: 0;
	margin: 0 20px 0 0;
}

div.contenu form.formulaire div.filtre.droit
{
	margin: 0;
}

div.contenu form.formulaire div.filtre select
{
	width: 335px;
}

div.contenu div.rien
{
	display: none;
	clear: both;
	padding: 50px 0 0 0;
	margin: 0;
	color: #39A9DC;
	font-size: 20px;
	text-align: center;
	font-family: "Times New Roman", serif;
	font-weight: bold;
	font-style: italic;
}

div.contenu div.revuesPresse
{
	float: left;
	padding: 50px 0 0 0;
	margin: 0;
}

div.contenu div.revuesPresse div.article
{
	float: left;
	padding: 30px 0 15px 0;
	margin: 0;
	border-bottom: 1px dotted #8D8B8D;
}

div.contenu div.revuesPresse div.logo
{
	padding: 0 0 5px 0;
	margin: 0;
	border-bottom: 1px solid #8D8B8D;
	text-align: right;
}

div.contenu div.revuesPresse div.logo h3
{
	/* text-align: center; */
	padding: 0;
	margin: 0;
	height: 18px;
	color: #FFFFFF;
	font-weight: normal;
}

div.contenu div.revuesPresse div.logo img
{
	margin: -18px 0 0 0;
	padding: 0;
	height: 25px;
	font-size: 22px;
	color: #39A9DC;
}

div.contenu div.revuesPresse div h4
{
	clear: both;
	font-size: 14px;
	color: #39A9DC;
	padding: 0 0 6px 0;
	margin: 0;
	font-weight: normal;
}

div.contenu div.revuesPresse div.contenuArticle h5
{
	text-decoration: underline;
}

div.contenu div.revuesPresse div.contenuArticle h5,
div.contenu div.revuesPresse div.contenuArticle h6
{
	/* font-size: 12px !important; */
	font-size: 13px !important;
	padding: 8px 0 5px 0;
	margin: 0;
}

div.contenu div.revuesPresse div.contenuArticle p.gras,
div.contenu div.revuesPresse div.contenuArticle p
{
	/* font-size: 11px; */
	font-size: 12px;
	padding: 0 0 4px 0;
	margin: 0;
}

div.contenu div.revuesPresse div.contenuArticle p.gras
{
	font-weight: bold;
	padding: 8px 0 5px 0;
	margin: 0;
}

div.contenu div.revuesPresse div.contenuArticle span
{
	display: block;
	/* font-size: 10px; */
	font-size: 11px;
	border-top: 1px solid #8D8B8D;
	padding: 3px 0;
	margin: 5px 0 0 0;
}

div.contenu div.revuesPresse div.contenuArticle span.journaliste
{
	float: right;
	/* font-size: 11px; */
	font-size: 12px;
	border-top: none;
	font-weight: bold;
}

div.contenu div.revuesPresse div.contenuArticle div.cadre
{
	border: 1px solid #8D8B8D;
	padding: 1px 5px;
	margin: 5px 0 0 0;
}

div.contenu div.revuesPresse div.cadreIllustration
{
	float: right;
	padding: 0;
	margin: 0 0 6px 10px;
}

div.contenu div.revuesPresse div.cadreIllustration img.illustration
{
	float: right;
	padding: 0;
	margin: 0;
	border: 1px solid #8D8B8D;
}

div.contenu div.revuesPresse div.cadreIllustration p
{
	display: block;
	padding: 0;
	margin: 0 auto;
	/* font-size: 10px; */
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	/* width: 250px; */
	/* width: 100px; */
	text-align: center;
}


/* PLAN DU SITE */

/* div#plan h2
{
	padding-left: 50px;
}

div#plan ul
{
	list-style: none;
	padding: 0 0 0 70px;
	margin: 0;
	text-align: left;
	font-size: 12px;
	background-repeat: repeat;
}

div#plan ul li
{
	padding: 0 0 0 10px;
	margin: 0;
	height: 20px;
	background-image: url('../medias/header/puce.png');
	background-position: left 4px;
	background-repeat: no-repeat;
}

div#plan ul li a, 
div#plan ul li a:visited
{
	display: block;
	color: #000000;
	padding: 0;
	margin: 0;
	text-decoration: none;
}

div#plan ul li a:active, 
div#plan ul li a:hover
{
	text-decoration: underline;
} */