﻿
* {

	margin: 0px;
	padding: 0px;

}

body {


}

a {

	text-decoration: none;
	color: #FF9900;

}

a:hover {

	color: #FFCC00;

}

a img {

	border: none;

}

#page {
	
	left: 50%; 
	width: 800px;
	
	margin-left: -400px; 	
	position:absolute;
	
	

}

img.livre  {

	background-image: url("../images/ombre.png");
	background-position: left bottom;
	background-repeat: no-repeat;
	
	padding-left: 50px;

}

img.photo {

	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 4px;

}

#entete {

	margin-top: 20px;
	margin-bottom: 20px;

}

#entete-logo {

	background-image: url("../images/fond-orange-logo.png");
	background-repeat: no-repeat;
	
	width: 234px;
	height: 112px;
	
	display: block;
	
	border-bottom: 1px solid #CBCDC1;

}

#entete-titre {

	background-image: url("../images/fond-bleu.png");
	background-repeat: no-repeat;
	
	width: 546px;
	height: 112px;
	
	left: 254px;
	top: 20px;
	
	padding-top: 30px; 
	
	display: block;
	position: absolute;
	
	color: #FFFFFF;
	text-align: center;
	font-size: 36px;

}

#entete-slogan {

	width: 546px;
	
	left: 254px;
	top: 110px;
	
	display: block;
	position: absolute;
	
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;

}


#contenu {

	background-image: url("../images/fond.png");
	background-repeat: repeat-y;
	background-position: right;
	width: 808px;

}


#centre {

	margin-left: 242px;
	margin-right: 0px;
	height: 400px;
	width: 553px;
	background-image: url("../images/coin-haut-gauche.png");
	background-repeat: no-repeat;
	padding-left: 13px;
	padding-top: 60px;

}

html>body #centre {

	height: auto;
	min-height: 400px;

}


#menu {
	
	width: 234px;
	
	left: 0px;
	top: 133px;
	
	display: block;
	position: absolute;

}

#menu ul {

	list-style-type: none;

}


#menu ul li {

	height: 31px;
	
	border-bottom: 1px solid #CBCDC1;

}

#menu a {

	color: #4A4A4A;
	padding-left: 30px;
	line-height: 31px;
	
	height: 31px;
	
	font-weight: bold;
	display: block;
	
	background-image: url("../images/fond-bouton.png");
	background-repeat: repeat-x;
	
}

#menu a:hover {

	color: #FFFFFF;
	
	background-image: url("../images/fond-bouton-hover.png");
	background-repeat: no-repeat;

}


#bandeau-gauche {

	background-image: url("../images/fond-gris.png");
	background-repeat: no-repeat;
	
	top: 416px;
	left: 0px;
	
	width: 234px;
	height: 300px;
	padding-top: 150px;
	
	display:block;
	position: absolute;

}

#bandeau-gauche h2 {

	text-align: center;
	margin-bottom: 20px;
	color: #2D5672;

}
	
#bandeau-gauche img.livre {

	margin-left: 16px;

}

#bandeau-gauche img.photo {

	margin-left: 38px;

}

html>body #bandeau-gauche {

	height: auto;
	min-height: 300px;

}

#pied {

	background-image: url("../images/coin-bas-droit.png");
	background-repeat: no-repeat;
	width: 566px;
	height: 100px;
	text-align: center;
	margin-left: 242px;
	
	padding-top: 60px;

}

#centre h1 {

	margin-left: 30px;
	margin-bottom: 30px;
	color: #2D5672;

}


#centre h2 {

	margin-left: 30px;
	margin-bottom: 30px;
	color: #2D5672;

}

.nouveaute {

	display: block;
	margin-bottom: 60px;
	
}

.nouveaute p {

	margin-left: 190px;
	width: 320px;
	height:170px;

}

html>body .nouveaute p {

	height: auto;
	min-height: 170px;

}

.derniers-ouvrages p {

	text-align: center;
	padding-top: 20px;

}

p {

	margin-left: 13px;
	margin-right: 26px;

}

.paragraphe {

	padding-bottom: 30px;
	text-align: justify;
	text-indent : 30px;

}

.auteur {

	color: #2D5672;
	font-weight: bold;

}


.titre {

	color: #FF6633;
	font-weight: bold;

}
