@charset "UTF-8";

/* General */

body {
	background-color:#ffe14f;
	margin: 0px 0px 0px 0px;
  font-family: 'Cochin W01 Roman', georgia, serif; 
	font-size:16px;
	color:#333;
	font-weight:100;
	line-height:18px;	
}

a {
	text-decoration:underline;
	color:#000;
	font-weight:700;
}

a:hover {
	color:#000;
	background-color:#d71f27;
}

h1 {font-family:'Cochin W01 Bold'; font-size:24px;}
h2 {font-family:'Cochin W01 Bold'; font-size:19px;}

.clear {
	clear: both;
	}

/* Header  */

#barrerouge {
	width:100%;
	background-color:#d71f27;
	height:10px;
}

#header {
	width:800px;
	margin: 18px auto;
}

#logo {float:left; width:104px; margin-top:15px;}

#navcontainer{float:right;}

#navlist li {
	display: inline;
	list-style:none;
	list-style-type: none;
	margin-left:20px;
}

#navlist li a {
	text-decoration:none;
	font-weight:100;
}

/* Contenu */

#content {
	width:800px;
	margin: auto;
  margin-top: 80px;
};

.slideshow {
	margin-top:30px;
}

/* Livre */
#book {
	margin-top:15px;
	height:150px; 
	top:0;
	border-bottom: 1px solid #000;
	clear: both ;
	padding-bottom: 25px;
}

#book_description {
	position:absolute;
	width:564px;
	margin-top:0px;
	float:left;
  font-size: 12px;
  line-height: 26px;
}

#book_description a {
  font-size: 16px;
}

#book_commander {
	position:absolute;
	width:290px;
	margin-left:0px;
	margin-top:120px;
}

#book_pdf {
	position:absolute;
	width:250px;
	margin-left:316px;
	margin-top:120px;
}

#book_img{
	margin-top:0px;
	float:right;
	/* width: 235px; */
}

.column {
	width: 375px;
}

.fb-like {
  padding-left: 5px;
  width: 795px;
}

/* Preface */

#preface{
	padding-bottom:15px; 
	margin-top:10px;	
}

#preface span {
  display: block;
}

.preface_auteur {
  padding-top: 15px;
  font-weight: bold;
}

#editionsy {
  padding-bottom:15px; 
  margin-top:20px;
}

#staff_list { 
  padding: 0px;
}

#staff_list li {
	display: block;
	list-style:none;
	list-style-type: none;
}

/* critiques */

#critiques {
  border-bottom: 1px solid #000; 
}

#critiques ul {
    clear:both;
	list-style:none;
	list-style-type: none;
	margin-left:-40px;
}

#critiques ul li {
	padding-bottom:10px;
}

#critiques li a {
	text-decoration:none;
	margin-left: 10px;
}

/* Musique */

#playlist{
  margin-bottom: 0px;
	padding-bottom:15px; margin-top:10px;
}

#playlist li {
/*  border-bottom: 1px solid #EEEEEE; */
  padding: 5px 0 4px 20px;  
}

#playlist li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}

.song {
  font-weight: normal;
  text-decoration: none;
}

.song.selected {
  background-color: #d71f27;
}

#songs {
  padding-left: 0px;
}

#songs li {
	list-style:none;
	list-style-type: none;
	padding-left: 0px;
}

#separator {
 	border-top: 1px solid #000; 
}

/* Footer  */

#footer{
	clear:both;
	background-color:#ffe14f;
	margin:auto;
}

#footer-content {
	padding-bottom:40px;
	/* color:#FFF; */
	margin: 0 auto;
	width:800px;
}

/* #footer-content a {
	color:#FFF;
} */

#footer_editionsy {
	width:375px;	
	float:left;
	padding-bottom: 50px;
}

#footer_staff {
	width:375px;	
	float:right;
	margin-top: 126px;  
}

#footer_bio {
	width:375px;	
	float:left;
}

#footer_biopic {
	width:375px;	
	float:right;
	padding-top: 20px;
}

#footer_biopic span {
  font-size: 14px;
}