/* @override http://grogro.local:8888/~max/atlas/www/vues/style/accueil.css */

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

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

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

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

#accueil {
	position: absolute;
	right: 2em;
	top: 2em;
	width: 40em;
	padding: 2em;
	background-color: #aa5a1a;
	color: #ffead9;
	opacity: .8;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	/*z-index: 1;*/
}

#accueil h1 {
	color: #00305e;
}

#accueil h2 {
	color: #740e00;
}

#article.art_flash {
	margin: 0;
	position: absolute;
	z-index: 1;
	top: 10em;
	left: 100%;
}

a.fermeture {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 0;
	left: -2px;
	background: url(img/fermeture.png) no-repeat left top;
}
