@font-face {
    font-family: 'din-reg';
    src: url('../medias/fonts/regular/dinr____0-webfont.eot');
    src: url('../medias/fonts/regular/dinr____0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../medias/fonts/regular/dinr____0-webfont.woff') format('woff'),
         url('../medias/fonts/regular/dinr____0-webfont.ttf') format('truetype'),
         url('../medias/fonts/regular/dinr____0-webfont.svg#din-regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'titi';
    src: url('../medias/fonts/titi/TitilliumText25L001-webfont.eot');
    src: url('../medias/fonts/titi/TitilliumText25L001-webfont.eot?#iefix') format('embedded-opentype'),
         url('../medias/fonts/titi/TitilliumText25L001-webfont.woff') format('woff'),
         url('../medias/fonts/titi/TitilliumText25L001-webfont.ttf') format('truetype'),
         url('../medias/fonts/titi/TitilliumText25L001-webfont.svg#din-regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'din-b';
    src: url('../medias/fonts/bold/dinb.eot');
    src: url('../medias/fonts/bold/dinb.eot?#iefix') format('embedded-opentype'),
         url('../medias/fonts/bold/dinb.woff') format('woff'),
         url('../medias/fonts/bold/dinb.ttf') format('truetype'),
         url('../medias/fonts/bold/dinb.svg#din-b') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'din-m';
    src: url('../medias/fonts/med/dinm.eot');
    src: url('../medias/fonts/med/dinm.eot?#iefix') format('embedded-opentype'),
         url('../medias/fonts/med/dinm.woff') format('woff'),
         url('../medias/fonts/med/dinm.ttf') format('truetype'),
         url('../medias/fonts/med/dinm.svg#din-b') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body{
	position:absolute;
	top:0;
	left:0;
	margin:0 auto;
	width:100%;
	height:100%;
	overflow:hidden;
	background-color:#dddddd;
}

h1, h2, h3 {
	font-weight:normal;
}

p{
	margin:0 auto;
}

li{
	margin:0 0;
}

img{
	border:0;
}

#audioPlayer {
	position:fixed;
	top:-1px;
	left:-1px;
}

.headerNav{
	position:absolute;
	top:0;
	left:-100%;
	width:100%;
	height:60px;
	background-color:#2b2b2b;
	z-index:10;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

.pageTitle{
	position:absolute;
	top:1px;
	left:5px;
	color:white;
	text-decoration: underline;
	font-size:13px;
	font-family:'din-m';
	line-height:19px;
	width:235px;
	height:60px;
}

.filters{
	position:absolute;
	height:38px;
	float:right;
	margin-top:11px;
	right:3px;
	overflow:hidden;
}

.filter1{
	margin-top:1px;
}

.separator{
	font-family:'din-b';
	font-size:14px;
	padding-top:12px;
	text-align:right;
	padding-right:20px;
	color:white;
	width:300px;
	height:100%;
	float:left;
	border-right:1px solid white;
	list-style-type:none;
	margin-right:15px;
	overflow:hidden;
}

.separator span {
	position:relative;
	right:-300px;
}

.filter{
	list-style-type: none;
	width:40px;
	margin-right:7px;
	cursor:pointer;
	float:left;	
}

.mobileFilters{
	width:10px;
	position:absolute;
	top:0;
	right:0;
	display:none;
	float:right;
}

.bigger{
	letter-spacing: 2px;
	margin-left:17px;
	font-family:'din-reg';
}

.pageWrapper{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
	z-index:12;
}

.navContainer{
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:50%;
	width:6000px;
	margin-top:-215px;
	height:378px;
}

.navigation{
	list-style-type: none;
	position:relative;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.button{
	position:relative;
	cursor:pointer;
	float:left;
}

.overMenu{
	width:57px;
	height:290px;
	position:absolute;
	top:11px;
	left:6px;
	z-index:8;
}

.overTitle{
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-sand-transform:rotate(-90deg);
	height:30px;
	font-family: "din-m";
	color:white;
	font-size:16px;
	width:290px;
	position:absolute;
	left:-95px;
	top:120px;
	z-index:10;
}

.antiAliasIE{
	background-color:black;
	-ms-filter:"progid:DXImageTransform.Microsoft.Chroma(color='black') progid:DXImageTransform.Microsoft.Alpha(opacity=100) progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
}

.arrow{
	position:absolute;
	width:38px;
	height:38px;
	top:50%;
	margin-top:-19px;
	cursor:pointer;
	z-index:12;
	visibility:hidden;
}

.nextArrow{
	right:10px;
}

.backArrow{
	left:10px;
}

.hoverState{
	height:190px;
	float:left;
	position:relative;
	top:-250px;
	left:-3px;
}

.hoverState img{
	display:block;
	margin:0;
	padding:0;
	width:46px;
	height:190px;
}

#loading{
	height:222px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-25px;
	margin-left: -234px;
	min-width:468px;
	background-image: url("../medias/imgs/others/images_titre.png");
	background-repeat: no-repeat;
	background-position: 0px 60px;
}

.loadingBar{
	height:50px;
	position:absolute;
	width:312px;
	margin-left: -156px;
	left: 50%;
}

.imageLoaded{
	width:8px;
	height:50px;
	float:left;
	margin-left:5px;
	position:relative;
	left:0;
}

.door{
	background-color:#1b1b1b;
	width:24px;
	height:49px;
	border:1px solid white;
	position:absolute;
	top:50%;
	margin-top:-25px;
	left:50%;
	margin-left:-10px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	cursor:pointer;
}

.poignee{
	position: absolute;
	right: 5px;
	top: 20px;
}

.ctnDoor{
	height:120px;
	margin: 0 auto;
	visibility: hidden;
	position:absolute;
	width:100%;
}

.enTeteDoor{
	position:absolute;
	left:50%;
	margin-left:-117.5px;
	margin-top:13px;
}

.indoor{
	position:relative;
	left:50%;
	margin-left:-150px;
	width:300px;
	top:50%;
	height:100px;
	margin-top:-50px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	cursor:pointer;
}


.center{
	width:38px;
	height:37px;
	position:absolute;
	left:50%;
	margin-left:-22px;
	top:50%;
	margin-top:18px;
	visibility:hidden;
}

.debut{
	visibility:hidden;
	color:white;
	display:block;
	width:150px;
	position:absolute;
	top:50%;
	margin-top:70px;
	left:50%;
	margin-left:-78px;
	font-family: "din-b";
	font-size:12px;
	text-transform: uppercase;
	text-align: center;
}

.teaserPlayer
{
	position: fixed;
	z-index: 80;
	width: 680px;
	height: 360px;
	left: 50%;
	top: 50%;
	margin-left: -340px;
	margin-top: -146px;
	display: none;
}

.closeVideoBtn
{
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: 340px;
	margin-top: -180px;
	cursor: pointer;
	z-index: 81;
}

.fullScreenConsign{
	visibility:hidden;
	color:white;
	display:block;
	width:234px;
	position:absolute;
	top:50%;
	margin-top:40px;
	left:50%;
	margin-left:-117px;
	font-family: "din-b";
	font-size:12px;
	text-align: center;
	text-transform: uppercase;
}

.centered{
	width:300px;
	color:white;
	margin:0 auto;
	text-align:center;
	font-family:'din-reg';
	top:15px;
}

.pageContent{
	display:none;
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
	background-color:#1b1b1b;
	color:white;
	font-family: "din-m";
	min-width:960px;
	overflow:hidden;
}

.closeButton{
	width:38px;
	height:35px;
	position:absolute;
	top:13px;
	right:10px;
	cursor:pointer;
	z-index:12;
}

.closePop{
	width:38px;
	height:35px;
	position:absolute;
	cursor:pointer;
	z-index:9999;
}

.popUp1{
	width:100px;
	height:100px;
	background-color:red;
	position:relative;
	top:0;
	left:0;
	z-index:600000;
}

.creditInfos{
	position:absolute;
	top:101%;
	height:100%;
	z-index:100;
	width: 845px;
}
.introCredit{
	display: none;
}

.creditButton{
	position:absolute;
	bottom:0;
	left:0;
	z-index:101;
	height:35px;
	width:49px;
	background-color:#1b1b1b;
}

.creditButton:hover{
	cursor:pointer;
}

.creditButton p{
	width:180px;
	height:40px;
	position:absolute;
	display:inline-block;
	color:white;
	left:-180px;
	font-family:'din-reg';
	background-color: #1b1b1b;
	z-index: -999;
}

.creditButton img{
	z-index: 999;
}

.creditButton p span{
	position:relative;
	top:10px !important; 
	left:15px;
	font-size:13px;
	font-family:'din-b' !important;
}

.creditContent{
	width:620px;
	height:100%;
	float:left;
	color:#1b1b1b;
	position:relative;
	background-color:white;
}

.barCreditContent
{
	margin-left: 80px;
	font-size:90%;
	padding-right: 40px;
	width:475px;
	font-family: "din-reg";
	font-size:14px;
	line-height: 17px;
	letter-spacing: 0.5px;
	overflow: auto;
	overflow-x:hidden; 
	height: 100%;

}

.creditList
{
	margin: 0;
	padding: 0;
	list-style: none;
	height: 80%;

}

.credit
{
	float: left;
	clear: all;
	margin-top: 25px;
	border-bottom: 1px solid black;
	width:475px;
	padding-bottom: 20px;
}

.credit img
{
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}

.creditTitle 
{
	font-family: "din-b";
	font-size: 14px;
	text-transform: uppercase;
}

.creditText 
{
	left: 1px;
}

.creditRight
{
	float: right;
	width: 295px;

}

.creditLeft
{
	float: left;
	clear: all;
	width: 156px;
}

.moreInfos{
	position:absolute;
	top:101%;
	height:100%;
	z-index:13;
	width: 845px;
}

.infosButton{
	position:absolute;
	bottom:0;
	left:0;
	z-index:32;
	height:35px;
	width:49px;
	background-color:#1b1b1b;
	visibility: hidden;
}

.infosButton:hover{
	cursor:pointer;
}

.infosButton p{
	width:180px;
	height:40px;
	position:absolute;
	display:inline-block;
	color:white;
	left:-180px;
	font-family:'din-b';
	background-color: #1b1b1b;
	z-index: -999;
}

.infosButton img{
	z-index: 999;
}

.infosButton p span{
	position:relative;
	top:7px; 
	left:15px;
	font-size:13px;
}

.infoContent{
	width:49px;
	height:100%;
	float:left;
	color:#1b1b1b;
	position:relative;
	background-color:white;
}

.bar {
	text-transform:uppercase;
	width:49px !important;
	height:100%;
	float:left;
	z-index:15;
	margin-right:15px;
	position:relative;
	cursor:pointer;
}

.barContent{
	font-size:90%;
	margin:20px;
	margin-top:50px !important;
	float:left;
	width:400px;
	font-family: "din-reg";
	font-size:14px;
	line-height: 17px;
	letter-spacing: 0.5px;
}

.noir{
	background-color:#1f1f1f;
}

.turq{
	background-color:#629b88;
}

.gris{
	background-color:#626262;
}

.brun{
	background-color:#8c7c6c;
}

.vert{
	background-color:#69a05c;
}

.titleBar{
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-sand-transform:rotate(-90deg);
	text-align:right;
	font-size: 11.5pt;
	color:white;
	width:310px;
	font-family: "din-b";
	padding:50% 0;
	position:relative;
	left:-130px;
	top:150px;
	cursor:pointer;
}

.creditTitleBar{
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-sand-transform:rotate(-90deg);
	text-align:right;
	font-size:85%;
	color:white;
	width:310px;
	font-family: "din-reg";
	padding:50% 0;
	position:relative;
	left:-130px;
	top:150px;
	cursor:pointer;
}

.consigneScroll {
	position:absolute;
	top:-43px;
	left:-241px;
	width:317px;
	height:43px;
	background-image: url('../medias/imgs/others/consigne_pano.png');	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.infosHighlight
{
	text-transform:uppercase;
	border-top:1px solid black;
	padding:7px 0 5px 0;
	border-bottom:1px solid black;
	font-family: "din-b";
}

.infosBold
{
	text-transform:uppercase;
	font-family: "din-m";
}

.infosSmall
{
	font-size:12px;
	letter-spacing: 0.5px;
	text-transform:uppercase;
}

.infoContactLabel {
	font-family: "din-m";
}

.infoContactAddress {
	position: relative;
	top: 2px;
	left: 4px;
}

.gotBot {
	clear:both;
}
.leGros {
	width:426px;
	height:65px;
}

.floatLeft {
	display:block;
	float:left;
}

.contact a {
	color:black;
	text-decoration:none;
}

.equipe img {
	margin-bottom: 10px;
}

.fullSize{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}

.fullHeight{
	height:100%;
	float:left;
}

.yearTitle{
	color:#6ab3a1;
	font-family: 'din-b';
	font-size:24pt;
	position:absolute;
	left:-40px;
	top:-20px;
}

.secondYear{
	color:#6ab3a1;
	font-family: 'din-b';
	font-size:24pt;
	top:-20px;
}

.content .contenu{
	font-size:11pt;
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	color:white;
	line-height:18pt;
}

.pageTitre{
	font-family: 'din-b';
	font-size:21pt;
	line-height:36px;
	color:white;
	text-transform: uppercase;
}

.titrePopUp
{
	position:relative;
	font-size:21pt;
	line-height:24pt;
	font-family: "din-b";
	color:white;
	text-transform: uppercase;
}

.contentPopUp{
	font-size: 15px;
	line-height: 24px;
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	color:white;
	position:relative;
}

.contentVignette{
	position:relative;
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	font-size:15px;
	line-height: 18px;
	color:white;
}

.lithoCtn{
	position:absolute;
	width:203px;
	font-family: 'din-b';
}

.lithoBouton{
	text-transform: uppercase;
}

.lithoTitle{
	font-size:14px;
	width:223px;
	border-bottom:1px solid white;
	padding:10px 0;
}

.lithoBouton{
	position:relative;
	cursor:pointer;
}

.glassBouton{
	position:relative;
	padding:15px 0;
	margin:10px 0; 
	border-bottom:1px solid white;
	cursor:pointer;
	font-family: 'din-b';
}

.lithoBouton hr, .glassBouton hr{
	position:relative;
	width:95%;
}

.wrapperContentPopUp{
	position:absolute;
}

.wrapperContentVignette{
	position:absolute;
}

.magnGlass{
	height:41px;
	width:44px;
	background-position:0 0;
	background-repeat:no-repeat;
	cursor:pointer;
	position:absolute;
	right:-30px;
	top:-14px;
}

.white{
	background-image:url("../medias/imgs/buttons/loupe.png");
}

.black{
	background-image:url("../medias/imgs/buttons/loupeNoir.png");
}

.magnGlass:hover{
	background-position:0 -44px;
}

.glassHr{
	position:relative;
	width:93%;
	height:1px;
	background-color:white;
}

.bottomRight{
	position:absolute;
	right:0;
	bottom:0;
}


.bottomLeft{
	position:absolute;
	left:0;
	bottom:0;
}

.popUp{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	visibility:hidden;
}

.bgPop{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background-color:#1b1b1b;
}

.translucent{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
}

.almostInvis{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	-khtml-opacity: 0.65;
	opacity: 0.65;
}

.almostInvis2{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

.left{
	position:absolute;
	left:0;
}

.one, .two{
	float:left;
	width:227px;
}

.lithoSmall{
	cursor:pointer;
	margin-top:15px;	
}

.pin{
	width:23px;
	height:41px;
	position:absolute;
}

.titleHr{
	width:30px;
	height:1px;
	background-color:white;
}

.topRight{
	position:absolute;
	top:10px;
	right:10px;
}

.ctnSound{
	width:100%;
	display:block;
	margin-bottom:15px;
}

.ctnSound img{
	margin:0;
	padding:0;
	position:relative;
	top:-21px;
	float:left;
}

.soundHrPt{
	width:100px;
	height:1px;
	background-color:white;
	float:left;
}

.bottom{
	position:absolute;
	bottom:0;
}

.pins{
	position:absolute;
	width:35px;
	height:60px;
	background-image:url('../medias/imgs/others/map_point_plus.png');
	background-repeat:no-repeat;
	cursor:pointer;
}

.activePin{
	background-repeat:no-repeat;
	background-position:0 -60px;
	z-index:7800;
}

.pin1{
	left:73px;
	top:103px;
}

.pin2{
	left:420px;
	top:280px;
}

.pin3{
	left:500px;
	top:155px;
}

.pin4{
	left:272px;
	top:236px;
}

.pin5{
	left:620px;
	top:140px;
}

.lithoCenter{
	height: 720px;
	width: 960px;
	display: block;
	position: absolute;
	top:50%;
	left: 50%;
	margin-top: -360px;
	margin-left: -480px;
}

.lithoTitlePop, .lithoTitlePopPersistent{
	height:18px;
	font-size: 14px;
	position:absolute;
}

.lithoTitlePopPersistent{
	margin-left: 15px;
	z-index:32;
}

.bgLithoTitle, .bgLithoTitleActive{
	background-color:#1b1b1b;
	width:auto;
	opacity:0.9;
	display:block;
	margin-left:4px;
	padding-right:8px;
	padding-left:8px;
}

.bgLithoTitle p{
	padding:0;
	color:white;
	display:inline;
}

.ilthoPop{
	position:absolute;
}

.ctnSound, .sndBtn{
	cursor:pointer;
}

.timeLine{
	display: none;
	position: fixed;
	width: 826px;
	height: 78px;
	left:50%;
	top: 50%;

	margin-left:-413px; 
	margin-top:200px; 
	background: url("../medias/imgs/menu/timeline/lignetemps.png");
}

.timeLineIndicator{	
	position: absolute;
	display: none;
}

#tl_indicator0{	 left: 35px;}
#tl_indicator1{	 left: 84px;}
#tl_indicator2{	 left: 116px;}
#tl_indicator3{	 left: 148px; }
#tl_indicator4{	 left: 198px; }
#tl_indicator5{	 left: 206px; }
#tl_indicator6{	 left: 288px;}
#tl_indicator7{	 left: 320px; }
#tl_indicator8{	 left: 467px; }
#tl_indicator9{	 left: 476px; }
#tl_indicator10{ left: 492px; }
#tl_indicator11{ left: 492px; }
#tl_indicator12{ left: 500px; }
#tl_indicator13{ left: 508px; }
#tl_indicator14{ left: 549px; }
#tl_indicator15{ left: 549px; }
#tl_indicator16{ left: 605px; }
#tl_indicator17{ left: 655px; }
#tl_indicator18{ left: 753px; }