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

/* calendrier */

.cal_div {
	position: absolute;
	top: 1.8em;
	/*margin-top: 3px;*/
	left: 2em;
	/*right: 0;*/
	display: none;
	color: darkslategray;
	background-color: #c1b295;
	border: 1px solid gray;
	z-index: 3;
	font-weight: normal;
	/*pro*/
	/*border: 1px solid red;*/
}

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

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

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

.fermer {
	position: absolute;
	left: -8px;
	top: -6px;
	/*left: -15px;
	top: -12px;*/
	opacity: .7;
}