/*AJOUT GAMME BAIE*/
.b-counter{display:none!important;}
#mybook{
  margin:auto;
}
/* miniZoomPan styles */

body{
  margin:0;
  padding:0;
  background: none repeat scroll 0 0 #e0dcd5;
	font-family: Verdana !important;
}
.minizoompan 
{
  background: #fff;
  position: relative; /* always set to relative or offset() won't work */
  padding: 0;
  margin: 0;
  cursor:-moz-zoom-in;
  cursor:-webkit-zoom-in;
  border:none !important;
}

.minizoompan span.loader { /* the loader label*/
  position:absolute;
  left:0;
  top:0;
  z-index: 1;
  display: none;
  color: #FFF;
  background: #e0dcd5;
  font: normal 9px Arial, Verdana;
  padding: 3px;
  opacity:0.8;
  filter:Alpha(opacity=80); /* Internet Explorer */
}

#loader.loading {
  background:#333333 url('../images/ajax-loader.gif') no-repeat scroll center center;
  height:100%;
  opacity:0.8;
  position:fixed;
  width:100%;
  z-index:50;
}
#loader p{
 color:#FFF;
 font-size:75px;
 padding-left:45%;
 opacity:0.8;
 text-shadow: 1px 1px 1px #EEE;
}
		
#logo {
	left: 20px;
  position: absolute;
  top: 0px;
}

a img {
  border: none;
}

#header {
  background: url(../images/bg-header.png) repeat-x 0 0 transparent;
  height: 104px;
}

#footer {
  background: url(../images/bg-footer.png) repeat-x 0 0 transparent;
  height: 55px;
  position: absolute;
  width: 100%;
}

#custom-menu {
  position: absolute;
  right: 50px;
}

#close {
  position: absolute;
  right: 20px;
  top: 36px;
}
  #close a {
    display: block;
    background: url(../images/close.png) no-repeat 0 0 transparent;
    width: 26px;
    height: 25px;
    text-indent: -9999px;
  }
  
#next, #previous {
  width: 25px;
  height: 1px;
}
  #next { 
    background: none;
    position: absolute;
    top: 0; 
    -webkit-border-radius: 0 15px 15px 0;
    -moz-border-radius: 0 15px 15px 0;
    border-radius: 0 15px 15px 0;
  }
    #next:hover { background: url(../images/next.png) no-repeat center center #EFEFEF; }
  #previous { 
    background: none;
    margin-left: -25px; 
    -webkit-border-radius: 15px 0 0 15px;
    -moz-border-radius: 15px 0 0 15px;
    border-radius: 15px 0 0 15px;
  }
    #previous:hover { background: url(../images/previous.png) no-repeat center center #EFEFEF; }
    
  
a {
  outline: none;
}