@charset "utf-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
}

/* GENERAL */
.txtPetit{
	font-size:0.8em;
}
.txtGrand{
	font-size:1.2em;
}
.divClear{
	clear:both;
}
img{
	border:0px;
}

hr{
	margin:25px;
    border:0px;
	border-bottom:2px #777 dotted;
    
}

iframe{
	border:none;
	margin: 0;
	padding: 0;
	overflow:hidden;
}

body{
	background-color:#fff;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
	font-family: 'Open Sans', sans-serif;
}
#divLizere{
	display:block;
	position:absolute;
	left:20px;
	top:60px;
	width:95%;
	height:25px;
	background-color:#e18e4f;
	z-index:1;
	
}
.divConteneurGlobal{
	display:block;
	width:1020px;
	min-height:400px;
	margin:auto;
	margin-top:0px;
	margin-bottom:30px;
	background-color:transparent;
	z-index:1;
	position:relative;
}
/* HEADER */

header{
	display:block;
	width:100%;
	height:160px;
	margin:auto;
	margin-top:0px;
	z-index:100;
	position:relative;
	/* background-color:#C96; */
}
.divLogo{
	position:absolute;
	display:block;
	width:400px;
	top:16px;
	left:5px;
	z-index:100;
}
.divLogo img{
	width:100%;
}

.divBtnHD{
	position:absolute;
	display:block;
	padding:5px;
	top:5px;
	right:5px;
	z-index:1000;
}
	.divPictoHD{
		display:block;
		float:right;
		text-align:right;
		margin-left:5px;
		width:35px;
		z-index:1000;
	}
	.divPictoHD img{
		width:100%;
		border-radius:3px;
		transition:all 0.5s
	}
	.divPictoHD img:hover{
		box-shadow:1px 1px 4px rgba(0,0,0,0.2);
	}
	.divLangHD{
		display:block;
		float:right;
		text-align:right;
		margin-right:4px;
		margin-left:4px;
	}


.divSousTitreSite{
	position:absolute;
	display:block;
	top:65px;
	right:0px;
	z-index:100;
	text-align:right;
}
.divSousTitreSite h2{
	font-family: 'Josefin Slab', serif;
	font-size:20px;;
	letter-spacing:3px;
	color:#fff;
	font-weight:bold;
	font-style:italic;
}

.divMenu{
	position:absolute;
	top:100px;
	right:0px;
	margin:auto;
	/* background-color:#FF0; */
	z-index:1000;
}
.divConteneurContenu{
	display:block;
	width:90%;
	margin-left:10%;
	margin-right:0%;
	padding:0px;
	min-height:350px;
	margin-top:0px;
	background-image:url(../images/bg_contenu.jpg);
	background-position:top left;
	background-repeat:repeat;
	border-radius:15px;
	z-index:1;
}
.divOmbreH{
	display:block;
	width:100%;
	height:40px;
	background-image:url(../images/ombre_H.png);
	background-position:top left;
	background-repeat:no-repeat;
}
.divOmbreB{
	display:block;
	width:100%;
	height:40px;
	background-image:url(../images/ombre_B.png);
	background-position:bottom left;
	background-repeat:no-repeat;
}




/*************** CONTENU *********************/
.divContenu {
	display:block;
	min-height:300px;
	width:95%;
	padding-left:2.5%;
	padding-right:2.5%;
	padding-top:30px;
	text-align:left;
	font-family: 'Lato', sans-serif;
	font-size:1.0em;
	color:#333;
	position:relative;
}


.divTitrePage{
	text-align:right;
	margin-bottom:50px;
}


.divContenu h1{
	font-family: 'Josefin Slab', serif;
	font-size:1.7em;
	color:#6d6268;
	line-height:1.0em;
	margin-top:0px;
	padding-top:0px;
	margin-bottom:15px;
	font-weight:bold;

}
.divContenu h2{
	font-family: 'Josefin Slab', serif;
	font-size:1.4em;
	line-height:1.0em;
	color:#807079;
	margin-top:0px;
	margin-bottom:15px;
}

.divContenu td{
	padding:5px;
}

.divContenu ul{
	margin:10px;
	margin-left:50px;
}

.divContenu a{
	color:#ed8a3e;
	text-decoration:none;
}
.divContenu a:hover{
	color:#333;
	text-decoration:none;
}

.divArticleContenu{
	margin-bottom:30px;
}

.divContenu p{
	margin-top:10px;
}

.divContenu img{
}

/*************** ACCUEIL ***/

.divAccueilColD{
	display:block;
	float:right;
	width:55%;
	margin-left:5%;
	position:relative;
}
.divAccueilBlocMenu1{
	display:inline-block;
	box-sizing:border-box;
	width:100%;
	max-width:320px;
	padding-right:20px;
	padding-top:9px;
	overflow:visible;
	position:relative;
	text-align:right;
	margin-bottom:15px;
}
.divAccueilBlocMenu1 h1{
	display:inline-block;
	background-image:url(../images/bg_titre_accueil_1.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding:7px 15px 7px 40px;
	font-size:36px;
	color:#fff;
	text-shadow:none;
}
.divAccueilBlocMenu2{
	display:inline-block;
	width:100%;
	max-width:320px;
	padding-left:20px;
	padding-top:9px;
	overflow:visible;
	position:relative;
	text-align:left;
	margin-bottom:15px;
}
.divAccueilBlocMenu2 h1{
	display:inline-block;
	background-image:url(../images/bg_titre_accueil_2.png);
	background-position:top right;
	background-repeat:no-repeat;
	padding:7px 40px 7px 15px;
	font-size:36px;
	color:#fff;
	text-shadow:none;
}
.divAccueilBlocMenu1 h1,
.divAccueilBlocMenu2 h1{
	font-size:36px;
	color:#fff;
	text-shadow:none;
}
.divAccueilBlocMenu1 a,
.divAccueilBlocMenu2 a{
	color:#555;
	font-size:22px;
}
.divAccueilBlocMenu1 a:hover,
.divAccueilBlocMenu2 a:hover{
	color:#000;
}
.divAccueilColG{
	display:block;
	float:right;
	width:40%;
	position:relative;
}
.divAccueilLivre{
	padding-left:10px;
}
.divAccueilLivre img{
	box-shadow:#dcbe67 2px 2px 10px;
}


/* ARTICLES PAGES RESUMES */

.divPhotoArticleResumeLeft{
	display:block;
	float:left;
	width:35%;
	margin-right:2%;
}
.divTexteArticleResumeLeft{
	display:block;
	float:left;
	width:60%;
}
.divPhotoArticleResumeRight{
	display:block;
	float:right;
	width:35%;
	margin-left:2%;
}
.divTexteArticleResumeRight{
	display:block;
	float:right;
	width:60%;
}
.divPhotoArticleResumeLeft img, .divPhotoArticleResumeRight img{
	width:100%;
}

/* ARTICLES PAGES */

.divPhotoArticleLeft{
	display:block;
	float:left;
	width:45%;
	margin-right:2%;
}
.divTexteArticleLeft{
	display:block;
	float:left;
	width:50%;
}
.divPhotoArticleRight{
	display:block;
	float:right;
	width:45%;
	margin-left:2%;
}
.divTexteArticleRight{
	display:block;
	float:right;
	width:50%;
}
.divPhotoArticleLeft img, .divPhotoArticleRight img{
	width:100%;
}


/* ARTICLES PAGES */

	/* Animation de l'arrivée des articles 
	à associer avec du jquery !!!
	
	.divArticleContenu{
		padding-bottom:20px;
		margin-top:100px;
		margin-bottom:20px;
		transition:all 1s;
		opacity:0.0;
	}
	.divArticleContenu.comeIn{
		margin-top:0px;
		opacity:1.0;
	}
	*/
/* alternance paragraphes des articles à gauche et à droite */
.divArticleContenu{
	box-sizing:border-box;
	max-width:640px;
	margin:30px auto;
}
.divArticleContenu:nth-child(2n+1){
	padding-right:15%;
}
.divArticleContenu:nth-child(2n){
	padding-left:15%;
}

.divArticleContenu h2{
	margin-top:15px;
	padding-top:0px;
}

.divTexteArticle{
	display:block;
	float:none;
	width:100%;
	margin:auto;
	max-width:640px;
}

.divPhotoSeule{
	display:block;
	margin:auto;
	text-align:center;
}

.divPhotoArticleLeft,
.divPhotoArticleLeftBig{
	display:block;
	float:left;
	text-align:right;
	margin-right:2%;
	margin-top:15px;
}

.divTexteArticleLeft,
.divTexteArticleLeftBig{
	display:block;
	float:left;
	padding-top:15px;
}
.divPhotoArticleRight,
.divPhotoArticleRightBig{
	display:block;
	float:right;
	text-align:left;
	margin-left:2%;
}
.divTexteArticleRight,
.divTexteArticleRightBig{
	display:block;
	float:right;
}

.divPhotoArticleLeft,
.divPhotoArticleRight
{
		width:45%;
}
.divTexteArticleLeft,
.divTexteArticleRight
{
		width:50%;
}
.divPhotoArticleLeftBig,
.divPhotoArticleRightBig{
		width:75%;
}
.divTexteArticleLeftBig,
.divTexteArticleRightBig{
		width:20%;
}

.divPhotoArticleLeft  img, 
.divPhotoArticleRight  img,
.divPhotoArticleLeftBig img, 
.divPhotoArticleRightBig img,
.divPhotoSeule img{
	max-width:100%;
	height:auto;
	margin-bottom:10px;
	border-radius:0px;
}

.divLegendePhotoArticle{
	font-size:0.6em;
	font-style:italic;
	text-align:right;
	padding-right:5px;
	margin-top:-28px;
	color:rgba(255,255,255,0.7);
	text-shadow:1px 1px 0px rgba(0,0,0,0.5);
}
.divPhotoSeule .divLegendePhotoArticle{
	text-align:center;
	font-size:0.8em;
	margin-top:-10px;
}
	.divCorpsArticle{
		padding-left:0px;
	}
	
	.divCorpsArticle a,
	a.lienCorpsArticle,
	a.lienCorpsArticleBack{
		display:inline-block;
		border-bottom:2px #ed8a3e dotted;
		padding:1px 5px;
		transition:all 0.5s;
		margin:1px;
	}
	.divCorpsArticle a::before,
	a.lienCorpsArticle::before{
		content:"› ";
	}
	a.lienCorpsArticleBack::before{
		content:"‹ ";
	}
	.divCorpsArticle a:hover,
	a.lienCorpsArticle:hover,
	a.lienCorpsArticleBack:hover{
		color:#fff;
		border-radius:4px;
		background-color:#ed8a3e;
		border-bottom-style:solid;
	}
	.divCorpsArticle p{
		padding-top:5px;
		padding-bottom:5px;
		margin-top:10px;
	}
	.divCorpsArticle p:first-child{
		padding-top:0px;
		margin-top:0px;
	}
	.divCorpsArticle ul{
		margin:5px;
	}
	.divCorpsArticle li{
		margin-left: 20px;
	}
	.divCorpsArticle img{
		max-width:100%;
	}
	.divCorpsArticle blockquote{
			margin-left:20px;
			border-left:5px #ccc solid;
			padding-left:15px;
			
	}
	.divListePdfsArticle{
		padding:15px;
	}
	.divListePdfsArticle > a{
		display:block;
	}
	.divListePdfsArticle > a > img{
		width:20px;
		margin-right:5px;
	}
	.divLirelasuiteArticle{
		text-align:right;
		margin:10px 0px;
	}
	.divLirelasuiteArticle > a{
		color:#cb1700;
		background-color:#ffbb9e;
		box-shadow:2px 2px 4px rgba(0,0,0,0.2);
		font-size:1.2em;
	}
	.divLienRetourFamille{
		margin:15px;
		text-align:center ;
	}
	.divLienRetourFamille > a::before{
		content:"‹ " !important;
	}

.divConteneurGallery{
  display:block;
  width: 98%;
  padding:1%;
  background-color: #dedede;
  /* à changer aussi ds royalslider/skins/default/rs-default.css !! */
  margin-bottom:15px;
  border-radius: 0px;
  text-align:center;
}
#gallery-article {
  width: 100%;
  user-select: none;
  text-align:left !important;
  margin:auto;
  padding:0px;
}

/* collections */
.divTitreCollection{
	display:block;
	width:95%;
	padding:6px 4%;
	min-height:30px;
	margin-bottom:15px;
	background-image:url(../images/bg_titre_accueil_2.png);
	background-position:top right;
	background-repeat:no-repeat;
}
.divTitreCollection a{
	color:#fff;
	font-family: 'Josefin Slab', serif;
	font-size:26px;
	font-weight:bold;
}
.divTitreCollection:hover a{
	color:#000;
}
.sousTitreLivre{
	font-size:0.75em;
}

/* Actualité */
.divArticleActuG, .divArticleActuD{
	dispay:block; width:60%;  padding-bottom:30px;
}
.divArticleActuG{
	padding-left:5%; 
	padding-right:35%;
}
.divArticleActuD{
	padding-left:35%; 
	padding-right:5%;
}

/* listes nouveautes */
.divBlocNouveaute{
	display:inline-block;
	margin:15px;
}

.divBlocNouveaute a{
	display:block;
	width:240px;
	margin:auto;
	margin-bottom:15px;
	background-color:rgba(255,255,255,0.1);
	border:#fff 1px dotted;
	border-radius:20px;
	color:#73656e;
	font-weight:normal;
	text-decoration:none;
}
.divBlocNouveaute a:hover{
	background-color:rgba(255,255,255,0.2);
	color:#4d3d47;
	text-decoration:none;
}
.divBlocNouveauteTitre{
	display:block;
	height:45px;
	padding:15px;
	font-size:1.3em;
	line-height:1.0em;
	font-family: 'EB Garamond', serif;
	font-weight:normal;
}
.divBlocNouveauteAuteur{
	display:block;
	height:20px;
	padding-top:15px;
	font-size:0.9em;
	line-height:1.0em;
	font-style:italic;
}
.divBlocNouveauteDate{
	display:block;
	height:30px;
	padding-top:15px;
	font-size:0.8em;
	line-height:1.0em;
	font-weight:bold;
}
.divBlocNouveautePhoto{
	padding:20px;
}
.divBlocNouveautePhoto img{
	width:100%;
	box-shadow:2px 2px 8px #dcbe67;
}

/* listes livres */
.divListeCitations{
	margin:auto;
	max-width:600px;
	text-align:justify;
	color:#6d6275;
	margin-bottom:40px;
}
.divListeCitations .divBlocCitationAuteur a{
	font-style:italic;
}
.divBlocListeLivres a{
	display:block;
	width:90%;
	margin:auto;
	margin-bottom:15px;
	background-color:rgba(255,255,255,0.1);
	border:#fff 1px dotted;
	border-radius:20px;
	padding:2%;
	color:#73656e;
	font-weight:normal;
	text-decoration:none;
}
.divBlocListeLivres a:hover{
	background-color:rgba(255,255,255,0.2);
	color:#4d3d47;
	text-decoration:none;
}
	.divBlocListeLivresTitre{
		display:block;
		float:left;
		width:40%;
		margin-right:5%;
		font-size:1.8em;
		line-height:1.0em;
		font-family: 'EB Garamond', serif;
		font-weight:normal;
	}
	.divBlocListeLivresAuteur{
		display:block;
		float:left;
		width:15%;
		margin-right:2%;
		padding-top:15px;
		font-size:1.1em;
		line-height:1.0em;
		font-style:italic;
	}
	.divBlocListeLivresCaracteristiques{
		display:block;
		float:left;
		width:24%;
		margin-right:2%;
		text-align:right;
		padding-top:20px;
	}
	.divBlocListeLivresCitation{
		display:block;
		float:left;
		width:75%;
		margin-right:15%;
		padding-top:10px;
		text-align:justify;
	}
		.divBlocListeLivresCitationAuteur{
			font-weight:bold;
			text-align:left;
		}
	.divBlocListeLivresPhoto{
		display:block;
		float:left;
		width:10%;
		max-width:80px;
	}
	.divBlocListeLivresPhoto img{
		width:100%;
		box-shadow:2px 2px 8px #dcbe67;
	}

/* liste calssement par titre livre */
.divBlocLivre{
	margin-left:5%;
	margin-bottom:10px;
}
.divBlocLivre a{
	display:block;
	width:90%;
	margin:auto;
	margin-bottom:5px;
	background-color:rgba(255,255,255,0.1);
	border:#fff 1px dotted;
	border-radius:10px;
	padding:2%;
	font-family: 'EB Garamond', serif;
	font-size:1.2em;
	color:#73656e;
	font-weight:normal;
	text-decoration:none;
}
.divBlocLivre a:hover{
	background-color:rgba(255,255,255,0.2);
	color:#4d3d47;
	text-decoration:none;
}
.divBlocLivreTitre{
	display:block;
	float:left;
	width:60%;
	margin-right:5%;
	color:#6e6369;
	font-family: 'EB Garamond', serif;
	margin-right:5%;
	font-size:1.2em;
	line-height:1.0em;
}
.divBlocLivreAuteur{
	display:block;
	float:left;
	width:30%;
	font-style:italic;
}


/* liste calssement par auteurs */
.divBlocAuteur{
	border:#e18e4f 1px solid;
	border-radius:20px;
	padding:10px;
	margin-bottom:20px;
	padding-left:2%;
	margin-left:5%;
}
.divBlocAuteurLibelle{
	display:block;
	float:left;
	width:45%;
	color:#6e6369;
	margin-right:5%;
	font-size:1.2em;
	line-height:1.0em;
	font-style:italic;	
	margin-bottom:15px;
}
.divBlocAuteurLivres{
	display:block;
	float:left;
	width:50%;
}
.divBlocAuteurLivres a{
	display:block;
	width:90%;
	margin:auto;
	margin-bottom:5px;
	background-color:rgba(255,255,255,0.1);
	border:#fff 1px dotted;
	border-radius:10px;
	padding:2%;
	font-family: 'EB Garamond', serif;
	font-size:1.2em;
	color:#73656e;
	font-weight:normal;
	text-decoration:none;
}
.divBlocAuteurLivres a:hover{
	background-color:rgba(255,255,255,0.2);
	color:#4d3d47;
	text-decoration:none;
}


/* fiche livre */

.divFicheLivreColD{
	display:block;
	float:right;
	width:15%;
	padding:2%;
	margin-left:1%;
	border:1px #e18e4f solid;
	border-radius:10px;
	text-align:right;
	margin-bottom:50px;
}
.divFicheLivreColG{
	display:block;
	float:right;
	width:75%;
	padding:2%;
	border:1px #e18e4f solid;
	border-radius:10px;
	text-align:left;
	margin-bottom:20px;
}

.divFicheLivreActions a,
#inlineCmd a{
	display:block;
	width:96%;
	padding-left:2%;
	padding-right:2%;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:10px;
	margin-bottom:5px;
	color:#fff;
	text-decoration:none;
	background-color:#e18e4f;
	border-radius:5px;
	box-shadow:#cab26a 2px 2px 4px;
}
.divFicheLivreActions a:hover,
#inlineCmd a:hover{
	color:#fff;
	text-decoration:none;
	background-color:#6f646a;
}

.divFicheLivrePhoto{
	display:block;
	float:left;
	width:33%;
	max-width:300px;
	margin-right:4%;
	margin-bottom:2%;
	text-align:right;
}

.divFicheLivrePhoto img{
	width:100%;
	box-shadow:#cab26a 3px 3px 10px;
}
.divFicheLivreResume{
	display:block;
	float:left;
	width:60%;
}
.divFicheLivreResume h1{
	font-family: 'EB Garamond', serif;
	font-size:2.0em;
	font-weight:normal;
}



/* FORMS */

.divFormColG{
	display:block;
	width:28%;
	float:left;
	text-align:right;
	margin-right:2%;
	margin-top:2px;
	margin-bottom:2px;
	clear:both;
}
.divFormColD{
	display:block;
	width:70%;
	float:left;
	text-align:left;
	margin-top:2px;
	margin-bottom:2px;
	
}
input, textarea, select, a.lienCmd{
	background-color:#fff; 
	border: #e18e4f 1px solid; 
	font-size: 1.0em;  
	color: #000; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:2px;
	-moz-border-radius: 6px;        /* Mozilla */
		-khtml-border-radius: 6px;      /* Safari et Chrome */
		-webkit-border-radius: 6px;     /* Safari sur Mac */
		border-radius: 6px;
	}
a.lienCmd{
	display:block;
	padding:5px;
	color:#e18e4f;
	font-weight:bold;
	text-decoration:none;
}
a.lienCmd:hover{
	color:#fff;
	background-color:#e18e4f;
	text-decoration:none;
}
	
/* BTN PRECEDENT LISTE SUIVANT */
#divBoutonPrecedent a,
#divBoutonListe a,
#divBoutonSuivant a,
#divBoutonSelectionner a,
#divBoutonSelectionner .divProduitSelect{
	display:block;
	float:left;
	margin-top:0px;
	margin-right:5px;
	border-radius:7px;
	width:40px;
	height:40px;
	padding:5px;
	position:relative;
	text-decoration:none;
	font-size:28px;
	line-height:1.0em;
	text-align:center;
	cursor:pointer;
	z-index:10;
	background-color:#e18e4f;
	color:#fff;
}
#divBoutonSelectionner .divProduitSelect{
	cursor:default;
}
#divBoutonSelectionner a,
#divBoutonSelectionner .divProduitSelect{
	width:auto;
	text-transform:uppercase;
	font-family:'BenchNine', sans-serif;
}
#divBoutonPrecedent a:hover,
#divBoutonListe a:hover,
#divBoutonSuivant a:hover,
#divBoutonSelectionner a:hover,
#divBoutonSelectionner .divProduitSelect{
	background-color:#6f646a;
	border-color:#fff;
	color:#fff;
	text-decoration:none;
}
#divBoutonPrecedent a img,
#divBoutonListe a img,
#divBoutonSuivant a img,
#divBoutonSelectionner a img,
#divBoutonSelectionner .divProduitSelect img{
	height:100%;
	width:auto;
	opacity:0.6;
}
#divBoutonPrecedent a:hover img,
#divBoutonListe a:hover img,
#divBoutonSuivant a:hover img,
#divBoutonSelectionner a:hover img,
#divBoutonSelectionner .divProduitSelect img{
	opacity:1.0;
}

/*** FOOTER ***/
.divConteneurFooter{
	display:block;
	width:90%;
	margin-left:10%;
	margin-right:0%;
	padding:0px;
	margin-top:20px;
	margin-bottom:100px;
	/* background-color:rgba(255,255,255,0.5); */
	border: #ddd 0px dotted;
	z-index:1;
	border-radius:15px;
}

footer{
	display:block;
	width:96%;
	padding-right:2%;
	padding-left:2%;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	color:#999;
	font-size:0.8em;
}
footer a, footer a.mailto{
	color:#999;
	text-decoration:none;
	text-shadow:none;
}
footer a:hover, footer a.mailto:hover{
	color:#555;
	text-shadow:none;
	text-decoration:underline;
}

.divMenuFooterRef{
	display:block;
	margin: 30px auto;
	max-width:840px;
	text-align:justify;
}
.divMenuFooterRef a, .divMenuFooterRef a:hover{
	color:#999;
	font-size:1.0em;
	text-decoration:none;
	font-weight:normal;
}
.divMenuFooterRef a::before{
	content:"› ";
}
.divMenuFooterRef a.titreThematique::before{
	content:"";
}

.divMenuFooterRef a:hover{
	color:#333;
}

.divTitreThematiquesFooter{
	text-align:center;
	text-transform:uppercase;
	cursor:pointer;
}
.divConteneurManuFooterThematiques{
	width:100%;
	max-width:300px;
	margin:auto;
	display:none;
}

.divDobeul{
	margin-top:100px;
	display:block;
	padding:2px;
	text-align:right;
	font-size:10px;
}
.divDobeul a{
	color:#ccc;
	text-decoration:none;
	text-shadow:none;
}
.divDobeul a:hover{
	color:#999;
	text-decoration:none;
}
.divLegal{
	text-align:center;
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.8em;
	padding:20px;
}


.menuFooter{
	display:inline;
	font-size:0.8em;
	text-decoration:none;
	color:#fff;
}
.menuFooter:hover{
	text-decoration:underline;
	color:#fff;
}

.menuFooterSelect{
	display:inline;
	font-size:0.8em;
	text-decoration:none;
	color:#ff3300;
}

/* RESEAUX */

.divLiensPartageReseauxArticle{
	margin-top:25px;
	margin-bottom:-50px;
	text-align:right;
}
.divLiensPartageReseauxArticle a img{
	width:16px;
	height:auto;
	border-radius:2px;
	opacity:0.6;
	margin:2px;
	box-shadow:2px 2px 3px rgba(0,0,0,0.2);
}
.divLiensPartageReseauxArticle a:hover img{
	opacity:1.0;
}
.divLiensPartageReseauxFooter{
	margin:auto;
	text-align:center;
	padding:5px;
}
.divLiensPartageReseauxFooter a img{
	width:20px;
	height:auto;
	border-radius:2px;
	opacity:0.8;
	margin:4px;
}
.divLiensPartageReseauxFooter a:hover img{
	opacity:1.0;
}



@media screen and (max-width:1200px){
	.divConteneurGlobal{
		width:92%;
	}
	#divLizere{
		left:0px;
		width:100%;
	}
}
@media screen and (max-width:1000px){
	.divConteneurGlobal{
		width:98%;
	}
	header{
		/* background-color:#C96; */
	}
	.divLogo{
		left:20px;
	}

}

@media screen and (max-width:720px){
	/*************** ACCUEIL ***/
	.divAccueilBlocMenu1 h1,
	.divAccueilBlocMenu2 h1{
		font-size:30px;
	}
	.divAccueilBlocMenu1 a,
	.divAccueilBlocMenu2 a{
		font-size:18px;
	}
}

@media screen and (max-width:640px){
	header{
		display:block;
		width:100%;
		height:150px;
		margin:auto;
		margin-top:0px;
		z-index:100;
		position:relative;
	}
	#divLizere{
		top:30px;
	}
	.divLogo{
		position:absolute;
		width:280px;
		top:2px;
		left:15px;
	}
	.divSousTitreSite{
		position:absolute;
		display:block;
		top:35px;
		right:0px;
		z-index:100;
		text-align:right;
	}
	.divSousTitreSite h2{
		font-family: 'Josefin Slab', serif;
		font-size:20px;;
		letter-spacing:3px;
		color:#fff;
		font-weight:bold;
		font-style:italic;
	}
	.divMenu{
		position:absolute;
		top:85px;
		right:0px;
		width:100%;
		margin:auto;
		z-index:1000;
	}
	.divConteneurContenu, .divConteneurFooter{
		width:96%;
		margin-left:2%;
		margin-right:2%;
		}
		
	/* ARTICLES PAGES & RESUMES */

	.divPhotoArticleResumeLeft, .divTexteArticleResumeLeft, .divPhotoArticleResumeRight, .divTexteArticleResumeRight,
	.divBlocListeLivresTitre, .divBlocListeLivresAuteur, .divBlocListeLivresCaracteristiques, .divBlocListeLivresCitation, .divBlocListeLivresPhoto,
	.divFicheLivreColG,.divFicheLivreColD,
	.divArticleActuG, .divArticleActuD, 
	.divBlocAuteurLibelle, .divBlocAuteurLivres,
	.divBlocLivreTitre, .divBlocLivreAuteur,
	.divAccueilColD, .divAccueilColG,
	.divPhotoArticleLeft, .divTexteArticleLeft, .divPhotoArticleRight, .divTexteArticleRight, .divArticleColG, .divArticleColD, 
	.divFormColG, .divFormColD{
		float:none;
		width:92%;
		padding-left:0px;
		padding-left:0px;
	}
	.divBlocListeLivresCaracteristiques{
		padding:10px;
		text-align:left;
	}
	.divBlocListeLivresCitation{
		margin-bottom:15px;
	}
	
	.divFormColG{
		text-align:left;
	}
	.divAccueilColG{
		text-align:center;
	}
	.divAccueilBlocMenu2{
		left:0px;
	}
}
@media screen and (max-width:460px){
	.divLogo{
		width:260px;
		top:6px;
		left:10px;
	}
	.divSousTitreSite h2{
		font-size:15px;;
		letter-spacing:2px;
		color:#6e6369;
	}
	.divSousTitreSite{
		top:60px;
	}
	.divFicheLivrePhoto{
		float:none;
		width:100%;
		max-width:240px;
		margin:auto;
		margin-bottom:10px;
		text-align:center;
	}
	.divFicheLivreResume{
		float:none;
		width:100%;
	}
	.divTitreCollection a{
		font-size:19px;
		padding-top:3px;
	}
}