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

#conteneur {
	height: 100%;
}

#conteneur.vtt {
	background-image: url(img/vtt.jpg);
}

#conteneur.route {
	background-image: url(img/route.jpg);
}

#covoit {
	position: relative;
	display: table;
	margin: auto;
	top: 2em;
	background-color: rgb(229,222,199);
	background-color: rgba(229,222,199,0.85);
	color: #2a2a2a;
	/*opacity: .92;*/
	/*font-size: .95em;*/
	width: 63em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;	
	padding: 1.5em;
	/*padding-left: 30em;*/
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	/*width: 90%;*/
	margin: auto;
	margin-top: 2em;
	/*display: block;*/
}

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

/*th.reglement {
	text-align: right;
}*/

td, th {
	border: 1px solid #b3b38e;
	/*text-align: left;*/
}

/*tr.options td {
	vertical-align: bottom;
}*/

td {
	padding: 0.15em .5em;
	/*white-space: nowrap;*/
}

td.tr_sep {
	height: 2em;
	border: none;
}

/*td p.info {
	margin: 0;
}*/

#covoit label {
	font-weight: bold;
	margin-right: 1em;
	position: relative;
	display: inline;
}

.bouton {
	text-align: center ;
	margin: .7em .5em;
	white-space: nowrap;
}

a {
	color: #a62626;
	text-decoration: none;
}

/*.cal_cont {
	position: relative;
}*/

td input, .cal {
	width: 7em;
}

td textarea {
	width: 15em;
	height: 6em;
}

th.intertitre, h2, h3 {
	text-align: left;
	color: #4e682e;
}

.exemple {
	color: gray;
}

input, textarea, select {
	font-size: 11px;
	margin: .2em 0;
}

.erreur {
	background-color: lightcoral;
}

.li_cov {
	position: absolute;
	top: 1.5em;
	left: 6em;
	color: darkslategray;
	background-color: #c1b295;
	/*display: none;*/
}

.li_cov ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid gray;
	border-bottom: none;
}

.li_cov ul li {
	padding: .3em 1em;
	border-bottom: 1px solid gray;
	font-weight: normal;
}

.li_cov ul a:hover {
	display: block;
	background-color: rgb(229,222,199);
}

p.entete, p.erreur {
	padding: .9em;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	font-size: .9em;
}

p.entete {
	background-color: #b0c0ac;
}