.gallery_showroom_background {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
}

.gallery_showroom_header_conteneur {
	position: relative;
	top: 0px;
	left: 0px;
	height: 120px;
	width: 100%;
}

.gallery_showroom_line {
	position: absolute;
	top: 119px;
	left: 0px;
	height: 1px;
	width: 100%;
	background-color: #FF8C00;
}

.gallery_showroom_logo {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 127px;
	height: 120px;
}

.gallery_showroom_baseline {
	position: absolute;
	color: #FFFFFF;
	font-family: menphis;
	font-size: 32px;
	line-height : 32px;
	left: 204px;
	top: 30px;
}

.gallery_showroom_contenu_conteneur {
	position: relative;
	width: 100%;
	z-index: -1;
}