Image de body background full responsive :

@charset "utf-8";

html {
	overflow: scroll;
}
html, body {
	height: 100 %;
}
img.backgroundfront {
    position:fixed;
    top:0;
    left:0;
    z-index: 100;
}
body {
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
	/*height: 828px;*/
	height: 100%;
	min-height: 100%;
	background-image: url(/images/fonds/fond-flou-lumineux.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #FFF;
	background-size: cover;
	position: relative;
	overflow: scroll;
}
table#table-titre,
table#table1,
table#table2,
table#table3,
table#table4,
table#table5,
table#table6,
table#table7,
table#table8,
table#table-fin {
    width: 100%; 
    margin-left: auto; 
    margin-right: auto;
	border-spacing: 0px;
}

/*
th { 
 border-width:1px;
 border-style:solid; 
 border-color:red;
}
td { 
 border-width:1px;
 border-style:solid; 
 border-color:red;
}
*/

a:link,
a:visited,
a:hover
a:active {
	text-decoration: none;
}
@font-face {
    font-family: 'GeosansLight';
	src: url('GeosansLight.ttf') format('truetype');
}





/*----------Titre de la page----------*/

.titre {
	color: #666;
	letter-spacing: 7px;
	text-shadow: 4px 10px 12px rgba(0,0,0,0.7);
	padding: 0px 0px 0px 0px;
	font-family: 'GeosansLight', Verdana, Geneva, sans-serif;
	font-size:  60px;
	font-weight: lighter;
	line-height: 20px;
	width: 600px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.titre a:link,
.titre a:visited,
.titre a:active {
	color:  #666;
}
.titre a:hover {
	color: #fff;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.initiale {
	font-size: 1.5em;
	margin-right: -5px;
	margin-left: 0px;
}

.inter-titre-1 {
	height: 10px;
	background-color: rgba(0,0,0,0.4);
}
.inter-titre-2 {
	height: 1px;
	background-color: rgba(0,0,0,0.4);
}
.inter-titre-3 {
	height: 10px;
	background-color: rgba(255,255,255,0.6);
}
.inter-titre-4 {
	height: 3px;
	background-color: rgba(0,0,0,0.4);
}
.sous-titre {
	padding: 10px;
	font-family: 'Dosis', sans-serif;
	font-weight: bold;
	font-size: 26px;
	text-align: center;
	vertical-align: middle;
	background-color: rgba(255,255,255,0.2);
}
.sous-titre a:link,
.sous-titre a:visited,
.sous-titre a:hover {
	color: #000;
	text-decoration: none;
}
.sous-titre a:hover {
	color: #fff;
	text-shadow: 1px 1px 10px rgba(0,0,0,0.5);
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}







/*----------Articles actualité----------*/

.contenu-img {
	text-align: center;
	padding-top: 0px;
	vertical-align:top;
}

.contenu-texte {
	background-color: rgba(255,255,255,0.4);
	vertical-align: top;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	margin: 0px auto;
/*    -khtml-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
*/
}
.titre-texte {
	font-family: 'Dosis', sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
}
.titre-texte .initiale {
	margin-right: 0px;
}

.texte {
	font-family: 'Dosis', sans-serif;
	font-size: 18px;
	text-align: center;
}
.date {
	float: right;
	padding-right: 50px;
	font-family: 'Dosis', sans-serif;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 0px;
}
.inter-article {
	height: 50px;
	background-color: rgba(255,255,255,0.4);
}

.bord-parallax {
	background-color: rgba(255,255,255,0.4);
	margin: 0px auto;
}

/*parallax*/
.parallax-window250 {
    min-height: 250px;
    background: transparent;
	box-shadow: 1px 1px 50px rgba(0,0,0,1) inset, 1px 1px 50px rgba(0,0,0,1) inset, 1px 1px 50px rgba(0,0,0,1) inset, 1px 1px 50px rgba(0,0,0,1) inset;
/*	border: 3px solid #a1a1a1;*/
/*	border-radius: 25px;*/
	margin: 0px auto;
}
.parallax-window500 {
    min-height: 500px;
    background: transparent;
	box-shadow: 1px 1px 50px rgba(0,0,0,1) inset, 1px 1px 50px rgba(0,0,0,1) inset, 1px 1px 50px rgba(0,0,0,1) inset, 1px 1px 50px rgba(0,0,0,1) inset;
	margin: 0px auto;
}
.parallax-window750 {
	min-height: 750px;
    background: transparent;
	box-shadow: 1px 1px 50px rgba(0,0,0,1) inset, 1px 1px 50px rgba(0,0,0,1) inset, 1px 1px 50px rgba(0,0,0,1) inset, 1px 1px 50px rgba(0,0,0,1) inset;
	margin: 0px auto;
}
.parallax-window1000 {
	min-height: 1000px;
    background: transparent;
	box-shadow: 1px 1px 50px rgba(0,0,0,1) inset, 1px 1px 50px rgba(0,0,0,1) inset, 1px 1px 50px rgba(0,0,0,1) inset, 1px 1px 50px rgba(0,0,0,1) inset;
	margin: 0px auto;
}
/*fin parallax*/

.bord-image-fixe {
	background-color: rgba(255,255,255,0.4);
	margin: 0px auto;
	padding: 0px;
}
.image-fixe {
	background-color: rgba(255,255,255,0.4);
	text-align: center;
	padding: 0px;
	max-width: 100%;
	height: auto;
}
.cliquez-lien {
	font-family: 'Dosis', sans-serif;
	font-size: 18px;	
}
.cliquez-lien:link,
.cliquez-lien:visited,
.cliquez-lien:active {
	color: #06C;
	text-decoration: none;
}
.cliquez-lien:hover {
	color: #0CF;
	text-decoration: none;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

table#table3 tr:nth-child(3) td:nth-child(1), /*sélection : table 1 rangée 3 cellule 1*/
table#table4 tr:nth-child(3) td:nth-child(1),
table#table6 tr:nth-child(3) td:nth-child(1),
table#table7 tr:nth-child(3) td:nth-child(1),
table#table8 tr:nth-child(3) td:nth-child(1) {
        width: 25%;
}
table#table3 tr:nth-child(3) td:nth-child(2),
table#table4 tr:nth-child(3) td:nth-child(2),
table#table6 tr:nth-child(3) td:nth-child(2),
table#table7 tr:nth-child(3) td:nth-child(2),
table#table8 tr:nth-child(3) td:nth-child(2) { /*sélection : table 2 rangée 3 cellule 2*/
        width: 50%;
}
table#table3 tr:nth-child(3) td:nth-child(3),
table#table4 tr:nth-child(3) td:nth-child(3),
table#table6 tr:nth-child(3) td:nth-child(3),
table#table7 tr:nth-child(3) td:nth-child(3),
table#table8 tr:nth-child(3) td:nth-child(3) {
        width: 25%;
}
table#table2 tr:nth-child(3) td:nth-child(1),
table#table5 tr:nth-child(3) td:nth-child(1) {
		width: 20%;
}
table#table2 tr:nth-child(3) td:nth-child(2),
table#table5 tr:nth-child(3) td:nth-child(2) {
		width: 60%;
}
table#table2 tr:nth-child(3) td:nth-child(3),
table#table5 tr:nth-child(3) td:nth-child(3) {
		width: 20%
}
table#table1 tr:nth-child(3) td:nth-child(1) {
		width: 10%;
}
table#table1 tr:nth-child(3) td:nth-child(2) {
		width: 80%;
}
table#table1 tr:nth-child(3) td:nth-child(3) {
		width: 10%
}





/*----------dernières parutions----------*/

#container-livres {
	text-align: center;
}

#parutions {
	letter-spacing: 20px;
	padding: 10px;
	display: inline-block;
}
#parutions a {
	display: inline-block;
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#parutions a:hover,
#parutions a:focus {
	transform: scale(1.15);
}







/*----------Bas de page----------*/

.bouton-suiv {
	background-color: rgba(255,255,255,0.4);
}

.bouton-suiv a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: solid thin #929292;
  text-shadow: none;
  background: #F6F6F6;
  background-image: -webkit-linear-gradient(top, #F6F6F6, #DDDDDD);
  background-image: -moz-linear-gradient(top, #F6F6F6, #DDDDDD);
  background-image: -ms-linear-gradient(top, #F6F6F6, #DDDDDD);
  background-image: -o-linear-gradient(top, #F6F6F6, #DDDDDD);
  background-image: linear-gradient(to bottom, #F6F6F6, #DDDDDD);    
  color: buttontext;
  padding: 10px;
  margin: 10px;
  float: right;
  width: 110px;
  height:15px;
  line-height: 15px;
  text-decoration: none;
  font-family: 'GeosansLight', Verdana, Geneva, sans-serif;
  font-size:  14px;
  font-weight: lighter;
  text-align: center;
}

.bouton-suiv a:hover {
  background-image: -webkit-linear-gradient(top, #DDDDDD, #F6F6F6);
  background-image: -moz-linear-gradient(top, #DDDDDD, #F6F6F6);
  background-image: -ms-linear-gradient(top, #DDDDDD, #F6F6F6);
  background-image: -o-linear-gradient(top, #DDDDDD, #F6F6F6, #DDDDDD);
  background-image: linear-gradient(to bottom, #DDDDDD, #F6F6F6);
}

.bouton-prec {
	background-color: rgba(255,255,255,0.4);
}

.bouton-prec a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: solid thin #929292;
  text-shadow: none;
  background: #F6F6F6;
  background-image: -webkit-linear-gradient(top, #F6F6F6, #DDDDDD);
  background-image: -moz-linear-gradient(top, #F6F6F6, #DDDDDD);
  background-image: -ms-linear-gradient(top, #F6F6F6, #DDDDDD);
  background-image: -o-linear-gradient(top, #F6F6F6, #DDDDDD);
  background-image: linear-gradient(to bottom, #F6F6F6, #DDDDDD);    
  color: buttontext;
  padding: 10px;
  margin: 10px;
  float: left;
  width: 120px;
  height:15px;
  line-height: 15px;
  text-decoration: none;
  font-family: 'GeosansLight', Verdana, Geneva, sans-serif;
  font-size:  14px;
  font-weight: lighter;
  text-align: center;
}

.bouton-prec a:hover {
  background-image: -webkit-linear-gradient(top, #DDDDDD, #F6F6F6);
  background-image: -moz-linear-gradient(top, #DDDDDD, #F6F6F6);
  background-image: -ms-linear-gradient(top, #DDDDDD, #F6F6F6);
  background-image: -o-linear-gradient(top, #DDDDDD, #F6F6F6, #DDDDDD);
  background-image: linear-gradient(to bottom, #DDDDDD, #F6F6F6);    
}
	

	


.fin {
	height: 60px;
	margin: 0px auto;
	background-color: rgba(255,255,255,0.4);
	color: #666;
	text-align: center;
	letter-spacing: 5px;
	text-shadow: 2px 5px 6px rgba(0,0,0,0.7);
	padding: 0px 0px 30px 0px;
	font-family: 'GeosansLight', Verdana, Geneva, sans-serif;
	font-size:  14px;
	font-weight: lighter;
	vertical-align: bottom;
	line-height: 0px
}








@media only screen
	and (max-width : 480px)
	and (orientation : portrait) {
	/*Smartphone Galaxy S4 mini (portrait)*/


body {
	height: 828px;
}

table#table-titre,
table#table1,
table#table2,
table#table3,
table#table4,
table#table5,
table#table6,
table#table7,
table#table8,
table#table-fin {
    width: 100%;
}
table#table1 tr:nth-child(3),
table#table2 tr:nth-child(3),
table#table3 tr:nth-child(3),
table#table4 tr:nth-child(3),
table#table5 tr:nth-child(3),
table#table6 tr:nth-child(3),
table#table7 tr:nth-child(3),
table#table8 tr:nth-child(3) {
	display: none;
}
table#table1 tr:nth-child(4) td:nth-child(1),
table#table2 tr:nth-child(4) td:nth-child(1),
table#table3 tr:nth-child(4) td:nth-child(1),
table#table4 tr:nth-child(4) td:nth-child(1),
table#table5 tr:nth-child(4) td:nth-child(1),
table#table6 tr:nth-child(4) td:nth-child(1),
table#table7 tr:nth-child(4) td:nth-child(1),
table#table8 tr:nth-child(4) td:nth-child(1) {
		width: 10%;
}
table#table1 tr:nth-child(4) td:nth-child(2),
table#table2 tr:nth-child(4) td:nth-child(2),
table#table3 tr:nth-child(4) td:nth-child(2),
table#table4 tr:nth-child(4) td:nth-child(2),
table#table5 tr:nth-child(4) td:nth-child(2),
table#table6 tr:nth-child(4) td:nth-child(2),
table#table7 tr:nth-child(4) td:nth-child(2),
table#table8 tr:nth-child(4) td:nth-child(2) {
		width: 80%;
}
table#table1 tr:nth-child(4) td:nth-child(3),
table#table2 tr:nth-child(4) td:nth-child(3),
table#table3 tr:nth-child(4) td:nth-child(3),
table#table4 tr:nth-child(4) td:nth-child(3),
table#table5 tr:nth-child(4) td:nth-child(3),
table#table6 tr:nth-child(4) td:nth-child(3),
table#table7 tr:nth-child(4) td:nth-child(3),
table#table8 tr:nth-child(4) td:nth-child(3) {
		width: 10%;
}

.titre {
	font-size: 50px;
	letter-spacing: 0px;
}

.initiale {
	margin-right: 0px;
}

.fin {
	letter-spacing: 0px;
}
}


@media only screen
	and (max-width : 720px)
	and (orientation : landscape) {
	/*Smartphone Galaxy S4 mini (paysage)*/

body {
	/*height: 828px;*/
	height: 360px;
}

table#table-titre,
table#table1,
table#table2,
table#table3,
table#table4,
table#table5,
table#table6,
table#table7,
table#table8,
table#table-fin {
    width: 100%;
}
table#table1 tr:nth-child(3),
table#table2 tr:nth-child(3),
table#table3 tr:nth-child(3),
table#table4 tr:nth-child(3),
table#table5 tr:nth-child(3),
table#table6 tr:nth-child(3),
table#table7 tr:nth-child(3),
table#table8 tr:nth-child(3) {
	display: none;
}
table#table1 tr:nth-child(4) td:nth-child(1),
table#table2 tr:nth-child(4) td:nth-child(1),
table#table3 tr:nth-child(4) td:nth-child(1),
table#table4 tr:nth-child(4) td:nth-child(1),
table#table5 tr:nth-child(4) td:nth-child(1),
table#table6 tr:nth-child(4) td:nth-child(1),
table#table7 tr:nth-child(4) td:nth-child(1),
table#table8 tr:nth-child(4) td:nth-child(1) {
		width: 10%;
}
table#table1 tr:nth-child(4) td:nth-child(2),
table#table2 tr:nth-child(4) td:nth-child(2),
table#table3 tr:nth-child(4) td:nth-child(2),
table#table4 tr:nth-child(4) td:nth-child(2),
table#table5 tr:nth-child(4) td:nth-child(2),
table#table6 tr:nth-child(4) td:nth-child(2),
table#table7 tr:nth-child(4) td:nth-child(2),
table#table8 tr:nth-child(4) td:nth-child(2) {
		width: 80%;
}
table#table1 tr:nth-child(4) td:nth-child(3),
table#table2 tr:nth-child(4) td:nth-child(3),
table#table3 tr:nth-child(4) td:nth-child(3),
table#table4 tr:nth-child(4) td:nth-child(3),
table#table5 tr:nth-child(4) td:nth-child(3),
table#table6 tr:nth-child(4) td:nth-child(3),
table#table7 tr:nth-child(4) td:nth-child(3),
table#table8 tr:nth-child(4) td:nth-child(3) {
		width: 10%;
}

.titre {
	letter-spacing: 3px;
}
}


@media only screen
	and (min-width : 480px)
	and (max-width : 800px)
	and (orientation : portrait) {
	/*Tablette Surface RT (Portrait)*/

table#table-titre,
table#table1,
table#table2,
table#table3,
table#table4,
table#table5,
table#table6,
table#table7,
table#table8,
table#table-fin {
    width: 100%;
}
table#table1 tr:nth-child(3),
table#table2 tr:nth-child(3),
table#table3 tr:nth-child(3),
table#table4 tr:nth-child(3),
table#table5 tr:nth-child(3),
table#table6 tr:nth-child(3),
table#table7 tr:nth-child(3),
table#table8 tr:nth-child(3) {
	display: none;
}
table#table1 tr:nth-child(4) td:nth-child(1),
table#table2 tr:nth-child(4) td:nth-child(1),
table#table3 tr:nth-child(4) td:nth-child(1),
table#table4 tr:nth-child(4) td:nth-child(1),
table#table5 tr:nth-child(4) td:nth-child(1),
table#table6 tr:nth-child(4) td:nth-child(1),
table#table7 tr:nth-child(4) td:nth-child(1),
table#table8 tr:nth-child(4) td:nth-child(1) {
		width: 10%;
}
table#table1 tr:nth-child(4) td:nth-child(2),
table#table2 tr:nth-child(4) td:nth-child(2),
table#table3 tr:nth-child(4) td:nth-child(2),
table#table4 tr:nth-child(4) td:nth-child(2),
table#table5 tr:nth-child(4) td:nth-child(2),
table#table6 tr:nth-child(4) td:nth-child(2),
table#table7 tr:nth-child(4) td:nth-child(2),
table#table8 tr:nth-child(4) td:nth-child(2) {
		width: 80%;
}
table#table1 tr:nth-child(4) td:nth-child(3),
table#table2 tr:nth-child(4) td:nth-child(3),
table#table3 tr:nth-child(4) td:nth-child(3),
table#table4 tr:nth-child(4) td:nth-child(3),
table#table5 tr:nth-child(4) td:nth-child(3),
table#table6 tr:nth-child(4) td:nth-child(3),
table#table7 tr:nth-child(4) td:nth-child(3),
table#table8 tr:nth-child(4) td:nth-child(3) {
		width: 10%;
}

.titre {
	letter-spacing: 3px;
}
}


@media only screen
	and (min-width : 800px)
	and (max-width : 1200px) {
	/*Tablette Surface RT (paysage)*/
	/*écrans jusqu'à 1200px de large*/

table#table-titre,
table#table1,
table#table2,
table#table3,
table#table4,
table#table5,
table#table6,
table#table7,
table#table8,
table#table-fin {
    width: 80%;
}
table#table1 tr:nth-child(3),
table#table2 tr:nth-child(3),
table#table3 tr:nth-child(3),
table#table4 tr:nth-child(3),
table#table5 tr:nth-child(3),
table#table6 tr:nth-child(3),
table#table7 tr:nth-child(3),
table#table8 tr:nth-child(3) {
	display: none;
}
table#table2 tr:nth-child(4) td:nth-child(1),
table#table3 tr:nth-child(4) td:nth-child(1),
table#table4 tr:nth-child(4) td:nth-child(1),
table#table5 tr:nth-child(4) td:nth-child(1),
table#table6 tr:nth-child(4) td:nth-child(1),
table#table7 tr:nth-child(4) td:nth-child(1),
table#table8 tr:nth-child(4) td:nth-child(1) {
		width: 15%;
}
table#table2 tr:nth-child(4) td:nth-child(2),
table#table3 tr:nth-child(4) td:nth-child(2),
table#table4 tr:nth-child(4) td:nth-child(2),
table#table5 tr:nth-child(4) td:nth-child(2),
table#table6 tr:nth-child(4) td:nth-child(2),
table#table7 tr:nth-child(4) td:nth-child(2),
table#table8 tr:nth-child(4) td:nth-child(2) {
		width: 70%;
}
table#table2 tr:nth-child(4) td:nth-child(3),
table#table3 tr:nth-child(4) td:nth-child(3),
table#table4 tr:nth-child(4) td:nth-child(3),
table#table5 tr:nth-child(4) td:nth-child(3),
table#table6 tr:nth-child(4) td:nth-child(3),
table#table7 tr:nth-child(4) td:nth-child(3),
table#table8 tr:nth-child(4) td:nth-child(3) {
		width: 15%;
}
table#table1 tr:nth-child(4) td:nth-child(1) {
        width: 15%;
}
table#table1 tr:nth-child(4) td:nth-child(2) {
        width: 70%;
}
table#table1 tr:nth-child(4) td:nth-child(3) {
        width: 15%;
}

.titre {
	letter-spacing: 5px;
}
}


@media only screen
	and (min-width : 1200px)
	and (max-width : 1600px) {
	/*écrans jusquà 1600 px de large*/

table#table-titre,
table#table1,
table#table2,
table#table3,
table#table4,
table#table5,
table#table6,
table#table7,
table#table8,
table#table-fin {
    width: 80%;
}
table#table1 tr:nth-child(4),
table#table2 tr:nth-child(4),
table#table3 tr:nth-child(4),
table#table4 tr:nth-child(4),
table#table5 tr:nth-child(4),
table#table6 tr:nth-child(4),
table#table7 tr:nth-child(4),
table#table8 tr:nth-child(4) {
	display: none;
}
table#table4 tr:nth-child(3) td:nth-child(1) {
        width: 10%;
}
table#table4 tr:nth-child(3) td:nth-child(2) {
        width: 80%;
}
table#table4 tr:nth-child(3) td:nth-child(3) {
        width: 10%;
}

.titre {
	letter-spacing: 10px;
}
}


@media only screen
	and (min-width : 1600px) {
	/*écrans d'une largeur supérieure à 1600 px*/

table#table-titre,
table#table1,
table#table2,
table#table3,
table#table4,
table#table5,
table#table6,
table#table7,
table#table8,
table#table-fin {
    width: 70%;
}
table#table1 tr:nth-child(4),
table#table2 tr:nth-child(4),
table#table3 tr:nth-child(4),
table#table4 tr:nth-child(4),
table#table5 tr:nth-child(4),
table#table6 tr:nth-child(4),
table#table7 tr:nth-child(4),
table#table8 tr:nth-child(4) {
	display: none;
}
table#table4 tr:nth-child(3) td:nth-child(1) {
        width: 10%;
}
table#table4 tr:nth-child(3) td:nth-child(2) {
        width: 80%;
}
table#table4 tr:nth-child(3) td:nth-child(3) {
        width: 10%;
}

.titre {
	letter-spacing: 15px;
}
}


/* Return on top */

#returnOnTop {
    background: url('/images/logos/fleche.png') no-repeat;
    bottom: 2%;
    cursor: pointer;
    display: none;
    filter: alpha(opacity = 50); /* IE < 8 */
    height: 60px;
    opacity: 0.5;
    position: fixed;
    right: 2%;
    width: 80px;
}

#returnOnTop:hover {
    filter: alpha(opacity = 100); /* IE < 8 */
    opacity: 1;
}
