.gallery_title
{
	color: 					#1E7FB5;
	font-size: 				12pt;
	font-weight: 			bold;
	padding: 				10px 20px;
	border-right: 			1px solid #CCC;
	background-image: 		url(../images/gallery/gallery_puce.png);
	background-repeat: 		no-repeat;
	background-position: 	bottom center;
	margin: 				10px 0;
}

.gallery_title_selected:link,
.gallery_title_selected:hover,
.gallery_title_selected:active,
.gallery_title_selected:visited
{
	display: 			block;
	color: 				#929495;
	font-size: 			12pt;
	font-weight: 		bold;
	text-decoration: 	none;
	padding: 			10px 20px;
	margin: 			10px 0;
}


.video_item
{
	text-align: 		center;
	margin: 			10px 20px;
}

.video_item_video
{
	margin: 			5px 0;
}
.video_item_title
{
	padding: 			3px;
	text-align: 		center;
	margin: 			1px 0;
	font-weight: 		bold;
}
.video_item_description
{
	padding: 			3px;
	text-align: 		left;
	margin: 			1px 0;
	font-size: 			8pt;
	color: 				#999;
	padding: 			0 5px;
}
.video_item_date
{
	padding: 			3px;
	text-align: 		left;
	color: 				#FF7B03;
	font-size: 			8pt;
	padding: 			0 5px;
}