/* Page entière */

.container{
	width: 950px;
	margin: 0 auto;
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	}

/* Vignette sur la carte : Jardins sur la Riviera */

.diapo1 {
	width: 109px;
	height: 62px;
	position: absolute;
	margin-left: 187px;
	margin-top: 100px;
	background: url(../../images/home/thumbs/1.jpg);
	box-shadow: black 1px 1px 5px 0px;
	border: 2px solid #FFF;
		}
		
a:hover  .diapo1{
	box-shadow: black 2px 2px 10px 0px;
		}
	

    
  .lb-overlay  p {
    	display:block;
	   	padding-top:3px;
   		position:absolute;
		z-index: 350;
		left:50%;
		margin-left:-50px;
	
	}
	
/* Vignette sur la carte : Menthe Fraîche */
		
.diapo2 {
	width: 109px;
	height: 62px;
	position:absolute;
	margin-left:60px;
	margin-top:305px;
	background:url(../../images/home/thumbs/2.jpg);
	box-shadow: black 1px 1px 5px 0px;
	border: 2px solid #FFF;
			}

a:hover .diapo2 {
		box-shadow: black 2px 2px 10px 0px;
			}		  

/* Vignette sur la carte : Venise */


.diapo3 {
	width: 109px;
	height: 62px;
	position:absolute;
	margin-left:455px;
	margin-top:50px;
	background:url(../../images/home/thumbs/3.jpg);
	box-shadow: black 1px 1px 5px 0px;
	border: 2px solid #FFF;
		}
		
a:hover .diapo3 {
	
	box-shadow: black 2px 2px 10px 0px;
			}


/* Vignette sur la carte : Venise */


.diapo4 {
	width: 109px;
	height: 62px;
	position:absolute;
	margin-left:310px;
	margin-top:30px;
	background:url(../../images/home/thumbs/4.jpg);
	box-shadow: black 1px 1px 5px 0px;
	border: 2px solid #FFF;
		}
		
a:hover .diapo4{
	
	box-shadow: black 2px 2px 10px 0px;
			}	
			
	
/* Vignette sur la carte : Grèce */
			
.diapo5 {
	width: 109px;
	height: 62px;
	position:absolute;
	margin-left:560px;
	margin-top:271px;
	background:url(../../images/home/thumbs/6.jpg);
	box-shadow: black 1px 1px 5px 0px;
	border: 2px solid #FFF;	
		}
		
		
a:hover .diapo5{
	
	box-shadow: black 2px 2px 10px 0px;
			}
			
			

/* Vignette sur la carte : Istanbul */			
			
.diapo6 {width: 109px;
	height: 62px;
	position:absolute;
	margin-left:785px;
	margin-top:200px;
	background:url(../../images/home/thumbs/8.jpg);
	box-shadow: black 1px 1px 5px 0px;
	border: 2px solid #FFF;
		}
		
		
a:hover .diapo6{
		box-shadow: black 2px 2px 10px 0px;
			}
	

/* Vignette sur la carte : Venise */	
			
.diapo7 {
	width: 109px;
	height: 62px;
	position:absolute;
	margin-left:833px;
	margin-top:359px;
	background:url(../../images/home/thumbs/5.jpg);
	box-shadow: black 1px 1px 5px 0px;
	border: 2px solid #FFF;
			}
		
a:hover .diapo7{
		box-shadow: black 2px 2px 10px 0px;
			}
	
	
/* Vignette sur la carte : Venise */	
	
		
.diapo8{
	width: 109px;
	height: 62px;
	position:absolute;
	margin-left:268px;
	margin-top:200px;
	background:url(../../images/home/thumbs/7.jpg);
	box-shadow: black 1px 1px 5px 0px;
	border: 2px solid #FFF;
		}
		
a:hover .diapo8{
	box-shadow: black 2px 2px 10px 0px;
			}	
	


/* Image en grand    background pour modifier fond qui cache la carte */


.lb-overlay{
	width: 0px;
	height: 0px;
	position: fixed;
	overflow: hidden;
	display:block;
	left: 0px;
	top: 47px;
	padding: 0px;
	z-index: 300;
	text-align: center;
	background:url(../../images/home/thumbs/blanc.png);
	background-repeat:repeat;
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, rgba(255,255,255) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.56)), color-stop(100%,rgba(255,255,255)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(255,255,255) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(255,255,255) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(255,255,255) 100%);

}

.lb-overlay > div{
	position: relative;
	color: rgba(27,54,81,0.8);
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
   	width: 550px;
	margin: 250px auto 0px auto;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
	-webkit-transition: opacity 0.3s linear 1.3s;
	-moz-transition: opacity 0.3s linear 1.3s;
	-o-transition: opacity 0.3s linear 1.3s;
	-ms-transition: opacity 0.3s linear 1.3s;
	transition: opacity 0.3s linear 1.3s;
	background: rgb(255,255,255);
}



.lb-overlay a.lb-close{
	background: rgba(27,54,81,0.8);
	z-index: 1001;
	color: #fff;
	position: absolute;
	top: 80px;
	left: 50%;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	width: 40px;
	height: 20px;
	overflow: hidden;
	margin-left: -25px;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-webkit-transition: opacity 0.3s linear 1.2s;
	-moz-transition: opacity 0.3s linear 1.2s;
	-o-transition: opacity 0.3s linear 1.2s;
	-ms-transition: opacity 0.3s linear 1.2s;
	transition: opacity 0.3s linear 1.2s;
	text-decoration: none;
}

/* Reglage aspect btn prec et suiv*/

.lb-overlay img{
	/* height: 100%; For Opera max-height does not seem to work */
	max-height: 100%;
	position: relativee;
	z-index:300;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
}

.lb-overlay:target {
	width: auto;
	height: auto;
	bottom: 0px;
	right: 0px;
	padding: 80px 100px 120px 100px;
	z-index:300;
}

.lb-overlay:target img {
	-webkit-animation: fadeInScale 1.2s ease-in-out;
	-moz-animation: fadeInScale 1.2s ease-in-out;
	-o-animation: fadeInScale 1.2s ease-in-out;
	-ms-animation: fadeInScale 1.2s ease-in-out;
	animation: fadeInScale 1.2s ease-in-out;
}

.lb-overlay:target a.lb-close,
.lb-overlay:target > div{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */  
}

@-webkit-keyframes fadeInScale {
  0% { -webkit-transform: scale(0.6); opacity: 0; }
  100% { -webkit-transform: scale(1); opacity: 1; }
}
@-moz-keyframes fadeInScale {
  0% { -moz-transform: scale(0.6); opacity: 0; }
  100% { -moz-transform: scale(1); opacity: 1; }
}
@-o-keyframes fadeInScale {
  0% { -o-transform: scale(0.6); opacity: 0; }
  100% { -o-transform: scale(1); opacity: 1; }
}
@-ms-keyframes fadeInScale {
  0% { -ms-transform: scale(0.6); opacity: 0; }
  100% { -ms-transform: scale(1); opacity: 1; }
}
@keyframes fadeInScale {
  0% { transform: scale(0.6); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}


x:-o-prefocus, .lb-overlay img {
    height: 100%;
}



/*// bouton précédent et suivant //*/

body a.suivant{
	position: absolute;
	right:10%;
	top: 40%;	
	z-index:350;
		}
	
body a.precedent{
	position: absolute;
	left:10%;
	top: 40%;
	z-index:350;
		}

body a.pin{
	position: relative;
	z-index:350;
	
		}
	
body a.panier{
	position: relative;
	z-index:350;
	
		}
/*// bouton Menu du bas //*/

#btn1 {
	margin-left:30px;
	margin-top:-40px;
	width:60px;
	height:90px;
	float:left;
	background-image:url(../../images/home/thumbs/menu1.png);
	}
	
 a:hover #btn1 {
	margin-left:30px;
	margin-top:-40px;
	width:60px;
	height:90px;
	float:left;
	background-image:url(../../images/home/thumbs/menu1b.png);
	}

#btn2 {
	margin-left:30px;
	margin-top:-40px;
	width:60px;
	height:90px;
	float:left;
	background-image:url(../../images/home/thumbs/menu2.png);
	}

 a:hover #btn2 {
	margin-left:30px;
	margin-top:-40px;
	width:60px;
	height:90px;
	float:left;
	background-image:url(../../images/home/thumbs/menu2b.png);
	}

#btn3 {
	margin-left:30px;
	margin-top:-40px;
	width:60px;
	height:90px;
	float:left;
	background-image:url(../../images/home/thumbs/menu3.png);
	}

 a:hover #btn3 {
	margin-left:30px;
	margin-top:-40px;
	width:60px;
	height:90px;
	float:left;
	background-image:url(../../images/home/thumbs/menu3b.png);
}

#btn4 {
	margin-left:30px;
	margin-top:-40px;
	width:60px;
	height:90px;
	float:left;
	background-image:url(../../images/home/thumbs/menu4.png);
	}

 a:hover #btn4 {
	margin-left:30px;
	margin-top:-40px;
	width:60px;
	height:90px;
	float:left;
	background-image:url(../../images/home/thumbs/menu4b.png);
}

#btn5 {
	margin-left:30px;
	margin-top:-40px;
	width:60px;
	height:90px;
	float:left;
	background-image:url(../../images/home/thumbs/menu5.png);
	}
	
 a:hover #btn5 {
	margin-left:30px;
	margin-top:-40px;
	width:60px;
	height:90px;
	float:left;
	background-image:url(../../images/home/thumbs/menu5b.png);
	
}
#btn6 {
	margin-left:30px;
	margin-top:-40px;
	width:60px;
	height:90px;
	float:left;
	background-image:url(../../images/home/thumbs/menu6.png);
}

 a:hover #btn6 {
	margin-left:30px;
	margin-top:-40px;
	width:60px;
	height:90px;
	float:left;
	background-image:url(../../images/home/thumbs/menu6b.png);
	}

#btn7 {
	margin-left:30px;
	margin-top:-40px;
	width:60px;
	height:90px;
	float:left;
	background-image:url(../../images/home/thumbs/menu7.png);
	}
	
 a:hover #btn7 {
	margin-left:30px;
	margin-top:-40px;
	width:60px;
	height:90px;
	float:left;
	background-image:url(../../images/home/thumbs/menu7b.png);
	}

#btn8 {
	margin-left:30px;
	margin-top:-40px;
	width:60px;
	height:90px;
	float:left;
	background-image:url(../../images/home/thumbs/menu8.png);
	}
	
 a:hover #btn8 {
	margin-left:30px;
	margin-top:-40px;
	width:60px;
	height:90px;
	float:left;
	background-image: url(../../images/home/thumbs/menu8b.png);
	}

