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

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




/*
.press_title
{
	color: 					#AF0000;
	font-weight: 			bold;
	font-size: 				14pt;
	padding-bottom:			10px;
	padding-top:			40px;
}
*/

.press_list_item
{
	padding: 				20px 0;
	border-top: 			1px solid #DDD;
}

.press_list_picture:link,
.press_list_picture:hover,
.press_list_picture:active,
.press_list_picture:visited
{
	display: 				block;
	padding: 				0;	
	margin-top: 			15px;
	text-align: 			center;
	margin-top: 			10px;
	margin-right: 			15px;
}

.press_list_date
{
	font-size: 				8pt;
	color: 					#333;
	font-weight: 			bold;
	margin-left: 			10px;
}

.press_list_title
{
	font-size: 				11pt;
	font-weight: 			bold;
	color: 					#218FDB;
	margin-bottom: 			10px;
	margin-left: 			10px;
}

.press_list_description
{
	font-size: 				8pt;
	color: 					#999;
	text-align: 			justify;
	margin-left: 			10px;
}

.press_list_seemore
{
	color: 					#218FDB;
	text-decoration: 		underline;
	text-align:				right;
	margin: 				10px 0;
	cursor: 				pointer;
	font-size: 				8pt;
	font-weight: 			bold;
}