#whitemask{
	display:block;
	position:fixed;
	height:100px;
	width:100%;
	top:0;
	background-color:white;
	z-index:-1;
}
#floatdiv, #banners {
	position:absolute;
	margin:80px auto ;
	width:100%;
	z-index:-2;
	font-family:logomenus;
	color:rgb(90,90,70);
	top:140px;
}
#floatdiv img, .banner img {
	width:90%;
	box-shadow:2px 2px 4px #999;
}
#banners {
	cursor:pointer;
}
.Bsommaire, .Blist {
	cursor:pointer;
}
#submenu {
	line-height:100%;
	position:relative;
	/*line-height:90%;*/
	left:-38px;/*controls horizontal position of WORDS:menu items*/
	margin-top:-12px;
}
#submenu ul li {
	margin-top:8px;
}
@media only screen 
			and (min-width: 767px)
			and (orientation:landscape)
			{
			#floatdiv, #banners {
				position:absolute;
				margin:40px 300px;
				width:60% ;
				top:0px;
			}
			.banner img {
				width:100%;
			}
			#floatdiv img {/*Images inside presentation texts*/ 
				max-width:80%; 
				margin:0 10px;
			}
			.Blist {
				margin-left:10px;
			}
}