.homepageContentGlobal {
		position: fixed;
		z-index: 98;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
}
.homepageCol li {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
		display: block;
}

#homepageLeftImg {
		position: absolute;
		top:0;
		left: 0;
		bottom: 0;
		right: 50%;
		width: 50%;
		height: 100%;
    z-index: 0;
		overflow: hidden;
}

#homepageRightImg {
		position: absolute;
		top:0;
		right: 0;
		left: 50%;
		width: 50%;
		height: 100%;
		overflow: hidden;
}

#homepageLeftNav {
		position: absolute;
		left: 0;
		right: 50%;
		width: 50%;
		z-index: 3;
		cursor: pointer;
    height: 100%;
}

#homepageRightNav {
		position: absolute;
		right: 0;
		left: 50%;
		width: 50%;
		z-index: 3;
		cursor: pointer;
    height: 100%;
}

.homepageTitle {
		cursor: default;
		width: 100%;
		margin: 0 auto;
		text-align: center;
    position: absolute;
    height: 100%;
    top: 100%;
}
.homepageNavLink{}

#homepageLeftMessage {
	z-index: 100;
	height: 100px;
	width: 100px;
}

#homepageLeftMessage #subLogo {
	z-index: 100;
}

#sound {
		position: absolute;
		bottom: 86px;
		right: 10px;
		z-index: 99;
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
	#sound {
		bottom: 103px;
	}
}

#sound  span {background:#ffffff;border: 1px solid #B0B0B0;border-radius:4px;box-shadow:0 0 1px #B0B0B0;color: #525253;display: inline; padding: 3px 5px;position: absolute;top:-20px;white-space: nowrap;font-size:11px;}
 #sound  span.actived{left:-120px; top: 5px;}
 #sound  span.desactived{left:-100px; top: 5px;}

/*.cookiebanner #header{top:69px;}*/
