/* @override 
	http://grogro.local:8888/~max/v%c3%a9lorizons/v3/vues/accueil.css
	http://127.0.0.1:8888/~max/v%c3%a9lorizons/v3/vues/accueil.css
*/

#conteneur {
	height: 100%;
	overflow: hidden;
	/*position: relative;*/
	/*background-color: #191919;*/
	z-index: 0;
}

#diapo_vtt, #diapo_route {
	height: 100%;
	width: 100%;
	/*version fade*/
	position: absolute;
	display: none;
}

/*#diapo_route {
	top: 100%;
}

#diapo_vtt {
	bottom: 100%;
}*/

#conteneur img {
	height: 100%; width: auto;
	display: block;
	margin: auto;
	/*width: auto; height: auto;*/
	/*position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;*/
}

.bandeau {
	position: absolute;
	margin: auto;
	top: 100%; bottom: 0;
	height: 1em;
	width: 100%;
	/*z-index: 2;*/
	margin:0;
	margin-top: .3em;
	color: gray;
	text-align: center;
	font: 8em Arial, verdana;
	text-transform: uppercase;
}

.circuit {
	position: absolute;
	bottom: 0; right: 0;
	margin: 1em;
	padding: .2em .5em;
	color: #a62626;
	background-color: #e5dec7;
	-webkit-border-radius: .6em;
	-moz-border-radius: .5em;
	opacity: .7;
	font-weight: bold;
}