@font-face {
    font-family: 'londrina';
    src: url('londrinasolid-regular-webfont.eot');
    src: url('londrinasolid-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('londrinasolid-regular-webfont.woff') format('woff'),
         url('londrinasolid-regular-webfont.ttf') format('truetype'),
         url('londrinasolid-regular-webfont.svg#londrina_solidregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

p,
form,
img,
a {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}	 
	 
body {
	background-image: url("../images/menus/motif.jpg");
	margin: 0 auto ;
	padding: 0;
	
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	background-color: #666;
}

/* ***********************************
*	HEADER
* ************************************
*/
header {
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 10;
	box-shadow: 0px -10px 10px  15px rgba(0,0,0,0.2); 
	height: 90px;
	padding: 0;
	margin: 0;
	background-color: white;
}

header ul {
	margin: 0 auto;
	padding: 0px 60px;
	width: 780px;
	list-style-type: none;
}

header ul li#logo {
	margin: 13px 12px 0px 0px;
	float: left;
	width: 120px;
	height: 63px;
}

header ul li#blogue,
header ul li#abonnement,
header ul li#boutique,
header ul li#auteurs {
	height: 28px;
	float: left;
	margin: 17px 0px 0px 2px;
}

header ul li#blogue a {
	display: block;
	background-image: url("../images/menus/menu.png") ;
	background-repeat: no-repeat;
	background-position: 0px -28px;
	width: 77px;
	height: 28px;
	background-color: blue;
	color: transparent;
	font-size: 0px;
}

header ul li#blogue a:hover {
	background-position: 0px 0px;
}

header ul li#boutique a {
	display: block;
	background-image: url("../images/menus/menu.png") ;
	background-repeat: no-repeat;
	background-position: -82px -28px;
	width: 101px;
	height: 28px;
	color: transparent;
	font-size: 0px;
}

header ul li#boutique a:hover {
	background-position: -82px 0px;
}


header ul li#abonnement a {
	display: block;
	background-image: url("../images/menus/menu.png") ;
	background-repeat: no-repeat;
	background-position: -188px -28px;
	width: 128px;
	height: 28px;
	color: transparent;
	font-size: 0px;
}

header ul li#abonnement a:hover {
	background-position: -188px 0px;
}


header ul li#auteurs a {
	display: block;
	background-image: url("../images/menus/menu.png") ;
	background-repeat: no-repeat;
	background-position: -322px -28px;
	width: 86px;
	height: 28px;
	color: transparent;
	font-size: 0px;
	
}

header ul li#auteurs a:hover {
	background-position: -322px 0px;
}

/* ***********************************
*	MENU RESTEZ EN CONTACT!
* ************************************ */
header ul li#contact  {
	margin: 10px 0 0 5px;
	padding: 7px 15px;
	width: 182px;
	border-radius: 1em;
	float: left;
	
	box-shadow:  2px 2px 5px 0px rgba(0,0,0,0.2),
	-2px -2px 5px 0px rgba(0,0,0,0.2) inset,
	2px 2px 5px 0px white inset;
	
	background: #03a8e8; /* Old browsers */
	background: -moz-linear-gradient(top,  #03a8e8 0%, #0078b2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#03a8e8), color-stop(100%,#0078b2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #03a8e8 0%,#0078b2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #03a8e8 0%,#0078b2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #03a8e8 0%,#0078b2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #03a8e8 0%,#0078b2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03a8e8', endColorstr='#0078b2',GradientType=0 ); /* IE6-9 */
}

header ul li#contact form label.courriel {
	position: relative;
	left: 10px;
	
	font-size: 17px;
	font-family: 'londrina';
	font-weight: normal;
	color: white;
}

header ul li#contact form input#courriel {
	border-top-left-radius: 1em;
	border-bottom-left-radius: 1em;
	width: 110px;
	border: none;
	padding: 4px 10px;
	margin: 3px 0px 3px 6px;
	
	font-size: 11px;
	height: 18px;
	
	box-shadow:  -2px -2px 5px 0px white inset,
	2px 2px 5px 0px rgba(0,0,0,0.2) inset;
}

header ul li#contact form input.submitcourriel {
	font-family: 'londrina';
	color: white;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	
	width: 40px;
	margin: 0px;
	padding: 4px 0px;
	border-top-right-radius: 1em;
	border-bottom-right-radius: 1em;
	border: none;
	background-color: #555;
	position: relative;
	top: 2px;
	left: -5px;
}

header ul li#contact form input.submitcourriel:hover {
	background-color: black;
}

a#bt_facebook {
	display: inline-block;
	width: 20px;
}

a#bt_facebook img {
	width: 100%;
}

a#bt_twitter {
	display: inline-block;
	width: 20px;
}

a#bt_twitter img {
	width: 100%;
}



/*
*	Boutons langues (FR|EN|ESP)
*/
header ul li#langue  {
	position: absolute;
	top: 10px;
	margin-left: 768px;
}

header ul li#langue a {
	font-size: 9px;
	color: grey;
}

header ul li#langue a:hover {
	color: black;
}
		
		
		
/* ***********************************
*	MENU MON COMPTE
* ************************************ */
header ul li#compte  {
	position: absolute;
	top: 54px;
	margin: 0px 0px 0px 138px;
	padding: 5px 5px ;
	width: 126px;
	border-radius: 1em;
	border-radius: 13px;
	box-shadow:  2px 2px 5px 0px rgba(0,0,0,0.2),
	-2px -2px 5px 0px rgba(0,0,0,0.2) inset,
	2px 2px 5px 0px white inset;
	
	background: #03a8e8; /* Old browsers */
	background: -moz-linear-gradient(top,  #03a8e8 0%, #0078b2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#03a8e8), color-stop(100%,#0078b2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #03a8e8 0%,#0078b2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #03a8e8 0%,#0078b2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #03a8e8 0%,#0078b2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #03a8e8 0%,#0078b2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03a8e8', endColorstr='#0078b2',GradientType=0 ); /* IE6-9 */
}

header ul li#compte b {
	font-size: 17px;
	font-family: 'londrina';
	font-weight: normal;
	color: white;
}



header ul li#compte form  {
	height: 0px;
	overflow: hidden;
	
	transition:			height 0.5s;
	-ms-transition:		height 0.5s; 
	-webkit-transition:	height 0.5s; 
	-o-transition:		height 0.5s; 
	-moz-transition:	height 0.5s; 
}

header ul li#compte:hover form  {
	height: 190px;
}

header ul li#compte form p {
	padding-bottom: 5px;
	margin: 3px 0px 3px 6px;
}

header ul li#compte form p a {
	color: black;
}

header ul li#compte form label {	
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.5em;

}

header ul li#compte form input {	
	border-radius: 1em;
	border: none;
	padding: 4px 10px;
	width: 90px;
	
	font-size: 11px;
	
	box-shadow:  -2px -2px 5px 0px white inset,
	2px 2px 5px 0px rgba(0,0,0,0.2) inset;
}

header ul li#compte img#dropmenu {
	transform: rotate(270deg);
	-ms-transform: rotate(270deg); 
	-webkit-transform: rotate(270deg); 
	-o-transform: rotate(270deg); 
	-moz-transform: rotate(270deg);  
	
	transition:			all 0.5s;
	-ms-transition:		all 0.5s; 
	-webkit-transition:	all 0.5s; 
	-o-transition:		all 0.5s; 
	-moz-transition:	all 0.5s; 
}

header ul li#compte:hover img#dropmenu {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg); 
	-webkit-transform: rotate(360deg); 
	-o-transform: rotate(360deg); 
	-moz-transform: rotate(360deg);  
}

/*
				<p>
				<input name="recherche" id="recherche" type="text" value="Recherche">
				<input src="images/menus/recherche.png" class="submitrecherche" alt="Recherche dans le site web" type="image">
				</p>

*/



		


/* ***********************************
*	MENU RECHERCHE
* ************************************ */
header ul li#recherche  {
	font-size: 17px;
	font-family: 'londrina';
	font-weight: normal;
	color: white;
	
	position: absolute;
	top: 45px;
	margin: 0px 0px 0px 308px;
	padding: 0;
	width: 226px;
}

header ul li#recherche form input#recherche {
	border-top-left-radius: 1em;
	border-bottom-left-radius: 1em;
	width: 150px;
	border: none;
	padding: 4px 10px;
	margin: 0px;
	
	font-size: 11px;
	height: 18px;
	
	box-shadow:  -2px -2px 5px 0px white inset,
	2px 2px 5px 0px rgba(0,0,0,0.2) inset;
}

header ul li#recherche form input.submitrecherche {
	font-family: 'londrina';
	color: white;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	
	height: 20px;
	width: auto;
	margin: 0px;
	padding: 4px 10px;
	border-top-right-radius: 1em;
	border-bottom-right-radius: 1em;
	border: none;
	background-color: #555;
	position: relative;
	top: 11px;
	left: -5px;
}

header ul li#recherche form input.submitrecherche:hover {
	background-color: black;
}






/* ***********************************
*	SECTION PRINCIPALE
* ************************************
*/
section#principale {
	padding: 90px 76px 0px 76px;
	margin: auto;
	width: 932px;
	
	background-image: url("../images/menus/bg_feuillage_A.png"), url("../images/menus/bg_feuillage_B.png")/*, url("../images/menus/bg_feuillage_C.png"), url("../images/menus/bg_feuillage_D.png")*/;
	background-position: 991px 90px, 16px 100%/*, 991px 100%/*, 100% 29px*/;
	background-repeat: no-repeat;
}


section#principale div {
	width: 780px;
	margin: auto;
	padding: 50px 60px 123px 60px;
	box-shadow: 0px -10px 10px  15px rgba(0,0,0,0.2); 
	
	background-color: white;
}

section#principale div article {
	margin: 0px 36px 36px 0px;
	float: left;
}

section#principale div article.right	 {
	margin-right: 0px;
}









/* ***********************************
*	ARTICLES - LIVRES
* ************************************
*/
section#principale div article.livres {
	padding: 20px;
	width: 326px;
	border-radius: 1em;
	border: 3px solid rgb(255,248,170); /* Vert pâle */
	box-shadow:  2px 2px 5px 0px rgba(0,0,0,0.2);
	background-color: white;
}

section#principale div article.livres p.c1 {
	float: left;
	width: 133px;
	margin-right: 30px;
}

section#principale div article.livres p.c1 img {
	box-shadow:  2px 2px 5px 0px rgba(0,0,0,0.2);
}

section#principale div article.livres p.infos_livres {
	color: grey;
}

section#principale div article.livres p.infos_livres a {
	color: grey;
}

section#principale div article.livres p.infos_livres a:hover {
	color: black;
}

section#principale div article.livres p.infos_livres span.titre{
	font-family: 'londrina';
	line-height: 1.1em;
	color: #fcaf17; /* Jaune orange */
	font-size: 22px;
}








/* ***********************************
*	ARTICLES - PROMO
* ************************************
*/
section#principale div article.promo {
	padding: 0px;
	width: 372px;
}

section#principale div article.promo img {
	padding: 0px;
	width: 366px;
	border-radius: 1em;
	border: 3px solid rgb(255,248,170); /* Vert pâle */
	box-shadow:  2px 2px 5px 0px rgba(0,0,0,0.2);
	background-color: white;
}






/* ***********************************
*	ARTICLES - CITATIONS
* ************************************
*/
section#principale div article.citation {
	padding: 20px;
	width: 326px;
	color: #fcaf17; /* Jaune orange */
}

section#principale div article.citation p.citation {
	font-family: 'londrina';
	font-size: 26px;
	line-height: 1.1em;
}
section#principale div article.citation p.citation:before {
	content: url('../images/menus/guillement_ouvrant.png'); 
}

section#principale div article.citation p.citation:after{
	content: url('../images/menus/guillement_fermant.png'); 
}

section#principale div article.citation p.signature {
	margin-top: 0.3em;
}

section#principale div article.citation p.signature a {
	color: #fcaf17; /* Jaune orange */
}

section#principale div article.citation p.signature a:hover {
	color: black; 
}










/* ***********************************
*	LIVRE - DÉTAIL
* ************************************
*/
section#principale div article.livre_detail {

}

section#principale div article.livre_detail p.c1{
	width: 314px;
	float: left;
	margin-right: 30px;
}

section#principale div article.livre_detail p.c1  img.c1 {
	box-shadow:  2px 2px 5px 0px rgba(0,0,0,0.2);
}

section#principale div article.livre_detail p.titre {
	font-family: 'londrina';
	font-size: 26px;
	line-height: 1.1em;
	color: #fcaf17; /* Jaune orange */
	
	margin-bottom: 0.4em;
	margin-left: 344px;
}


section#principale div article.livre_detail p.appreciation {
	color: #fcaf17; /* Jaune orange */
	margin-bottom: 1.5em;
	margin-left: 344px;
}

section#principale div article.livre_detail p.appreciation a {
	color: #fcaf17; /* Jaune orange */
}


section#principale div article.livre_detail p.achat {
	color: rgb(0,142,204);
	
	margin-bottom: 1em;
	margin-left: 344px;
}

section#principale div article.livre_detail p.achat a {
	text-decoration: none;
	color: white;
	text-align: center;
	
	display; block;
	margin: 0px 15px 0px 0px;
	padding: 7px ;
	width: 100px;
	border-radius: 1em;
	float: left;
	border: 4px solid #03a8e8;
	
	box-shadow:  2px 2px 5px 0px rgba(0,0,0,0.2),
	-2px -2px 5px 0px rgba(0,0,0,0.2) inset,
	2px 2px 5px 0px white inset;
	
	background: #03a8e8; /* Old browsers */
	background: -moz-linear-gradient(top,  #03a8e8 0%, #0078b2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#03a8e8), color-stop(100%,#0078b2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #03a8e8 0%,#0078b2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #03a8e8 0%,#0078b2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #03a8e8 0%,#0078b2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #03a8e8 0%,#0078b2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03a8e8', endColorstr='#0078b2',GradientType=0 ); /* IE6-9 */
	
	margin-bottom: 1em;
}

section#principale div article.livre_detail p.achat a b {
	font-family: 'londrina';
	font-size: 18px;
	line-height: 1.1em;
}

section#principale div article.livre_detail p.promo {
	width: 400px;
	float: left;
	clear: right;
	margin-bottom: 1em;
}

section#principale div article.livre_detail p.promo img {
	width: 100%;
}

section#principale div article.livre_detail p.infos_livres {
	-moz-column-count:2; /* Firefox */
	-webkit-column-count:2; /* Safari and Chrome */
	-o-column-count:2; 
	-ie-column-count:2; 
	column-count:2;
	
	margin-top: 2em ;
	margin-bottom: 2em ;
	margin-left: 344px;
	width: 400px;
	color: grey;
}
section#principale div article.livre_detail p.infos_livres a  {
	color: grey;
}

section#principale div article.livre_detail p.description {
	margin-bottom: 1em;
	margin-left: 344px;
}

section#principale div article.livre_detail p.extrait {
	color: rgb(0,142,204);
	margin-left: 344px;
}

section#principale div article.livre_detail p.extrait a {
	color: rgb(0,142,204);
}

section#principale div article.livre_detail p.extrait a:hover {
	color: black;
}





/* ***********************************
*	BLOGUE
* ************************************
*/
section#principale div article.blogue  p.titre {
	font-family: 'londrina';
	font-size: 26px;
	line-height: 1.1em;
	color: #fcaf17; /* Jaune orange */
}

section#principale div article.blogue + article.blogue {
	border-top: 1px dotted #fcaf17;
	padding-top: 36px;
	margin-bottom: 36px;
}
 {
	font-family: 'londrina';
	font-size: 26px;
	line-height: 1.1em;
	color: #fcaf17; /* Jaune orange */
	
	margin-bottom: 36px;
}


section#principale div article.blogue  p.image {
	float: left;
	margin: 0 36px 36px 0;
}






/* ***********************************
*	FOOTER
* ************************************
*/

footer {
	width: 100%;
	height: 123px;
	position: absolute;
	bottom: 0px;
	z-index: 20;
	padding: 131px 0px 0px 0px;
	margin: 0px;
	
	background-image: url("../images/menus/bg_bamboo.png"), url("../images/menus/bg_panda.png");
	background-position: 0px 10px, 100% 29px;
	background-repeat: no-repeat;
}

footer ul {
	color: grey;
	width: 100%;
	padding: 10px 0px ;
	list-style-type: none;
	box-shadow: 0px 10px 10px  15px black; 
	
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #353535 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#353535)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #000000 0%,#353535 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #000000 0%,#353535 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #000000 0%,#353535 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #000000 0%,#353535 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#353535',GradientType=0 ); /* IE6-9 */

}

footer ul li {
	margin: 2px auto;
	width: 650px;
}

footer a {
	color: grey;
}

footer a:hover {
	color: white;
}

img#bg_cheval {
	display: block;
	position: absolute;
	margin-left: -200px;
	top: 224px;
	z-index: 15;
}

img#bg_chien {
	display: block;
	position: absolute;
	margin-left: 780px;
	top: 46px;
	z-index: 16;
}

img#bg_canard {
	/*display: block;*/
	position: absolute;
	margin-left: 810px;
	top: 454px;
	z-index: 16;
}
	