|/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { padding:0; margin: 0; font-size: 1em; /*line-height: 1.4;*/ }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #C10303; color: white; text-shadow: none; }
::selection { background: #c10303; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

/*a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }*/

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; text-decoration: underline; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 0;/*padding: 0 0 0 40px;*/ }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */

/* ---- RESET----*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	/* line-height: 0; */
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*---end reset----*/

/*GARAMOND*/
@font-face{
	font-family: "AGaramondPro-Regular";
    src: url('../font/garamond/AGaramondPro-Regular.otf');
}
@font-face{
	font-family: "AGaramondPro-Italic";
    font-style: italic;
    src: url('../font/garamond/AGaramondPro-Italic.otf');
}
@font-face{
    font-family: "AGaramondPro-Bold";
    font-weight: bold;
    src: url('../font/garamond/AGaramondPro-Bold.otf');
}

/*LEGACY*/

@font-face{
	font-family: "LegacySansStd-Book";
    src: url('../font/legacy/LegacySansStd-Book.otf');
}
@font-face{
	font-family: "LegacSanBooIta";
    font-style: italic;
    src: url('../font/legacy/LegacySansStd-BookItalic.otf');
}
@font-face{
    font-family: "LegacySansStd-Bold";
    font-weight: bold;
    src: url('../font/legacy/LegacySansStd-Bold.otf');
}

.legacy{
	font-family: LegacySansStd-Bold, arial, sans-serif;
}

.wrapper{
	background: url(../img/logo.png) no-repeat;
	/* position: absolute;
	width: 960px;
	height:auto;
	left: 50%;
	margin-left: -480px;
	margin-top: 20px; */
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	height:150px;
}
a {text-decoration: none; color: black;}
a:hover{text-decoration: none; color: #b30000;}

/*---------EN T�TE---------*/

.souligne{
	border-bottom: 1px solid #BBB9B9;
	display: inline-table;
	width: 100%;
	height: 5px;
}

.entete{
	width: 857px;
	height: 104px;
	margin-left: 103px;
	border-bottom: solid 1px #bbb9b9;
}
.menu{
	position: relative;
	top:88px;
	//left: 79px;
	//border-bottom: solid 1px gray;		
}
.menu li {
	display: inline;
	//margin-right: 36px;
	margin-left: 37px;
	font-size: 15px;
}
.menu .menu-end{
	margin-right: 0;
}
.menu li a{
	text-decoration: none;
	color: black;
	font-weight: bold;
}

.menu li a img{
	margin-bottom: 2px;
}
.menu .en-cours a{
	color: #b70101;
}
.accueil{
	width: 64px;
	height: 13px;
	background: url(../img/btn-accueil-active.png) no-repeat; 
}
.incontournables{
	float: left;
	width: 64px;
	height: 13px;
	background: url(../img/btn-accueil-active.png) no-repeat;
}
.catalogue{
	width: 64px;
	height: 13px;
	background: url(../img/btn-accueil-active.png) no-repeat;
}
.agenda{
	width: 64px;
	height: 13px;
	background: url(../img/btn-accueil-active.png) no-repeat;
}
.librairies{
	width: 64px;
	height: 13px;
	background: url(../img/btn-accueil-active.png) no-repeat;
}
.editions{
	width: 64px;
	height: 13px;
	background: url(../img/btn-accueil-active.png) no-repeat;
}
.menu-cata{
	width: 168px;
	float: left;
	height: auto;
	margin-bottom: 30px;
}

.event{
	font-size: 12px;
	/* 
	position: absolute; 
	right: 0px;
	top: 33px;
	*/
	border-bottom: 1px solid #BBB9B9;
	border-top:1px solid #BBB9B9;
	font-size: 12px;
	font-weight: bold;
	padding-top: 7px;
	width: 520px;
	height: 17px;
	margin:32px 0 0 336px;
	position: absolute;
}
.t-event{
	float: left;
	padding-top: 0;
	margin-top: 0;
}

.agd-left{float: left; font-family: Arial, sans-serif; font-size: 12px; line-height: 12px;}
.agd-right{float: left; margin: -2px 0 0 5px; font-family: Arial, sans-serif; font-size: 12px; line-height: 14px;}

.agd-right .bx-window{
	width: 453px !important;
}

#event1{
	//width: 480px;
}
/*#event1{
	height: 20px;
}*/
#event1 li{
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	height:14px;
	//width: 470px;
	//height: 12px;
	//float: right;
	//margin-top: 0px;
	//margin-left: 5px;
	//padding: 0;
	//background: gray;
	//float: right;
}

/*#event1 li{
	//height: 13px;
	//width: 500px;
}*/
/*#event1 {
	list-style: none;
	float: left;
	margin-top: 0px;
	margin-left: 10px;
	padding: 0;
}*/


/*--------Colone Gauche---------*/ 
.col_left{
	width: 168px;
	float: left;
	height: auto;
	margin-top: 83px;
	margin-bottom: 30px;
	
}
.col_left .left-bloc:first-child{
	margin-top: 29px;
}

.sub-left{
	margin-right: 8px;
	margin-left: 15px;
	margin-top:33px;
}
.agd-sub{
	margin-top:33px;
}
.left-bloc{
	margin-right: 8px;	
}

.index-cata a{
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: black;
	font-weight: bold;
}
.index-cata a:hover{
	color:#B30000 ;
	text-decoration: none;
}
.livre-left{
	margin-top: 94px;
}
.livre-left .left-bloc{
	margin-top: 10px;
}
.titre-m-auteur{
	font-family: Arial, sans-serif;
	font-size: 15px;
	line-height: 19px;
	margin-bottom: 6px;
	text-align: left;
	font-style: italic;
}
/*--------Colone Droite---------*/
.col_right{
	//background: blue;
	float: right;
	width: 168px;
	height: auto;
	margin-bottom: 30px;
}
.right-bloc{
	margin-left: 8px;
}
.right-livre{
	margin-top: 52px;
}
.facebook{
	position: relative;
	left:50%;
	margin-left: -51px;
	margin-top: 20px;
	width: 103px;
}

.fr-culture{
	position: relative;
	left:50%;
	margin-left: -53px;
}
.ecouter{
	position: relative;
	left: 27px;
	
}
.invites{
	font-family: Arial, sans-serif;
	font-size: 10px;
	margin-left: 30px;
	margin-top: 10px;
	height: auto;
}

.invites p{
	line-height: 13px;
	margin-bottom: 15px;
}
.invites .avec {
	margin-bottom: 0;
}
.nom-invite{
	font-weight: bold;
}

.links{
	//margin-left: 30px;
	margin-top: 30px;
	font-family: Arial, sans-serif;
}
.liens-rouge{
	font-size: 15px;
	line-height: 21px;
	color: #b00000;
}
.lien a{
	font-size: 12px;
	text-decoration: none;
	color: black;
	line-height: 16px;
	font-family: Arial, sans-serif;
}
.lien a:hover{
	//text-decoration: underline;
	color: #b30000;
}

.right-bloc-bio{
	margin-left: 8px;
	margin-top: 28px;
}

/*--------DANS LES DEUX COL-------*/
.col-bleu{
	font-size: 15px;
	line-height: 15px;
	color: #419196;
	//font-weight: bold;
	font-family: arial, sans-serif;
	/* margin-bottom: 10px; */
	text-align: left;
	border-bottom: none;
}
.col-bleu a{
	font-size: 15px;
	line-height: 15px;
	color: #419196;
	font-weight: bold;
	text-decoration: none;
}
.col-orange{
	font-size: 15px;
	line-height: 15px;
	color: #d45700;
	//font-weight: bold;
	font-family: arial, sans-serif;
	margin-bottom: 10px;
	text-align: left;
}
.col-orange a{
	font-size: 15px;
	line-height: 15px;
	color: #d45700;
	font-weight: bold;
	text-decoration: none;
}
.col-auteur{
	font-size: 20px;
	line-height: 18px;
	font-family: Arial, sans-serif;
	margin-top:10px;
}
.col-titre{
	font-family: AGaramondPro-Italic, Times, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-style: italic;
	margin: 5px 0 5px 0;
}
.parution{
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 26px;
}
.col-resume{
	font-family: Times, sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin-top: 15px;
}
.mag{
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 15px;
}
.sepa-col{
	margin-top: 3px;
	margin-bottom: 13px;
}
.sepa-col-right{
	margin-top: 8px;
	margin-bottom: 13px;
	margin-left: 20px;
}
.bonnes-feuilles {
	margin: 5px 0;
}
.sepa-petit{
	height: 3px;
}
.interviewed a{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: black;
	text-decoration: none;
	text-transform:uppercase;
}
.interviewed a:hover{
	color:#b30000;
}
.bonnes-feuilles a {|
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 13px;
	color: #b30000;
	text-decoration: none;
	//float: left;
	position: relative;
}
.bonnes-feuilles a:hover{
	//text-decoration: underline;
	color: #000;
}
.dl-bonnes-feuilles img{
	margin-top: 15px;
	margin-bottom: 5px;
}

.rouge{color: #b30000;}
.rouge a{color: #b30000;}

.bleu{color: #419196}
.bleu a{color: #419196}

.onze{font-size: 11px;}
.onze-bold{font-size: 11px;  font-weight: bold;}

.arial{font-family: Arial, sans-serif;}
.bold{font-weight: bold;}

.map{
	margin-top: 0px;
	margin-bottom: 10px;
}
.couverture{
	width: 100%;
}

.images-couv{
	width: 100%;
	//background: aqua;
	//height: auto;
}
.images-couv img{
	width: 100%;
	height: auto;
}

.interviewed{
	line-height: 13px;
	margin: 5px 0;
}
/*--------Contenu central---------*/
.content{
	background: #e6e4df;
	float: left;
	width: 624px;
	height: auto;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

/*
RECHERCHE
*/
.search{
	font-size: 15px;
	margin-top:33px;
	margin-left: 15px;
}
.search input{
	height: 20px;
	border: 1px solid #b9b7b7;
	width: 151px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

.search label{
	font-family: arial, sans-serif;
}
.search form a{
	color: black;
	text-decoration: none;
	margin-right: 2px;
	font-family: arial, sans-serif;
}
.search form a:hover{
	text-decoration: none;
	color: #b30000;
}
.search form .beige{
	color:#9F9FA0;
	font-family: arial, sans-serif;
	margin-right: 2px;
}
.auteur_search{
	margin-top:10px;
}
.auteur_search .res-auteur, .auteur_search .res-publi{
	font-family:Arial,sans-serif;
	font-size:12px;	
	line-height:14px;
}
.auteur_search .res-auteur{
	font-weight:bold;
}
.auteur_search a:hover{
	color: #b30000;
}
/*
BLOC DE CONTENU avec texte sur la gauche et illustration sur image sur la droite
*/
.content-bloc{
	position: relative;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 25px;
	height:auto;;
	//background: aqua;
}
.content-bloc a:hover{
	text-decoration: none;
}
.content-bloc .more {
	color: #b30000;
}
.sep-bloc{
	//position: relative;
	//width: 338px;
	//left:50%;
	//margin-left: -169px;
	margin-top: 25px;
	margin-left: 142px;
}
/*text*/
.bloc-text{
	width: 396px;
	height: auto;
	float: left;
	padding-right: 15px;
	text-align: justify;
	
}
.genre-livre{
	font-size: 15px;
	line-height: 17px;
	color: #b30000;
	font-weight: bold;
	font-family: LegacySansStd-Bold, arial, sans-serif;
	text-align: left;
	margin-bottom: 5px;
	//line-height: 30px;
	border-bottom: none;
}
.auteur-livre{
	font-size: 24px;
	line-height: 28px;
	font-family: Arial, helvetica, sans-serif;
	text-align: left;
}

.text-auteur .auteur-livre{
	margin-top: -10px;
}
.titre-livre{
	font-family: AGaramondPro-Italic, Times, sans-serif;
	font-size: 23px;
	line-height: 25px;
	margin-bottom: 5px;
	font-style: italic;
	text-align: left;
}
.trad{
	font-size: 14px;
	line-height: 21px;
	font-family: AGaramondPro-Regular, Times, sans-serif;
	//font-weight: bold;
}
.resume-livre{
	font-family: Times;
	font-size: 17px;
	line-height: 21px;
	text-align: justify; 
}

.resume-livre more{
	color: #b30000;
}
.bio-catalogue{
	font-size: 17;
	line-height: 21px;
	font-family: Arial, sans-serif;
	margin-top: 20px;
}
.more a{
	color: #b30000;
	text-decoration: none; 
}
/*illustration*/
.bloc-illust{
	float: right;
	margin-top: 24px;
	width: 183px;
	height: auto;
}
.img-illust{
	width: 100%;
	margin-bottom: 8px;
}
.textlegende {
	font-family: Times,sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-align:center;
	font-style:italic;
}

/*---page incontournables----*/
.le-livre{
	margin-top: 20px;
	margin-left: 18px;
	height: auto;
}

.incont-info-gauche, .incont-info-milieu, .incont-info-droite{
	width: 187px;
	margin-left: 20px;
	margin-top: 10px;
}
.incont-info-gauche{float: left;}
.incont-info-milieu{float: left;}
.incont-info-droite{float: left;}
.incont-info-droite a{text-decoration: none; color: black;}
.info-livre, .info-fb {font-size: 9px;}
//.info-livre, .info-fb a{color: black;}

.share-fb {
	background: url(../img/fb-like.png) no-repeat 0 -1px;
	height: 20px;
}
.share-fb a{
	color: #253073;
	font-size: 9px;
	line-height: 19px;
	padding-left: 26px;
	font-family: Arial, sans-serif;
}

.avis{
	background: url(../img/avis.png) no-repeat 0 3px;
	height: 17px;
	margin-top: 10px;
}
.avis a{
	font-size: 9px;
	line-height: 19px;
	padding-left: 18px;
	font-family: Arial, sans-serif;
	
}
#command {
	margin-top:15px;
}
#command a{
	font-size: 12px;
	line-height: 19px;
	padding-left: 18px;
	font-family: Arial, sans-serif;
}
.bloc-illust .info-fb{
	
}
.info-livre{
	font-weight: bold;
	font-family: Arial, sans-serif;
	line-height: 13px;
	margin-top: 6px;
}

.incont-presse{
	width: 624px;
	float: left;
	margin-top: 20px;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #b40000;
}
.incont-image{
	width: 592px;
	float: left;
	margin-top: 20px;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #307795;
}

.itw-video{
	margin-top: 20px;
}
.slider{
	width: 590px;
	height: auto;
	margin-left: 16px;
	margin-top: 5px;
	border-top: 1px solid #BBB9B9;
}
.slide{
	width: 100%;
	height: auto;
	margin-left: 16px;
	margin-top: -4px;
	border-top: 1px solid #BBB9B9;
}
.img-slider{
	position: relative;
	margin-top: 10px;
	width:500px;
	height: auto;
	left:50%;
	margin-left: -250px;
}

#slider1{width: 100%;}
#slider1 img{
	width: 165px;
	height: 235px;
}
#slider1 li{
	width: 169px;
	//margin-right: 5px;
}

#slider2{width: 100%;}
#slider2 img{
	width: 124px;
	height: 158px;
}
#slider2 li{
	width: 124px;
	padding: 0 2px 0 2px;
}

#slider3{width: 100%;}
#slider3 img{
	width: 80px;
	height: 125px;
}
#slider3 li{
	width: 83px;
	//margin-right: 3px;
}

#slider4{width: 100%; left: 50px;}
#slider4 img{
	width: auto;
	//height: 125px;
}
#slider4 li{
	//background: white;
	width: 165px;
	//margin-right: 6px;
	//margin-left: -3px;
}

.bx-prev{
	position: absolute;
	left: -35px;
	top:50%;
	margin-top: -15px;
	background: url(../img/fleche-gauche.png) no-repeat;
	width: 31px;
	height: 31px;
}
.bx-next{
	position: absolute;
	right: -39px;
	top:50%;
	margin-top: -15px;
	background: url(../img/fleche-droite.png) no-repeat;
	width: 31px;
	height: 31px;
}
/*---page CATALOGUE----*/
.cata{
	margin-top: 40px;
	margin-left: 15px;
	margin-right: 15px;
}
.cata-genre{
	font-family: LegacySansStd-Bold, arial, sans-serif;;
	font-size: 15px;
	margin-top: 20px;
	margin-bottom: 16px;
}
.cata-alpha{
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
}
.cata a{text-decoration: none;}
.oeuvre a:hover{color: #b30000;}
.oeuvre a{
	font-size: 16px;
	line-height: 21px;
	font-family: Times, sans-serif;
	text-decoration: none;
	color: black;

}
.slider1{
	width: 100%;
	height: auto;
	//margin-left: 16px;
	margin-top: 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #BBB9B9;
	padding-bottom: 20px;
}
.col-cata{
	margin-top: 198px;
}

.bloc-illust .links{
	margin-left: 0;
	margin-top: 0;
	font-size: 10px;
	margin-bottom: 20px;
}

.bloc-illust .info-livre{
	margin-bottom: 20px;
}

/*
Biographie
*/
.bio{
	width: 592px;
	float: left;
	margin-top: 20px;
	margin-left: 16px;
	font-family: Arial, sans-serif;
	font-size: 15px;

}
.bio-auteur{
	float: left;
	width: 100%;
	height: auto;
	margin-top: 2px;
	padding-bottom: 10px;
	padding-top: 20px;
}

.photo-auteur{
	float: left;
	// width: 145px;
}
.photo-auteur img{
	/* width: 100%; */
}
.text-auteur{
	float: right;
	width: 437px;
	color: black;
	font-family: Times, sans-serif;
	text-align: justify;
	font-weight: none;	
}
.text-auteur p{
	font-family: Times, sans-serif;
	font-size: 17px;
	line-height: 21px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.descript-auteur{
	font-size: 17px;
}

.livre-auteur{
	float: left;
	width: 100%;
	height: auto;
	margin-top: 2px;
}
.livre-auteur li{
	  
	display: inline;
	list-style: none;
}

.livre-auteur li img{
	width:80px;
	height: 125px;
	margin: 10px 0 10px 0;
}
/*---page Agenda----*/
.bloc-agenda{
	width: 100%;
	height: auto;
	margin-top: 0;
	padding-top: 10px;
}
.date{
	font-family: Arial, sans-serif;
	font-size: 18px;
	line-height: 21px;
}
.description{
	font-family: Times, sans-serif;
	font-size: 17px;
	font-weight: bold;
	line-height: 21px;
}
.conf{
	margin-top: 10px;
	
	height: auto;
}
.illust-conf{
	float: left;
	padding-right: 10px;
	width: auto;

}

.photos-conferencier{
	/* width: 230px; */
	height: 180px;
}
.profil{
	float: left;
	padding-right: 5px;
}
.profil img{ height:180px; max-height: 180px}

.couv-conf{
	float: left;
}
.couv-conf img{ height:180px; max-height: 180px}

.illust-conf .parution{
	/* text-align: center; */
}
.illust-conf .info-fb{
	margin-top: 20px;
	clear: both;
}
.quote-conf p{
	text-align: left;
	font-family: Times, sans-serif;
	font-size: 17px;
	line-height: 21px;
}
.conferencier{
	font-family: Arial, sans-serif;
	font-size: 9px;
	text-align: center;
}

.agd-sub a{
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 29px;
	color: #b30000;
	font-weight: bold;
}

.agd-sub-name li{
	font-size: 11px;
	font-family: Arial, sans-serif;
	line-height: 12px;
	margin: 5px 0 5px 0;
}
.agd-sub-name li a{
	line-height: 12px;
}
.agd-sub-name li a:hover{
	text-decoration: none;
	color: #b30000;
}

.p-acces{
	font-family: Arial; 
	font-size: 11px;
	line-height: 15px;
}
/*---page Librairies----*/
.chers-libraires{
	font-family: Times, sans-serif;
	font-size: 15px;
	line-height: 17px;
	margin-bottom: 20px;
}

.lib{
	margin-top: 25px;
	margin-left: 15px;
	margin-right: 15px;
}
.lib-ligne{
	border-bottom: 1px solid #BBB9B9;
	float: left;
	height: auto;
	width: 100%;
	padding-bottom: 10px;
	padding-top: 10px;
	font-family: arial, sans-serif;
	font-size: 12px;
}

.lib-left{
	float: left;
	width: 320px;
}
.lib-right{
	float: left;
}

.lib-name, .lib-adress, .lib-city, .lib-link{
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
.lib-name{
	font-weight: bold;
}
.lib-link a{
	color: #b30000;
}
.border-top{
	border-top: 1px solid #BBB9B9;
}
/*---page Editions des Syrtes----*/

.edito{
	width: 592px;
	float: left;
	margin-top: 20px;
	margin-left: 16px;
}

.edi-syrtes{
	color: #B30000;
    font-family: LegacySansStd-Bold,arial,sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 6px;
}
.text-edito{
	float: left;
	width: 100%;
	height: auto;
}
.text-edito p{
	font-family: Times, sans-serif;
	font-size: 17px;
	line-height: 21px;
	text-align: justify;
	margin-top: 20px;
}
.text-edito p strong{
	font-weight:bold;
}

/*---page CONTACT----*/

.contactez{
	color: #D45700;
    font-family: LegacySansStd-Bold,arial,sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 6px;
}

.text-edito fieldset{
	margin-top: 30px;
	margin-left: 105px;
	margin-bottom: 20px;
	font-family: Arial, helvetica, sans-serif;
	font-size: 14px;
	color: #B30000;
}

.text-edito input{
	width: 180px;
	height: 20px;
	border: 1px solid #BBB9B9;
	margin-bottom: 10px;
	font-size: 14px;
}
.label{
	width: 95px;
	float: left;
	padding-top: 12px;
	padding-right: 10px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
form label{
	/*width: 100px;*/
}

.input-right{
	float: right;
}
.label-right{
	float: right;
	width: 90px;
	padding-top: 12px;
	padding-right: 10px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.text-edito textarea{
	height: 150px;
	min-height: 150px;
	max-height: 150px;
	float: left;
	width: 480px;
	border: 1px solid #BBB9B9;
	margin-bottom: 20px;
}
.text-edito button{
	float: right;
	background: white;
	border: 1px solid #BBB9B9;
	width: 200px;
	height: 20px;
	font-size: 12px;
	font-family: Arial, sans-serif;
}

.obliger{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 105px;
	line-height: 14px;
}

#comments{
	position:absolute;
	top:-300px;
	left:0px;
}
/*-------FOOTER-------*/
.footer {
    border-top: 1px solid #BBB9B9;
    float: left;
    height: 20px;
    margin-bottom: 30px;
    padding: 10px;
    position: relative;
    text-align: center;
    width: 100%;
}
.footer p {
    font-family: Arial,sans-serif;
    font-size: 12px;
    line-height: 14px;
}
.ejs_scroll {font-size:11px;font-family: Arial, Helvetica, sans-serif;color:#000000;;text-decoration:none;text-transform: uppercase;text-weight: bold;font-weight:bold;margin:3px 0 0 3px}
/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { //text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
