/*
style_livre.css
---------
  
Par Tanguy Mentha
*/

/* Définition de la police */
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic,600,600italic,700,700italic);

/* PAR DEFAULT */
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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
	{
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	
	}

body
	{
	font:13px 'Source Sans Pro',sans-serif;
	font-weight:400;
	color:#fff;
	position:relative;
	min-width:700px;
	min-height:452px;
	top:0;
	left:0;
	height:100%;
	width:99.6%
	
	}

/* Couleur de fond en noir */
body {background-color: #000;}

/* Pas de couleur sur les liens, pas de soulignement, par défaut: blanc */
a {text-decoration:none; outline:0; color:#fff}

/* ------------------------------------------------------------NAVIGATION------------------------------------------------------------ */
/* HEADER */
header
	{
	background-color: #000;
	width: 92%;
	height: 30px;
	position:absolute;
	top:34px;
	left:48px;
	
	}

/* Menu de niveau 1 */
#menu
	{
	background-color: #000;
    display: inline-block;
    position:relative;
    height: 100px;
    top:62px;
	left:48px;
    width:92%;
    font-size:21px;
    border-bottom: 1px solid #262626
    
	}

#menu li {display:inline}

#menu a
	{
	padding:0 5px 0 16px;
	background:transparent url(../img/menu_dividers/menu_divider.png) center left no-repeat;
	color: #515766;
	-webkit-transition:color .4s ease;-moz-transition:color .4s ease;transition:color .4s ease
		
	}

#menu ul {display:inline; margin:0 auto; padding-left:0}

#menu a:hover {color: #CD5729}

/* Menu de niveau 2 */
#menu .second-level {position:absolute;top:28px;font-size:16px; left:0}
#menu .second-level ul {display:inline; padding-left:0}
#menu .second-level li {display:inline}
#menu .second-level a {color: #262D40}
#menu .second-level a:hover {color: #CD5729}

#menu .second-level li a {
	padding:0 0 0 14px;
	background:transparent url(../img/menu_dividers/submenu_divider.png) center left no-repeat;
	-webkit-transition:color .4s ease;-moz-transition:color .4s ease;transition:color .4s ease
		
	}
	
#menu li:first-child a {padding:0 5px 0 0;background:transparent url(null)}


/* CATEGORIE */
#categorie {position:absolute; bottom:0; padding-left: 3px; padding-bottom: 8px; font-size: 12px}

#categorie label {padding-right: 12px}

#categorie span {font-style: italic; color: #999; margin-left: 30px}


/* ------------------------------------------------------------CONTAINER------------------------------------------------------------ */
/* ------------ Global ------------ */
#container
	{
	position: relative; 
	margin: 65px 0 140px 0; 
	min-height: 65%; 
	width: 100%; 
	background-color: #222
	
	}

#livres, aside
	{
    display: inline-block;
    vertical-align: top;
    text-align: justify
    
	}


/* ------------ MENU LIVRES ------------ */
#livres {padding: 20px 7px 5px 48px}


/* ------------ ZONE ASIDE ------------ */
aside
	{
    position: absolute;
    width: 420px;
    margin-top: 20px;
    margin-left: 20px;
    padding: 20px 20px 30px 20px;
    color: #000;
    font-size: 0.9em;
    background-color: white;
    border-radius: 5px;
    clear: right
    
	}

aside .titre_livre {padding-bottom: 7px; border-bottom: 1px solid #999}
	
aside .titre_livre h2 {font-size:2.0em;}
	
aside .titre_livre h3 
	{	
	font-weight:300;
	font-style: italic;
	font-size:1.8em
	
	}

.boutons {height:120px}
.boutons img{padding-right: 15px}

.bloc_bouton {
	display: inline;
	float: left;
	height: 106px;
	width: 106px;
	padding-right: 17px;
}

.bloc_bouton img.top:hover {opacity:0}

.bloc_bouton img 
	{
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out
  
	}



/* ------- POP-UP LIEN PDF ------- */
#content a.lien_pdf2
	{
	display:inline-block;padding:4px 12px;background:#168Dd4; color:#fff;
    font-size:12px;text-decoration:none;border-radius:2px;
    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    
	}

#content a.lien_pdf2:hover
	{
	text-decoration:none!important;
	background-color:rgb(120, 209, 139)

	}

/* ------- POP-UP 2 VOLUME PAPIER ------- */
#myModal p{color:#000}
#myModal a{color:#000;font-style:italic}

/* ------------------------------------------------------------FOOTER------------------------------------------------------------ */

#legal{font-size:11px;line-height:14px;padding:5px 16px 20px 5px;float:left;color:#8d8d8d}
#legal .title{font-size:14px;color:#fb4100;font-weight:600;display:block}

#footer
	{
	position:relative; 
	width: 97%; 
	height: 20px; 
	bottom:0; 
	left: 0; 
	clear:both; 
	padding-left: 48px; 
	padding-top: 4px; 
	padding-bottom: 4px; 
	font-size:11px;
	color:#484848; 
	background-color:#000
	
	}
	
#footer li{display:inline;padding-right:20px}

#footer a
	{
	color:#484848; 
	-webkit-transition:color .4s ease;
	-moz-transition:color .4s ease;
	transition:color .4s ease
	
	}
	
#footer a:hover{color:#fb4100}
