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

#conteneur {
	/*position: relative;*/
	/*min-*/height: 100%;
}

#contenu {
	position: relative; /*pour z-index*/
}

#contenu a {
	text-decoration: none;
	color: #ffead9;
}

#contenu a:hover {
	text-decoration: underline;
}

#voyages {
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;	
	padding: 1.5em;
}

#voyages {
	position: relative;
	display: table;
	margin: auto;
	top: 2em;
	background-color: #5f6557;
	color: #ffead9;
	opacity: .85;
	font-size: .9em;
	/*min-width: 45em;*/
}

/*div#voyages {
	width: 80%;
	font-size: inherit;
	min-height: 560px;
}

div#voyages.bug_moz {
	display: block;
	position: absolute;
	left: 0; right: 0;
}*/

select {
	border: 1px solid #7f7f7f;
	background-color: #5f6557;
	margin: 0 0.5em;
	color: #d8d8d8;
}

table {
	border-collapse: collapse;
	border: 1px solid #7e150f;
}

th, caption {
	padding: .5em;
	white-space: nowrap;
}

th {
	text-transform: capitalize;
	border-bottom: 1px solid #7e150f;
}

td {
	text-align: center;
	padding: 0.15em .5em;
}

/*td, th {
}*/

tr.active {
	background-color: #7e150f;
}

td.intitulé {
	text-align: left;
	min-width: 20em;
}

td.date {
	text-align: right;
}

.diapo {
	position: absolute;
	height: 100%; width: 100%;
	overflow: hidden;
}

/*.b_circuit .diapo {
	background-color: #191919;
}*/

.diapo img {
	display: block;
	width: auto;
	margin: auto;
	height: 100%;
}

/* détail circuit */

h2 {
	text-align: center;
	font-size: 1.5em;
	color: #7e150f;
}

dt {
	font-weight: bold;
	float: left;
	clear: left;
	width: 12em;
	height: 1.5em;
}

dd {
	margin: 1em 0 1em 12em;
	text-align: justify;
}

div#voyages a
, #voyages caption a {
	display: inline-block;
	white-space: nowrap;
	padding-right: 1em;
	font-weight: bold;
	color: #7e150f;
}

.reperes {
	display: none;
}

pre {
	color: gray;
}

