html, body {
	
	background:#2f4425;
	margin:10;
	padding:0;	
}

.loader{
	cursor: wait;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
	margin:1%;	
}

.loader h1{
		background: none;
		border: none;
		color: #458976;
		font-size: 2vh;
		font-family: "Open Sans",sans-serif;
		font-variant: small-caps;
		font-weight: 100;
		height: 700px;
		line-height: 700px;
		margin: 0;
		padding: 0;
		text-align: center;
}

#imgPresentation{
	width: 10%;
	height:auto;
	position: relative;
	z-index: 1;
	left: 45%;
	margin-top:10%;
}

#container {
	max-width:2000px;
	
	min-width:450px;
	min-height:300px;
	width:100%;
	height:100%;
	
}

#blocFond {
	left:0%;
	width:auto;
	height:100%;
	position: absolute;
	z-index: 1;
	display:none;
}

#blocIntro {
	top:0%;
	left:0%;
	width:100%;
	height:100%;
	position: absolute;
	overflow:hidden;
}

#imgIntro1 {
	top:20%;
	left:100%;
	position: absolute;
	width:auto;
	height:70%;
	z-index: 4;
	opacity:0.5;
	
}

#imgIntro2 {
	top:100%;
	left:26.5%;
	position: absolute;
	width:auto;
	height:70%;
	z-index: 4;
	opacity:0.5;
}

#imgIntro3 {
	top:-100%;
	left:53.5%;
	position: absolute;
	width:auto;
	height:70%;
	z-index: 4;
	opacity:0.3;
	
}

#imgIntro4 {
	top:20%;
	left:-100%;
	position: absolute;
	width:auto;
	height:70%;
	z-index: 4;
	opacity:0.5;
	opacity:0.5;
}




@font-face {
    font-family: 'jura-regular';
    src: url('typoJura/jura-regular-webfont.woff2') format('woff2'),
         url('typoJura/jura-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    letter-spacing:0.17vh
}

@font-face {
    font-family: 'josefin_sanslight';
    src: url('josefin/josefinsans-light-webfont.eot');
    src: url('josefin/josefinsans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('josefin/josefinsans-light-webfont.woff2') format('woff2'),
         url('josefin/josefinsans-light-webfont.woff') format('woff'),
         url('josefin/josefinsans-light-webfont.ttf') format('truetype'),
         url('josefin/josefinsans-light-webfont.svg#josefin_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}


#blocTitre{
	left:0%;
	width:100%;
	height:10%;
	top:0%;
	position: absolute; 
	z-index: 4;
}

#titre{
	
	width:auto;
	height:100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);	
	position: absolute; 
	z-index: 4;
	display:none;
}



#blocLogo{
	left:90%;
	width:10%;
	height:10%;
	top:0%;
	position: absolute; 
	z-index: 4;
}
#logo{
	width:100%;
	height:auto;
	top:0%;
	position: absolute; 
	z-index: 4;
	display:none;
}

#sousTitre{
	width:100%;
	height:auto;
	top:90%;
	position: absolute; 
	z-index: 4;
	display:none;
}

#btMenu {
	top:10%;
	left:53.5%;
	position: absolute;
	width:auto;
	height:70%;
	z-index: 4;
	opacity:0.3;
	
}

#btEcurieActive{
	top:91%;
	left:0%;
}

#btBoxActif{
	top:91%;
	left:26.5%;
	
}

#btProto{
	top:91%;
	left:53.5%;
	
}

#btBioContact{
	top:91%;
	left:79%;
	
}

.bt{
	width:20%;
	height:auto;
	cursor:pointer;
	position: absolute; 
	z-index: 5;
	float:left;
	display:none;
}


#lienSup{
	background-color:rgba(0,0,0,0.3);
	width:80%;
	
	top:21%;
	left:10%;
	position: absolute; 
	z-index: 8;
	float:left;
	display:none;
	height: 3; /* hauteur du parent */
	line-height: 3em; /* hauteur de ligne (identique) */
	white-space: nowrap; /* interdiction de passer ˆ la ligne */
	
}

.lien1{
	
	color:white;
	width:20%;
	height:100%;
	font-family: 'josefin_sanslight';
	font-size: 3vh;
	text-align: center;
	cursor:pointer;
	position: relative; 
	z-index: 8;
	float:left;
	
	
}


a:link {
	color: white;
	text-decoration : none;
}

a:hover {
	color : none;
	text-decoration : yellow;
}


.vu {
	cursor: default;
 	background-color:rgba(0,0,0,0.6);	
}

#newPage {
	left:0%;
	top:100%;
	float:left;
	position: absolute ;
	width:100%;
	height:100%;
	z-index: 7;
         
}
