#UtilContent {
	background-color: #fff;
	padding: 0px;
/*	background-image: url(/v3/images/filigranes/voile13.jpg);*/
	background-image: url(/v3/images/filigranes/rose_2.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#EventsBanner {
	height: 32px;
	background-repeat: no-repeat;
	border-bottom: 1px solid silver;
	padding-top: 128px;
}
#EventsMenu {
	padding: 8px;
	height: 16px;
	text-transform: uppercase;
	text-align: right;
	background-color: #fff;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
#EventsMenu a {
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
	font-size: 8pt;
	color: #000;
}
#EventsMenu a:hover {
	color: #00a;
}
#EventsMenu a.ActiveMenu, #EventsMenu a.ActiveMenu:hover {
	color: #00a;
	font-weight: bold;
}
#EventsMainContent {
/*	background-color: red;*/
}
.EventsPhotoTitle {
	clear: both;
}
.EventsPhotoTitle div {
	padding: 15px;
	border-bottom: 1px solid silver;
	background-color: #e8e8e8;
	font-size: 14pt;
	color: silver;
}
.EventsPhotoTitle a {
	color: #444;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
}
.EventsPhotoTitle a:hover {
	color: #00a;
}

.PhotosVignettes {
	width: 170px;
	height: 120px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000;
}
.EveryPhoto, .EveryVideo {
	float: left;
	width: 170px;
	height: 120px;
	margin-top: 5px;
	margin-right: 15px;
	font-size: 8pt;
}
.EveryVideo {
	height: 162px;
	padding: 4px;
	margin-right: 0px;
	color: #888;
}
.EveryVideo a {
	color: #444;
	text-decoration: none;
}
.EveryVideo a:hover {
	color: #00a;
}
.ActiveVideo {
	height: 160px;
	background-color: #cecece;
	filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr="#cecece", startColorstr="#E1E1E1", gradientType="0");
	border: 1px solid #868686;
	font-weight: bold;
}

#DisplayOneNews {
	padding: 10px;
}
#NewsMenu {
	background-color: #cecece;
	border-right: 1px solid #868686;
}
#ScrollNewsList {
	background-color: #e8e8e8;
}
.ScrollNewsSliders {
	text-align: center;
}
#NewsTable {
	table-layout: fixed;
}
#NewsTable td {
	padding: 5px;
	font-size: 8pt;
	color: #888;
}
#NewsTable td a {
	color: #444;
	text-decoration: none;
}
#NewsTable td a:hover {
	color: #00a;
}
#NewsTable td img {
	border: 1px solid #868686;
	background-position: center;
	background-repeat: no-repeat; 
}
.ActiveNews {
	background-color: #cecece;
	font-weight: bold;
}
.ActiveNews td {
	filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr="#cecece", startColorstr="#E1E1E1", gradientType="0");
	border-top: 1px solid #868686;
	border-bottom: 1px solid #868686;
}

#NewsMainTitle {
	font-size: x-large;
	color: #888;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	line-height: 80%;
	margin-top: 40px;
	margin-bottom: 30px;
}
