@charset "utf-8";
/* CSS Document */
body
{
	margin:0;
	padding:O;
		
}
#all_content {
	width:1024px;
	margin-left:auto;
	margin-right:auto;
}
#logo {
	
}
#logo img {
	width:1024px;
	height:260px;
	border-radius:10px;
	box-shadow:10px 10px 12px #aaa;
}
#content {
	width:600px;
	float:left;
	padding:20px;	
	text-align:center;
}

#content h1{
	color:blue;
	font-size:60px;
	text-shadow:12px 12px 3px #aaa;
	}
#content h2{
	color:maroon;
	font-size:25px;
	}
#content h3{
	color:black;
	font-size:20px;
	}
	
#col_left {
	width:200px;
	float:left;
}
#col_left ul {
	list-style-type:none;
	padding-left:0px;
}
#col_left li {
}
#col_right {
	width:140px;
	float:right;
	padding-top:20px
}
#col_right ul {
	list-style-type:none;
	padding-left:0px;
}
#select_lang img {
	height:20px;
	width:30px
}
#bottom {
	clear:both;
	text-align:center;
	padding: 0px 180px;
}
#chemin-de-fer ul li {
	float:left;
	list-style-type:none;
	margin-right:5px;
}

#auteur{
	width:800px;
	float:left;
	
}
#auteur #photo {
	float:right;
	max-width:350px;
	max-height:350px;
}
#auteur #critiques {
	clear:both;
}
#auteur #biographie {
	clear:both;
}
#auteur #bibliographie {
	clear:both;
}
.livre {
	clear:both;
	margin-top:10px
}

.livre .titre-livre
{
	font-size: 25px;
    margin-left: 10px;	
}
.img-livre {
	width:150px;
	float:left;
	margin:10px;
	height:220px;
	border:solid 1px black;
	
	
}
.info-livre {
	
}
.ico_sponsor {
	margin:10px;
	width:40px;
	height:40px;
}
#fournisseur {
	float:right;
	text-align:left;
	width:300px;
}
#partenaire {
	float:left;
	text-align:left;
	width:300px;
}
.video {
	text-align:center;
}


#content .press h1
{
	font-size:24px;
	color:black;
	text-shadow:inherit;
}
#content .press ul
{
	list-style-type: none;
}
#content .press hr
{		
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-left:none;
	border-right:none;	
	height:4px;	
}

#content #lieu h1
{
	color: black;
    font-size: 26px;
    text-shadow: none;
    margin-bottom: 0;
}

#content.edition
{
	font-size:20px;
}

#content.libraire hr
{		
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-left:none;
	border-right:none;	
	height:4px;	
}
#content.libraire ul
{		
	text-align: left;	
	margin-left: auto;
	margin-right: auto;
}

#list_auteur h1
{
	font-size:18px;
}

#select_lang
{
	display: none;
}

.select
{
	color: DarkOrange;
	
	
}
	
	
