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

#contenu {
	min-height: 100%;
}

#voyages img {
	height: 112px;
	width: auto;
	margin: 1px;
}

div#voyages {
	text-align: center;
	background-color: transparent;
	opacity: 1;
	width: 95%;
	padding: 2%;
}

#album, #commentaire {
	position: absolute;
	width: 100%;
	/*background-color: black;*/
	color: gray;
	white-space: nowrap;	
}

#commentaire {
	bottom: .5em;
	margin-top: 1em;
	/*display: none;*/
}

#album {
	top: 0.5em;
	/*background-color: gray;*/
}

.titre_album, #album a {
	font-weight: bold;
	color: #a62626;
	font-size: 1.1em;
}

dl {
	margin: 0;
	padding: .2em 1em;
	text-align: center;
	height: 1em;
	white-space: nowrap;
	/*overflow: hidden;*/
}

dd, dt {
	float: none;
	/*clear: none;*/
	display: inline;
	margin: 0;
	/*margin-right: .5em;*/
	padding: 0 .5em;
	width: auto;
}

dt {
	border-left: 1px solid silver;
	padding-right: 0;
}

dt:first-child {
	border: none;
}

.diapo {
	display: none;
}

/*#diapo img {
	position: absolute;
	top: 0; left: 0;
	bottom: 0; right: 0;
}*/

.diapo img.petite {
	position: absolute;
	height: auto ;
	top: 50%; left: 50%;
	bottom: auto; right: auto;
	/* en javascript pour dynamique
	margin-top: -0;
	margin-left: -0;*/
}

#commande {
	position: fixed;
	margin: auto;
	width: 14em; height: 64px;
	bottom: 40px;
	/*top: 80%;*/
	left: 50%;
	/*margin-top: -32px;*/
	/*margin-left: 7em;*/
	text-align: center;
	display: none;
}

#commande p {
	margin: -.2em 0;
	padding: .2em;
	background-color: #3f3f3f;
	color: white;
	white-space: nowrap;
	opacity: .75;
}

