.trombinoscope{
	/*padding-top: 40px;*/
}



.container_trombinoscope{
	position: relative;
	width: 960px;
	/*height: 484px;*/
	position: relative;
	margin: 10px auto;
	overflow: hidden;
}

.trombine_mess{
	display: block;
	position: absolute;
	width: 100%;
	bottom: 15%;
	text-align: center;
	font-size: 30px;
	line-height: 30px;
	font-style: italic;
	font-weight: bold;
	color: #fff;
	text-shadow: 2px 2px #000;
}

.trombiTitreAddon{
	/*padding-right: 60px;*/
}





.head{
	position: absolute;
	width: 40px;
	height: 50px;
	display: block;
	border-radius: 50%;
}

.head:hover{
	border: 2px solid #39f;
	/*box-shadow: 0 0 20px #39f;*/
}

.showFrames{
	border: 1px solid #39f;
	box-shadow: 0 0 8px #000;
}

#nom, #windowOffset {
	/*width: 30px;*/
	margin-right: 20px;
}


.imageTrombiDepart{
	position: absolute;
	/*width: 20px;*/
	/*left: 880px;
	top: 50px;*/
	transform: translate(50%,50%);
	-webkit-transform: translate(50%,50%);

	/*border-radius: 40%;*/

	/*z-index: 10;*/
	border: 1px solid #000;

}

.imageTrombiDepart img{
	/*border-radius: 40%;*/
	display: block;
	width: 100%;
}


.imageTrombiCentre{
	
	width: 200px;
	padding: 5px;
	background-color: #666;
	color: #fff;
	text-shadow: 1px 1px #000;
	position: absolute;
	/*width: 200px;*/
	/*left: 480px;*/
	/*top: 320px;*/
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);


	/*z-index: 10;*/
	border: 2px solid #444;
	box-shadow: 0 0 30px #000;
	border-radius: 10px;

}

.imageTrombiCentre img{
	border-radius: 5px;
	display: block;
	width: 100%;
}

.margeDroite{
	margin-right: 30px;
}

.paddingGauche{
	padding-left: 30px !important;
}

.pi_frame{
	position: absolute;
	transform: translate(100%,75%);
	-webkit-transform: translate(100%,75%);
	display: block;
	cursor: default;
	color: #fff;
	text-shadow: 1px 1px #555;
}

