﻿@charset "utf-8";
/* CSS Document */

a:link {color:#033;}
a:visited {color:#033;}
a { color:#BFBFBF;text-decoration: none;}
a:hover { color:#600; text-decoration:none; }

body {
	margin: 0;
	padding: 0;
	}

/* Mise en place des diffÃ©rentes parties / slides */

#slide1, #slide2, #slide3 {
	position:relative;
	height: 1000px;
	padding-top:30px;
	min-width:1260px;
	/*display:none; /*preloader*/
}

img{border:none}

#fb{
	width:2.9%; 
	position:absolute; 
	right:5%; 
	top:2.5%; 
	z-index:101;
	-webkit-transition-duration: 1.0s;
    -moz-transition-duration: 1.0s;
    -o-transition-duration: 1.0s;
    -ms-transition-duration: 1.0s;
    transition-duration: 1.0s;}

#fb:hover{
	opacity:0.6;
	top:3.5%;
	-webkit-transition-duration: 1.0s;
    -moz-transition-duration: 1.0s;
    -o-transition-duration: 1.0s;
    -ms-transition-duration: 1.0s;
    transition-duration: 1.0s;}

#bientot{
	position:absolute;
	top:30%;
	width:100%;
	height:210px;
	text-align:center;
	}

#slide1 {
   background: url(../img/img.jpg) center 0 no-repeat fixed;

}

#slide2 {
   background: url(../img/img2.jpg) center 0 no-repeat fixed;
}

#slide3 {
   background: url(../img/img3.jpg) center 0 no-repeat fixed;
   padding-top:0;
}

/* Gestion du contenu */


.slide_inside {
	width:100%;
	/*min-width:1260px;*/
	max-width:1900px;
	margin: 0 auto;
}
/*
#slide1  .slide_inside {
	/*text-align:center;
}

#slide2 .slide_inside p {
	width: 500px;
	text-align:justify;
}*/

#slide3 .slide_inside {

}

#contact {
	position:relative;
	width:40%;
	height:1000px;
	float:left;
	/*border:solid 1px #000000;*/
	text-align:center;
}



#map {
	position: relative;
	width:700px;
	height:450px;
	float:left;
	margin-top:60px;
	/*position:relative;
	margin-top:5%;
	width:59%;
	height:480px;
	float:left;*/
	/*border:solid 1px #000000;*/
}
#canele_pastis{width:50%; height:1000px; position:relative; float:left; margin-left:1%; /*border: solid 1px #000033;*/}
#basque_kougloff{width:49%; height:1000px;position:relative; float:right; /*border:solid 1px #003300;*/}

/*#tarif_canele {
	position:relative;
	width:600px;
	height:397px;
	float:right;
	margin-right:5%;
	background-image:url(../img/tarifcanele_site.jpg);
	border:solid 2px #000000;

}

#tarif_landais {
	position:relative;
	width:300px;
	height:199px;
	background-image:url(../img/tariflandais_site.jpg);
	border:solid 2px #000000;
	margin-right:5%;
	margin-top:30px;
	float:right;
}

#tarif_tartes {
	position:relative;
	width:265px;
	height:131px;
	background-image:url(../img/tariftartes_site.png);
	border:solid 2px #000000;
	margin-right:3%;
	margin-top:30px;
	float:right;
}

#tarif_basque {
	position:relative;
	width:500px;
	height:284px;
	float:left;
	margin-left:10%;
	background-image:url(../img/tarifbasque_site.jpg);
	border:solid 2px #000000;
}

#tarif_kougloff {
	position:relative;
	width:500px;
	height:304px;
	float:left;
	margin-left:10%;
	margin-top:35px;
	background-image:url(../img/tarifkougloff_site.jpg);
	border:solid 2px #000000;
}
*/

#redir_shop{
	position:relative;
	margin-top:20%;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:50px;
}



#preloader { width: 245px; height: 300px; text-align: center; margin: 200px auto 0;}
#loadingbar { width: 245px; height: 245px; text-align: center; color: #fff; background: url(../img/preload_bg.gif) no-repeat 0 245px;}
#loadingtext { padding: 10px 0 0; font-family:Verdana, Arial, sans-serif; font-size: 13px; font-weight:bold}

#map-canvas{
	position:relative;
	width:100%;
	height:100%;}
	
#footer{
	position:absolute;
	bottom:8%;
	width:100%;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:14px;
	text-shadow: #9E9B9B 2px 2px 2px;}

@media screen and (min-width:1920px)
{
	body
		{
			overflow-x:hidden;
		}
}
