@import url('/stylesheets/lightbox.css');

/* FEATURE */
.feature .content {
	padding: 0px;
}

.feature_pictures {
	width: 100%
	height: 100%
}

.feature_pictures div {
	height: 190px;
	width: 420px;
	float:left;
	margin-top: 11px;
	margin-left:11px;
	_margin-left: 6px;
	_margin-right: 6px;
}

/* PAGE */
.page {
	_margin-top: 20px;
}

.page .left h2 {
	color: #000000;
}

h2 .date {
	font-size:12px;
	margin-left: 5px;
	color: #555555;
	font-weight: normal;
}

.pictures .picture {
	width: 155px;
	height: 100px;
	float:left;
	margin-right: 16px;
	margin-bottom: 16px;
	background-repeat: no-repeat;
	background-position: center;
	border: 2px solid #CCCCCC;
}

.pictures .picture a {
	display:block;
	height:100%;
	width:100%;
}

/* RIGHT */

.right .right_group {
	background-image: url(/images/pages/agenda/point.png);
	background-repeat: repeat-x;
	background-color: #DCD771;
	margin-bottom: 10px;
	border: 1px solid #DDD872;
	padding: 5px;
}

.right #active {
	opacity: 0.7!important;
	-moz-opacity: 0.7!important;
	filter: alpha(opacity=70)!important;
}

.right .right_group a {
	margin-left: 175px;
	color: #000000;
	font-weight: bold;
}