/* @override 
	http://grogro.local:8888/~max/velorizons/v3/vues/voyages.css
*/

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

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

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

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

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

#voyages {
	position: relative;
	display: table;
	margin: auto;
	top: 2em;
	background-color: #e5dec7;
	color: #2a2a2a;
	opacity: .85;
	font-size: .9em;
	min-width: 45em;
}

div#voyages {
	/*display: block;
	position: absolute;
	left: 0; right: 0;*/
	width: 80%;
	/*opacity: .85;*/
	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: #3f3f3f;
	margin: 0 0.5em;
	color: #d8d8d8;
}

table {
	border-collapse: collapse;
	margin: 0 auto;
}

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

th {
	text-transform: capitalize;
}

td {
	text-align: center;
	padding: 0.15em .5em;
	/*border: 1px solid black;
	border-width: 1px 0;*/
}

tr.active {
	background-color: #aeaeae;
}

td.intitulé {
	text-align: left;
}

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%;
}

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

#gmap {
	position: absolute;
	top: 5.5em;
	bottom: 1.5em;
	min-height: 500px;
	left: 1.5em; right: 1.5em;
	/*left: 2%; 
	width: 96%;*/
	z-index: 5;
	/*display: none;*/
	/*border: 1px solid red;*/
}

.schematique {
	color: #a62626;
	background-color: #e5dec7;
	margin-top: 1em;
	padding: .5em;
}

/* détail circuit */

h2 {
	font-size: 1.5em;
	text-align: center;
	color: #a62626;
	margin-bottom: 0;
}

h3 {
	text-align: center;
	color: #a62626;
	font-size: 1em;
	margin-top: 0;
	margin-bottom: 2em;
}

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

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

/*dd.dings {
	margin-left: 10em;
}*/

.carte {
	float: right;
	margin-left: 1.5em;
	width: auto; height: auto;
	cursor: pointer;
}

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

#id_util_0 a, #id_util_1 a, #mailing_album a {
	font-weight: bold;
	color: #a62626;
}

/*div#voyages a:hover
, #voyages caption a:hover {
	text-decoration: underline;
}*/

.reperes {
	display: none;
}

pre {
	color: gray;
}

div.caption {
	text-align: center;
}

/* recherche */

input, select {
	font-size: 11px;
}

div span {
	/*display: -moz-inline-stack;*/
	display: inline-block;
	position: relative;
	margin: .2em;
	vertical-align: top;
}

div p.bug_moz {
	width: 40em;
	clear: both; /*ff 2*/	
}

div p.bug_moz span {
	display: block;
	float: left;
}

div span * {
	margin: 0;
}

div span label {
	font-weight: bold;
	display: block;
	padding-bottom: .2em;
	text-align: left;
}

div .court {
	width: 2em;
}

div .date {
	width: 6em;
}

div .prix {
	width: 5em;
}

ul.l_prix {
	list-style-type: none;
	padding: 0;
	margin:  0 auto;
	width: 4em;
	margin-left: -2em;
	position: absolute;
	top: 3.5em;
	left: 50%;
	color: darkslategray;
	background-color: #c1b295;
	border: 1px solid gray;
	border-top: none;
	display: none;
}

.l_prix li {
	border-top: 1px solid gray;
	padding: 0.15em .6em;
}

.l_prix li:hover {
	background-color: #e5dec7;
}

/* calendrier */

/*#cal_b {
	padding: 0;
	border: none;
	width: 16px;
	height: 16px;
	color: transparent;
	cursor: pointer;
	background: transparent url(calendrier.png) center center;
}*/

.cal_div {
	position: absolute;
	top: 3.5em;
	left: 0;
	/*right: 0;*/
	display: none;
	color: darkslategray;
	background-color: #c1b295;
	border: 1px solid gray;
	/*pro*/
	/*border: 1px solid red;*/
}

.cal_div table {
	border-collapse: separate;
	border-spacing: .4em;
	margin: 1em;
}

.cal_div th {
	border: none;
	text-align: center;
}

#voyages .cal_div th a {
	padding-right: 0;
}

.cal_div td, th#m_prec, th#m_suiv {
	text-align: center;
	border: 1px solid gray;
	padding: 0.15em .6em;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
}

.cal_div td.actif {
	border-color: #7e150f;
}

.cal_div .raccord {
	color: gray;
}

/*.cal_div > p {
	clear: none;
	padding: 0 1em;
}*/

.cal_div table td {
	/*background-position: left -3px;
	background-repeat: no-repeat;*/
	cursor: crosshair;
}