/* @group Bloc en home */

.cal-item {
	width: 298px;
	height: 52px;
	position: relative;
	background: url(images/bg-event.png) repeat-x 0 bottom;
}

#events a {
	text-decoration: none;
}

.cal-item table {
	width: 100%;
}

.cal-item table td {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

td.cal-date {
	width: 51px;
}

.evt-datepicto {
	width: 49px;
	height: 49px;
}

.evt-month {
	width: 40px;
	display: block;
	position: absolute;
	text-align: center;
	font-size: 9px;
	left: 7px;
	top: 34px;
	color: #999;
}

.cal-item h2 {
	font: bold 12px/12px Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
	color: white;
	text-transform: uppercase;
	margin: 10px 0 0;
	padding: 0;
	height: 14px;
}

.cal-item h3 {
	color: #53c2d9;
	font: bold 9px/9px Verdana, "Lucida Grande", Lucida, sans-serif;
	margin: 0;
	padding: 0;
}

.cal-item .cal-dates {
	font-size: 9px;
	color: white;
	line-height: 9px;
}

.cal-text {
}

.cal-icns {
	text-align: right;
	margin: 0;
	padding: 0;
}

.cal-more {
	color: #fff;
	text-align: right;
	padding: 2px 4px;
	background-color: #353634;
}

.cal-more a {
	color: #53c2d9;
	text-decoration: none;
}

/* @end */

/* @group Page mois 3 colones */

.cal-3cols {
	margin: 0;
	padding: 0;
}

table.cal-3cols th {
	height: 30px;
	margin: 0;
	padding: 0;
	font: bold 14px Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
	text-transform: uppercase;
}

table.cal-3cols th.cal-3c-off {
	background-color: #1B1D1D;
	color: #888C88;
	width: 33%;
	position: relative;
	vertical-align: middle;
}

table.cal-3cols th.cal-3c-on {
	background-color: #262826;
	color: #C6CBC9;
}

.cal-3cols th.cal-3c-left {
	background: url(images/arrow-left.png) no-repeat left top;
}

.cal-3cols th.cal-3c-right {
	background: url(images/arrow-right.png) no-repeat right top;
}

td.cal-3c-off {
	width: 33%;
	background-color: #262A28;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
	vertical-align: top;
}

td.cal-3c-on {
	background-color: #373B37;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
	vertical-align: top;
}

.cal-3cols .evt-box {
	width: 210px;
	background-color: #1b1d1c;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border: 1px solid #666666;
	color: #525352;
	text-align: left;
	padding: 0 0 6px;
	margin-bottom: 20px;
}

.cal-3cols .evt-box a {
	color: #525352;
	text-decoration: none;
}

.cal-3c-on .evt-box {
	color: #999999;
	background-color: #252826;
}

.cal-3c-on .evt-box a {
	color: #999999;
	text-decoration: none;
}

.evt-box .evt-header {
	height: 50px;
	margin: 0;
	padding: 0;
	position: relative;
	background: #2B2D2D url(images/bg-header.png) repeat-x left center;
	vertical-align: middle;

}


.evt-box .evt-body {
	padding: 6px 6px 0;
	background: url(images/bg-evt-desc.png) repeat-x 0 top;
	text-align: left;
	font-size: 11px;
}

td.cal-3c-off .evt-box .mask-top {
	width: 212px;
	height: 9px;
	background-image: url(images/event-top-mask-off.png);
	position: absolute;
	left: -1px;
	top: -1px;
}

td.cal-3c-off .evt-box .mask-bottom {
	width: 212px;
	height: 9px;
	background-image: url(images/event-bottom-mask-off.png);
	position: absolute;
	left: -1px;
	bottom: -1px;
}

td.cal-3c-on .evt-box .mask-top {
	width: 212px;
	height: 9px;
	background-image: url(images/event-top-mask-on.png);
	position: absolute;
	left: -1px;
	top: -1px;
}

td.cal-3c-on .evt-box .mask-bottom {
	width: 212px;
	height: 9px;
	background-image: url(images/event-bottom-mask-on.png);
	position: absolute;
	left: -1px;
	bottom: -1px;
}

.cal-3c-prev {
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0;
	float: left;
	line-height: 30px;
	color: #888C88;
	text-decoration: none;
}

.cal-3c-next {
	height: 30px;
	margin: 0;
	padding: 0;
	float: right;
	width: 100%;
	line-height: 30px;
	color: #888C88;
	text-decoration: none;
}

.evt-box h2 {
	font: bold 12px/12px Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
	color: white;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

.evt-box h3 {
	color: #53c2d9;
	font: bold 9px/9px Verdana, "Lucida Grande", Lucida, sans-serif;
	margin: 0;
	padding: 0;
}

.evt-box .evt-desc {
	padding-left: 6px;
	padding-right: 6px;
	font-size: 9px;
}

.evt-header h2 {
	padding-right: 50px;
	border-color: red;
	padding-left: 6px;
	vertical-align: middle;
	position: relative;
}

.evt-header h222 {
	padding-right: 50px;
	border-color: red;
	padding-left: 6px;
	vertical-align: middle;
	background-color: yellow;
	top: 50%;
	position: relative;
}

.evt-header h3 {
	padding-right: 50px;
	height: 23px;
	border-color: red;
	padding-left: 6px;
}

.evt-header .evt-day {
	width: 49px;
	height: 49px;
	margin: 0;
	position: absolute;
	bottom: 0;
	right: 1px;
}

.evt-header .evt-hour {
	color: #888C88;
	font-size: 11px;
	text-align: center;
	width: 49px;
	position: absolute;
	bottom: 5px;
	right: 1px;
}

.evt-picto-cont {
}

.evt-picto {
	margin: 0;
}



/* @end */

/* @group Administration calendrier */

.ec-adm-cmde {
	line-height: 32px;
	color: #53c2d9;
	font-size: 14px;
}

.ec-form {
	text-align: left;
	padding: 6px;
	font-size: 12px;
}

.ec-form form table td {
	vertical-align: top;
	padding-bottom: 4px;
	padding-right: 4px;
	font-size: 12px;
}

.ec-form label {
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
}

.ec-form input, .ec-form textarea {
	border: 2px inset #666;
	background-color: #dedede;
}

.ec-form .evt-image {
	height: 50px;
	margin: 0;
	padding: 0;
	position: relative;
	background: #2B2D2D no-repeat left top;
	border: 3px inset #646D64;
	width: 210px;
	text-align: center;
	z-index: -100;
}

.ec-form .evt-image .evt-day {
	width: 49px;
	height: 49px;
	margin: 0;
	position: absolute;
	bottom: 0;
	right: 1px;
}

a.file-upload {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	z-index: -100;
}

a:hover.file-upload {
	text-decoration: none;
	color: yellow;
}

.adm-btn {
	background: url(images/btn4.png) repeat-x;
	color: #000;
	height: 14px;
	margin-left: 2px;
	text-decoration: none;
	display: inline-block;
	padding: 2px;
	line-height: 14px;
	top: -20px;
	position: relative;
	margin-right: 2px;
	border: 1px outset #0098be;
}

/* @end */

