
#mosaiqueTop{
	position: absolute;
	width: 530px;
	height: 530px;
	background-color: white;
	border:1px solid #2b4b6a;
	overflow: hidden;
}

#mosaiqueTopContainer{
	position: absolute;
}

#mosaiqueBot{
	position: absolute;
	width: 530px;
	height: 42px;
	top: 531px;
	background: rgba(4, 171, 196, 1);
	border:1px solid #2b4b6a;
	overflow: hidden;
}

.ligne{
	position: absolute;
	width: 530px;
	height: 170px;
}

#ligne1{
	top: 20px;
	background: url(../picts/ligne1.jpg);
}

#ligne2{
	top: 190px;
	background: url(../picts/ligne2.jpg);
}

#ligne3{
	top: 360px;
	background: url(../picts/ligne3.jpg);
}

#ligne4{
	top: 530px;
	background: url(../picts/ligne4.jpg);
	opacity: 0;
}

#ligne5{
	top: 700px;
	background: url(../picts/ligne5.jpg);
	opacity: 0;
}

#ligne6{
	top: 870px;
	background: url(../picts/ligne6.jpg);
	opacity: 0;
}

.containerVignette{
	position: absolute;
	width: 150px;
	height: 150px;
	/*background-color: red;*/
	overflow: hidden;
	cursor: pointer;
}

.vignette{
	position: absolute;
	width: 150px;
	height: 50px;
	top: 150px;
	background: rgba(0, 0, 0, 0.5);
	border-top: 1px solid #FFFFFF;
	font-size: 12px;
	color: white;
	text-align: left;
	padding: 10px;	
}

.vignetteOver{
	position: absolute;
	width: 150px;
	height: 150px;
	/*opacity:0.5;*/
	cursor: pointer;
}

#btnTop{
	position: absolute;
	width: 42px;
	height: 42px;
	background: url(../picts/btn_top.png);
}

#btnBot{
	position: absolute;
	width: 42px;
	height: 42px;
	right: 0px;
	background: url(../picts/btn_bot.png);
}

.btnOver{
	position: absolute;
	width: 24px;
	height: 24px;
	left: 9px;
	top: 9px;
	background-color: red;
	opacity:0;
	cursor: pointer;
}