@font-face {
    font-family: 'futurist_fixed-widthregular';
    src: url('font/futrfw-webfont.woff2') format('woff2'),
         url('font/futrfw-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,800');

.WinRideau{
    display: none;
    z-index: 90000;
    background: url("WinRideau.png") repeat left top transparent;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    text-align: left;
    opacity:0;
}

.WinRideauVisible{
    display: block;
    opacity: 1;
    transition: opacity 2s linear;
}

html, body{
	margin:0;
	background-color:#fff;
	font-family: 'futurist_fixed-widthregular';
}

#SiteFond{
	width:100%;
	margin:auto;
    position:relative;
    overflow: hidden
}

#PageFond{
    width:1024px;
    height:768px;
    margin:auto;
	overflow: hidden
}

a{
	text-decoration:none;
    color:#000;
}

#Logo{
    text-align: center;
    position: relative;
    margin-top: 12px;
}

#Logo h1{
    font-size: 16px;
    font-weight: 600;
    left: 349px;
    letter-spacing: -4px;
    margin: 0;
    position: absolute;
    top: 74px;
    text-rendering: geometricprecision;
}

#Menu{
    position:relative;
    height: 114px;
}

#Menu h2{
    font-family:'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin:0;
    display: inline-block;
    position:absolute;
    top:39px;
}

#Menu h2:nth-child(1){
    left:293px;
}

#Menu h2:nth-child(2){
    left:449px;
}

#Menu h2:nth-child(3){
    left:668px;
}

#Menu h2#MenuSel{
    text-decoration: underline;
}

#Accueil{
    text-align: center;
}

.AccueilCol{
    display:inline-block;
    text-align: left;
}

.AccueilCol h3{
    margin:0;
    font-weight: normal;
    font-size: 14px;
    margin: 33px 0 15px 10px;
}

.AccueilCol p{
    margin:0 0 0 12px;
    font-weight: normal;
    font-size: 13px;
    font-family:'Open Sans', sans-serif;
}

.AccueilCol p.Bouton{
    margin-top:15px;
}

span.Bouton,
p.Bouton{
    font-weight: bold;
    font-size: 13px;
    font-family: Open Sans;
    cursor: pointer;
}

.AccueilCol:nth-child(3) h3{
    letter-spacing: -2px;
}

.AccueilCol:nth-child(1),
.AccueilCol:nth-child(2){
    margin-right: 33px;
}

/* page livre*/
.BookNav{
    display: inline-block;
    width:50px;
    height:50px;
    position: absolute;
    top:350px;
    cursor: pointer;
}

#GoPrev{
    left:0;
    background: transparent url("GoPrev.png") no-repeat left center;
}

#GoNext{
    right:0;
    background: transparent url("GoNext.png") no-repeat right center;
}

.flipbook-viewport{
    position: relative;
    top: -54px;
    background: transparent url("Loading.gif") no-repeat center center;
}

#LivreLegende {
    position: absolute;
    top: 653px;
    z-index: 1000;
}

#LivreLegendeCol1{
    display: inline-block;
    margin-left: 61px;
    width: 624px;
    vertical-align: top;
}

#LivreLegendeCol1 h1{
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 0 -3px;
}

#LivreLegendeCol1 p{
    font-family: Open Sans;
    font-size: 12px;
    margin: 10px 0 0;
}

#LivreLegendeCol1 span.Bouton{
    margin-left: 39px;
}

.LivreAuteur{
    font-style: italic;
}

#LivreLegendeCol2{
    display: inline-block;
    width: 285px;
    position: relative;
    vertical-align: top;
}

#LivreLegendeCol2 h2{
    font-size: 11px;
    font-weight: bold;
    left: 28px;
    letter-spacing: -3px;
    margin: 0;
    position: absolute;
    top: 48px;
}

/* Qui sommes-nous*/
#QuiSommesNous {
    font-family: Open Sans;
    font-size: 15px;
    width: 700px;
    margin:auto;
}

.Citation{
    font-style: italic;
}

.Gras{
    font-weight: bold;
}

#QuiSommesNous .Citation{
    display: inline-block;
    margin-left: 172px;
    margin-top: 0;
}


/* Points de vente*/
#PointsDeVente {
    font-family: Open Sans;
    font-size: 15px;
    width: 700px;
    margin:auto;
}

.Adresse{
    margin:0 0 25px 0;
}


/* Popin de commande */

.FrmPopinCont {
    background-color: #fff;
    font-family: Open Sans;
    font-size: 14px;
    height: 265px;
    margin: 226px auto;
    padding: 25px;
    position: relative;
    width: 400px;
}

.FrmPopinCont input {
    font-size: 14px;
    padding: 5px;
    width: 388px;
    margin-bottom: 15px;
}


.PopinClose {
    background-color: #989898;
    color: #fff;
    font-family: arial;
    font-size: 25px;
    height: 22px;
    line-height: 22px;
    padding: 3px 0 3px 7px;
    position: absolute;
    right: 0;
    top: 0;
    width: 22px;
    cursor: pointer;
}

.FrmPopinCont .Bouton {
    font-size: 16px;
    margin-bottom: 25px;
    background-color: #989898;
    color: #fff;
    padding:3px 7px;
    display: inline-block;
    margin-top: 0;
}

#Pge404 {
    font-family: Open Sans;
    font-size: 15px;
    margin: auto;
    text-align: center;
    width: 700px;
}

/* revue */
#Revue{
    overflow: hidden;
    background-color: #000;
    height: 2000px;
}

#Revue #SiteFond{
    font-family: arial;
}

#Revue .WinRideau{
    position: absolute;
    padding: 25px 0 0 0;
    text-align: center;
}

#Revue .ImgPopinCont {
    position: relative;
    display: inline-block;
}

#Revue .WinRideau img{
    cursor: pointer;
    max-width: 1024px;
    max-height: 768px;
    border: 1px solid #dedede;
}

#Revue #PageFond table{
    margin:0;
}

#Revue #PageFond{
    margin-top: 25px;
    margin-bottom: 50px;
}

#Revue #PageListeFond{
    height:300px;
    overflow: auto;
}

/*
#Revue #BarreHautFond{
    background-color: #000;
    position: fixed;
    text-align: center;
    width: 100%;
}

#Revue #BarreHaut{
    width: 1024px;
    display: inline-block;
    text-align: left;
    position: relative;
}

#Revue #BarreHaut .Bouton{
    position: absolute;
    right: 50px;
    bottom: 50px;
}
*/

#Revue #BarreHautFond{
    background-color: #000;
    text-align: center;
    width: 100%;
}

#Revue #BarreHaut{
    width: 1024px;
    display: inline-block;
    text-align: left;
    position: relative;
}

#Revue #BarreHaut .Bouton{
    position: absolute;
    right: 0;
    top: 25px;
}

#Revue h1,
#Revue h2,
#Revue h2 a{
    color: #fff;
}

#Revue h2 a{
    text-decoration: underline;
}

#Revue #Caracteristiques label{
    color: #fff;
    margin-top: 20px;
    display: inline-block;
}

#Revue #Caracteristiques textarea{
    width: 100%;
    height: 3em;
}

#Revue .Bouton{
    padding: 6px 10px;
    color: #fff;
    background-color: #000;
    display: inline-block;
    margin: 10px 0;
    border: 1px solid #fff;
    float: right;
}

.PageListe{
    margin: 10px 0;
    width: 1000px;
    table-layout: fixed;
}

.PageListe th:nth-child(1),
.PageListe td:nth-child(1){
    width: 70px;
}

.PageListe th:nth-child(2),
.PageListe td:nth-child(2){
    width: 150px;
}

.PageListe th:nth-child(3){
    width: 188px;
}

.PageListe th:nth-child(4){
    width: 188px;
}

.PageListe th:nth-child(5){
    width: 188px;
}

.PageListe th:nth-child(6){
    width: 188px;
}


.PageListe td:nth-child(3){
    width: 170px;
}

.PageListe td:nth-child(4){
    width: 170px;
}

.PageListe td:nth-child(5){
    width: 170px;
}

.PageListe td:nth-child(6){
    width: 170px;
}

.PageListe th,
.PageListe td{
    border:1px solid gray;
    background-color: #fff;
}

.PageListe td{
    padding: 0 10px;
}

.PageListe td textarea{
    height: 100%;
    width: 100%;
}

.PageListe td:nth-child(1)
{
    text-align: center;
    padding: 0 1px;
}

.PageListe td:nth-child(2){
    padding: 0;
}

.PageListe td img{
    width:150px;
    cursor: pointer;
}