@charset "UTF-8";
/* CSS Document */


#bgimg {
	position:absolute;
	z-index: -10;
}

#realBody
{
	position: absolute;
	overflow:hidden;
	z-index: 10;
	height: 100%;
	width: 100%;
	background-color: Transparent;
}



		.MonThumb {
		    position: relative;
	        cursor: pointer;
	        height: 75px;
	        top: 500px;
	        left: 5%;
	        margin: 10px;
	        border: solid 2px #FFF;
	        -webkit-box-shadow: 1px -1px 2px #000;
	        z-index: 500;
		}
		
		#TesterOups {
			position: absolute;
			top: 50%;
			left: 50%;
			margin: -30px 0 0 -75px;
			padding: 25px 0 0 0;
			background-color: #800000;
			display: block;
			width: 150px;
			height: 60px;
			color: #FFF;
			text-align: center;
			line-height: 24px;
			-webkit-box-shadow: -5px 5px 10px #000;
			-webkit-border-radius: 20px;
		}
		
		.CaMarcheOff{
		    visibility: hidden;
		}
		
		.CaMarcheOn { 
		    visibility: visible; 
		}
