html, body {
	
	background:black;
	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;
	max-height:1400px;
	min-width:450px;
	min-height:300px;
	width:100%;
	height:100%;
	overflow:hidden;
}

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

#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
}


#titre{
	left:15.14%;
	width:auto;
	height:6%;
	top:1%;
	position: absolute; 
	z-index: 4;
	display:none;
}

#sousTitre{
	left:58%;
	width:auto;
	height:6%;
	top:8%;
	position: absolute; 
	z-index: 4;
	display:none;
}

#logo{
	left:85%;
	width:auto;
	height:6%;
	top:1%;
	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;
	
}

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

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

#btDivers{
	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;
}

.lien{
	width:16%;
	height:auto;
	cursor:pointer;
	position: relative; 
	z-index: 8;
	float:left;
}
a:link {
	color: white;
	text-decoration : none;
}

a:hover {
	color : none;
	text-decoration : yellow;
}
#lienSup{
	width:60%;
	height:5%;
	top:21%;
	left:30%;
	position: absolute; 
	z-index: 8;
	float:left;
	display:none;
}



#masque{
	width:16%;
	height:80%;
	top:0%;
	left:-1%;
	position: absolute; 
	z-index: 9;
	float:left;
}


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