body{
	background-color: #202020;
	font-family: 'garage_gothicregular';
}

header{
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:89px;
	background-color: #202020;
}

p{
	font-family: Arial;
}

#content{
	position:absolute;
	top:89px;
	left:0;
	right:0;
	bottom:113px;
	background-color: #202020;
}

#content.upper{
	bottom:82px;
}

footer{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	height:113px;
	background-color: #202020;
}

footer.lower{
	height:82px;
}

#logo{
	position:absolute;
	background-image: url(../img/logopb.png);
	background-repeat: no-repeat;
	bottom:0;
	right:0;
	width:151px;
	height:152px;
}


/* Menu */
.menuBottom{
	color: #fff;
	list-style-type: none;
	display:flex;
	flex-direction:row;
	justify-content:flex-start;
	font-size: 40px;
}

.menuBottom li{
	display: block;
	border-right: solid 2px #545454;
	padding-right: 30px;
	padding-left: 30px;
	line-height: 46px;
}

.menuBottom li:last-child{
	border-right: none;
}

.menuBottom li.selected{
	color:#5ea9be;
}

/* Menu TOP */
#topMenu-btn{
	position: absolute;
	top:0;
	left:0;	
	width:89px;
	height: 89px;
	background-image: url(../img/btnHome.png);
	background-repeat: no-repeat;
}

#topMenu-title{
	position: absolute;
	top:0;
	right:0;	
	width:900px;
	height: 89px;
	line-height: 89px;
	text-align: right;
	color: #5ea9be;
	font-size:70px;
	padding-right:78px;
}

/* Menu plus */
#btn-homeMenu{
	position:absolute;
	top:0;
	left:0;
	width: 91px;
	height:83px;
	background-image: url(../img/btn-backintro.png);
}

#menuPlus{
	position:absolute;
	top:19px;
	left:91px;
}

.btn-plus{
	width: 55px;
	height: 54px;
	background-image: url(../img/btn-plus.png);
	background-repeat: no-repeat;
	margin-top: 25px;
}


/* Home */
#spalshScreen{
	position: absolute;
	top:0;
	left:0;
	right: 0;
	bottom:0;
	background-image: url(../img/splash.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#homeLang{
	height: 90px;
	background-image: url(../img/pictolangue.png);
	background-repeat: no-repeat;
	background-position: 45px 15px;
}

#homeLang .menuBottom{
	position: absolute;
    top: 36px;
    left: 151px;
}

/* Intro */
div#intro-txt {
	font-family: 'arial';
	padding-bottom: 25px;
    position: absolute;
    top: 30px;
    right: 35px;
    width: 323px;
    color: #fff;
    text-align: justify;
    font-size: 17px;
}

#intro-txt p{
	margin-bottom: 25px;
}

/* Plus */
#plus{
	position: absolute;
    top: 0;
    left: 0;
    right:0;
    bottom:0;
    background-image: url(../img/bgPlus.jpg);
    background-size: cover;
}

#plusPages li{
	height: 550px;
}

#plusImg{
	position: absolute;
    top: 25px;
    left: 60px;   
}

#plusTxt{
	position: absolute;
    top: 25px;
    right: 60px;
    width: 395px;
    color: #fff;
    text-align: justify;
    font-size: 17px;
    font-family: 'arial';
}

#plusTxt p{
	margin-bottom: 25px;
}

/* Temoignage */
#temoignage-img{
	position: absolute;
    top: 50px;
    left: 50px;
    width: 400px;

}

#temoignage-legende{
	position: absolute;
    top: 460px;
    left: 50px;
    color:#fff;
    font-family: 'arial';
    font-size: 15px;
    width: 400px;
}

#temoignage-qr{
	position: absolute;
	width: 506px;
	top:50px;
	right: 40px;
	font-family: 'arial';
	color:#fff;
}

#temoignage-qr li h2{
    background-image: url(../img/btn-plus.png);
    background-repeat: no-repeat;
    background-size: 33px;
    padding-left: 40px;
    padding-bottom: 11px;
    font-size: 14px;
    height: 43px;
    color: #5ea9be;
}

#temoignage-qr li p{
	font-size: 14px;
    padding-bottom: 15px;
    padding-left: 40px;

}

/* Experience */
#experience{
	position: absolute;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	background-image: url(../img/bgExperience.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#experience-bg{
	position: absolute;
	top:0;
	right: 0;
	background-image: url(../img/bgZoneExperience.png);
	background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    width: 438px;
    height: 550px;
}

#experience-txt{
	position: absolute;
	top:17px;
	right: 34px;
	width:333px;
	height:249px;
	color:#fff;
	text-align: justify;
	font-size: 22px;
}

/* Diaporama */
#diaporama li p{
    background-color: #243642;
    color: #fff;
    position: absolute;
    bottom: 25px;
    right: 35px;
    left: 0;
    height: 42px;
    line-height: 42px;
    font-size: 17px;
    text-align: left;
    padding-left: 22px;
    font-family: arial;
}
	