﻿html, body {
	margin: 0;
	padding: 0;
	overflow:auto !important;
}	
		
#fb #fb-about h1 {
	color: #FFFFFF;
	font-family:Nunito;
	font-size:30px;   		  
}

#fb #fb-about p,#fb #fb-about li {
	color: #FFFFFF;
	font-family:Nunito;
	font-size:20px;
}  

#fb #fb-about a {
	color:#FFFFFF	
}

#fb .page{			
	 background-size:contain;
}
 
/* background flipbook */
#fb .fb-bcg-book{
	background-image:url(img/bg.jpg); 
}

/* Changement du curseur au dessus des photos */
#fb .photo { 
	cursor: url('img/cur_open_gallery.png'), pointer;
}

#fb .fb-nav-arrow {
	position: absolute; top: 50%; z-index: 15;
	background: url(img/icons2.png);
	width: 158px; height: 100px;
	margin-top: -50px;
	cursor:pointer;
}

#fb .fb-menu li a {
	display: block;
	background: url(img/icons.png) no-repeat;
	width: 30px; 
	height: 40px;
}

/* arrow small next and prev  */
#fb .fb-menu li.fb-goto .fb-arrows-small {
	cursor:pointer;
	background:url(img/icons.png);
	position:absolute;
	width:9px;
	height:24px;
	top:4px;
}

/* arrow big next and prev   /*/
#fb .fb-menu li.fb-goto .fb-arrows-big {
	cursor:pointer;
	background:url(img/icons.png);
	position:absolute;
	width:14px;
	height:24px;
	top:4px;
}

#fb .fb-menu li.fb-goto .fb-small-right {
	background-position:-10px -1604px;
	right:-60px;	
}

#fb .fb-menu li.fb-goto .fb-small-left {
	background-position:-10px -1534px;
	left:-40px;
}

#fb .fb-menu li.fb-goto .fb-big-right {
	background-position:-8px -1568px;
	right:-95px;	
}

#fb .fb-menu li.fb-goto .fb-big-left {
	background-position:-8px -1504px;
	left:-75px;
}

#fb .fb-menu li.fb-goto .start_bcg {	
	background:url(img/bcg_input_start.png);
	position:absolute;
	left:-14px;
	top:0px;
	margin:0;
	padding:0;
	width:14px;
	height:35px;	
}

#fb .fb-menu li.fb-goto .fb-bcg-input {
    background:url(img/bcg_input.png);
	background-repeat:repeat-x;	
	width: 40px;
	height: 35px;
	display:block;	
	color: #000000;		
}

#fb .fb-menu li.fb-goto .end_bcg {
	background:url(img/bcg_input_end.png);
	position:absolute;
	right:-35px;
	top:0;
	margin:0;
	padding:0;
	width:35px;
	height:35px;	
	cursor:pointer;	
}


/* = Tooltip pour le menu
-------------------------------------------------------------- */
    #fb .fb-tooltip {
		font-family:Arial,sans-serif;
		height:29px;
		position: absolute; left: 0; top: -25px; z-index: 5;
		display: none;
		background:url(img/tooltip_center.png);
		white-space: nowrap;
		font-size: 12px;
		font-weight: bold;
		/*text-transform: uppercase/*/
		color: black;
		line-height:28px;
		padding:0 7px 0 5px;
   }
   
	#fb .fb-tooltip b {
		background: url(img/tooltip_arrow.png);
		top: 25px;   
		height: 9px;
		left: 6px;
		position: absolute;
		width: 17px;
	}
	
	#fb .fb-tooltip .tooltip_start {
		background:url(img/tooltip_start.png);
		top: 0px;
		height: 29px;
		left: 6px;
		position: absolute;
		width: 9px;
		left:-9px;
	}
	
	#fb .fb-tooltip .tooltip_end {
		background:url(img/tooltip_end.png);
		top: 0px;
		height: 29px;
		right: -7px;
		position: absolute;
		width: 7px;
	}
	
/* Galerie */
	
#fb .btn_arrow_left, .btn_arrow_right, .btn_close { /* positionnement verticalement centré des icones */
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
