@charset "utf-8";
/* CSS Document */


/* feuilltage */

body {
	margin:0;
	padding:0;

}

#BookReaderContent img {
	margin-left:0;
	margin-right:0;

}
#BookReaderContent h3 {
  font-size: 20px;
  font-family: "News Gothic MT", "Trebuchet MS", Geneva, Helvetica, sans-serif;
  font-weight: 700;
  color: #dedede;
}
#BookReaderContent a {
  outline: none;
}

#BRclose{display:none}

#BookReader {
  position: absolute;
  font-family: arial, sans-serif;



  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}



#BRtoolbar {
  position: relative;
  top: 0;
  left: 0;
  height: 40px;
  padding: 0;
  width: 100%;
  z-index: 100;
  background-color: #e2dcc5;
  -webkit-box-shadow: 0 1px 3px #999;
  /* Shadow here on FF causes scroll bars */

  overflow: hidden;
}
#BRtoolbar .label {
  font-size: 1.1em;
  color: #999;
}
#BRtoolbar a {
  color: #ccc;
  text-decoration: underline;
}
#BRtoolbarbuttons {
  float: right;
}
#BRcontainer {
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  overflow-x: auto;
  overflow-y: scroll;
  position: absolute;
  background-color: #9A9B9D;
}
#BRpageview {
  /* XXX page view div is not being placed correctly */

  background-color: #9A9B9D;
}
.BRpagediv1up {
  overflow: hidden;
  cursor: move;
  background-color: #FEFDEB;
  -webkit-box-shadow: 1px 1px 2px #333;
  -moz-box-shadow: 1px 1px 2px #333;
  box-shadow: 1px 1px 2px #333;
}
.BRpagedivthumb {
  background-color: #FEFDEB;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 2px #333;
  -moz-box-shadow: 1px 1px 2px #333;
  box-shadow: 1px 1px 2px #333;
}
.BRpagedivthumb a {
  border: 0;
}
.BRpagedivthumb img {
  border: 0;
}
/* Must come after .BRpagedivthumb rules in order to override them */
/*
.BRpagedivthumb_highlight {
    background-color: #9A9B9D;
    overflow:hidden;
}
*/
.BRpagediv2up {
  background-color: #eae2cd;
  overflow: hidden;
}
#BRbookcover {
  /* border: 1px solid rgb(68, 25, 17); */

  /* background-color: #663929; */

  position: absolute;
  background-image: url(images/back_pages.png);
  -moz-box-shadow: 1px 0 10px #111;
  -webkit-box-shadow: 1px 0 10px #111;
  box-shadow: 1px 0 10px #111;
  /* -moz-border-radius: 6px; */

  /* -webkit-border-radius: 6px; */

}
.BRpageimage {
  /* Bird Book */

  background-color: #FEFDEB;
}
/* Disable selection on Firefox and WebKit */
.BRnoselect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}
.BRleafEdgeR {
  /*
    border-style: solid solid solid none;
    border-color: rgb(51, 51, 34);
    border-width: 1px 1px 1px 0px;
    */

  background: transparent url(images/back_pages.png) repeat scroll 0% 0%;
  position: absolute;
}
.BRleafEdgeL {
  /*
    border-style: solid none solid solid;
    border-color: rgb(51, 51, 34);
    border-width: 1px 0px 1px 1px;
    */


  background: transparent url(images/back_pages.png) repeat scroll 0% 0%;
  /* XXXmang replace file */

  position: absolute;
}
.BRleafEdgeTmp {
  border-style: solid none solid solid;
  border-color: #333322;
  border-width: 1px 0px 1px 1px;

  background: transparent url(images/back_pages.png) repeat scroll 0% 0%;
  /* XXXmang replace file */

  position: absolute;
}
#BRgutter {
  /* border: 1px solid rgb(68, 25, 17); */

  position: absolute;
  z-index: 6;
  background: transparent url(images/booksplit.png) repeat scroll 0% 0%; /* MN Ligne du milieu */
}
/**
#BookReader {
  background-color: #FFFFFF;
}
*/
#BRnav {
  display: none;
}
#BRcontainer {
  background-color: transparent;
  left: 0;
}
#BRtoolbar {
  display: none;
}
#BRclose {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: transparent url('images/close.png') no-repeat top right;
  cursor: pointer;
  z-index: 1103;
}
#BRzoombutton {
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 32px;
  height: 32px;
  background: transparent url('images/zoom.png') no-repeat;
  background-position: 0px 0px;
  cursor: pointer;
  z-index: 1103;
}
#BRzoombutton.out {
  background-position: -32px 0px;
}
#BRloading {
  position: absolute;
  z-index: 1000;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  background: #ffffff url(images/loading.gif) no-repeat center;
  background-size: 40px 40px;
  width: 50px;
  height: 50px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
#BRbookcover {
  display: none;
}
.BRleafEdgeR, .BRleafEdgeL {
  display: none;
}
.BRpageimage {
  border: #AAAAAA 1px solid;
  background-color: transparent;
}
.BRpageimage.BRpageright {
  border-left: none;
}
.BRpageimage.BRpageleft {
  border-right: none;
}
.BRpageempty {
  border: none;
  background: transparent;
}
#BRleafRollR {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  background: transparent url(images/arrow-r.png) no-repeat center;
}
#BRleafRollL {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 30px;
  height: 100%;
  background: transparent url(images/arrow-l.png) no-repeat center;
}


