@charset "UTF-8";
/* CSS Document */
body, html{
	background-color:#000000;
	background-image: url("../img/bkgd-home.jpg");
	background-repeat: no-repeat; 
	background-attachment: fixed;
	background-size: cover;
	margin: 0px;
	height:100%;
	max-height:100%; 
}

body  img {
  max-width: 100%;
  height: auto;
  width: auto \9;
  border:0px;
}

a:link 
{ 
 text-decoration:none; 
} 

h1{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.8vw;
	z-index: 151;
	color: #FFFFFF;
}

.keywords {
	font-size:14px;
	color:white;	
	text-align:center;
	font-variant:small-caps;
	position:absolute;
	bottom:0px;
	width:100%;
}

h2{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9vw;
}

h3{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7vw;
}
h4{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6vw;
}

h5{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1vw;
	color: #ffffff;
}


#logo-contact{
	position: absolute;
}

#vignette-logo {
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 150;
	width: 8%;
}

.titre-contact{
	top: 1%;
}

.menu{
	/*position: fixed;
	right: 0px;
	bottom: 0px;
	width: 4%;*/
	float:right;
}
.sous-menu{
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: 152;
	width: 15%;
}

.survole-menu{
	position: relative;
	right: 80px;
	display: none;

}
.survole-menu:hover{
}

#texte-gauche{
}

#carte-gauche{

}

#carte-droite{
	display: none;
}

#texte-drt{
	display: none;
}

.texte-une{
	position: absolute;
	color: white;
	z-index: 49;
	font-size: 14px;
	font-family: verdana;
	left:47%;
	top:1%;
	width: 51%;
}


.fond-menu{
	position: relative;
	text-align: center;
	background-color: white;
	margin-top: 2px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding-top: 5%;
	padding-bottom: 5%;
	color: #3f79b5;
}
.fond-menu:hover{
	opacity: 0.8;
}

#content{
	position: relative;

}
#marges-content{
	width: 85%;
	margin: auto;
	padding-bottom: 10%;
}

.content{
	background-attachment: fixed;
	background-image: url("../img/bkgd-vignette.jpg");
	width: 100%;
}

#top-drt{
	position: relative;
	float: left;
	width: 20.5%;

}
.top{
	margin-bottom: 5%
}

#img-gauche{
	border: 2px solid white;
}

#top-centre-drt{
	position: relative;
	width: 40%;
	height: auto; 
	margin-top: 21%;
	margin-left: 4px;
	background-color: black;
	opacity: 0.6;
	float: left;
}

#top-centre-carte{
	margin: 2%;
	width: 40%;
}

#top-gauche{
	position: relative;
	float: left;
	width: 38%;
}

#img-gauche{
	border: 2px solid white;
}

#liste-vignettes{
	position: relative;
	top: 10%;
}

.ligne { 
	margin-top: 7%;
}

.ligne div:not(.legendeComplete):not(.legende):not(.texte-vignette) {
	float:left;
	width: 20%;
}

.img-vignette{
	position: relative;
	border: 2px solid white;
}

.vignettes{
	margin-right: 6%;
	position:relative;
}
.vignettes-fin{
	position: relative;
	margin-right: 0;
}

.legende{
	width: 30%;
	height: 12%; 	
	margin-left: 2px;
	background-color: black;
	opacity: 0.6;
	z-index: 49;
}
.img-legende{
	margin-top: 6%;
	margin-left: 3%;
	margin-bottom: 6%;
	z-index: 49;

}

.texte-vignette{
	position: absolute;
	margin-left: 4%;
	color: white;
	z-index: 49;
	left:30%;
	top:0.5%;
}

.legendeComplete{
	position:absolute;
	left: 2px;
	bottom:2px;
	width:100%;
	background-color:rgba(0, 0, 0, 0.9);
}


#bkgd-irealite{
	background-attachment: fixed;
	left: 0px;
	width: 100%;

}

.survole{
	position: absolute;
	top:0px;
	left: 0px;
	width: 50%;
	opacity:0;
	z-index: 98;
}
.survole:hover{
	opacity: 1;
}

.texte-contact{
	position: relative;
	float: right;
	width: 40%;
	color: white;
	text-align: center;
	z-index: 90;
	margin-right: 10%;
	padding-top: 20%;

}

#contact{
	background-attachment: fixed;
	background-image: url("../img/bkgd-irealite.png");
	background-size: cover;
	height: 100%;
	position:relative;
}


}

#margin{
}

/*CSS POPUP*/
#fade { /*--Masque opaque noir de fond--*/
	display: none; /*--masqué par défaut--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--masqué par défaut--*/
	border: 1px black solid;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--Les différentes définitions de Box Shadow en CSS3--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--Coins arrondis en CSS3--*/
}

.btns{
	float: right;
	margin: -35px -55px 0 0;
}

#barre-contact{
	position: absolute;
	right: 0px;
	z-index: 100;
}

#barre-une{
	position: absolute;
	z-index: 100;

}

/*--Gérer la position fixed pour IE6--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}
