/**
 * Liste de rsultats
 ******************************************/

#press_room ul#liste_resultats li .ligne
{
	background-image: url(../../images/commun/fonds/f_liste_resultats_press_room.png);
	padding: 10px 0;
} 

#press_room ul#liste_resultats li h2
{
	color: #93b613;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px;
}

#press_room ul#liste_resultats li h2 a { color: #93b613; }
#press_room ul#liste_resultats li h2 a:hover { color: #769210; }

#press_room ul#liste_resultats li .date_pays { width: 81px; }

#press_room ul#liste_resultats li .date_pays h2 { font-size: 12px; }

#press_room ul#liste_resultats li .date_pays p
{
	color: #b0b0b0;
	font-size: 14px;
	line-height: 18px;
}

#press_room ul#liste_resultats li .visuel
{
	text-align: center;
	width: 72px;
}

#press_room ul#liste_resultats li .visuel img { border: 2px solid #e0e0e0; }

#press_room ul#liste_resultats li .description
{
	padding: 0 20px;
	width: 407px;
}

#press_room ul#liste_resultats li .description p
{
	color: #9b9b9b;
	font-size: 11px;
	line-height: 11px;
}

#press_room ul#liste_resultats li .description p:hover { color: #5c5c5c; }

#press_room ul#liste_resultats li .actions
{
	padding: 20px 0 0 20px;
}

/**
 * Infobox
 ******************************************/
/* Infos */
#infos_press_room
{
	clear: both;
	height: 48px;
	margin: 0 0 10px;
	overflow: hidden;
}

#infos_press_room .date_pays,
#infos_press_room .visuel,
#infos_press_room .telechargement,
#infos_press_room .transfert { float: left; }

#infos_press_room .date_pays
{
	border-right: 1px solid #d8d8d8;
	height: 43px;
	padding: 5px 0 0;
	width: 125px;
}

#infos_press_room .date_pays h2
{
	color: #93b613;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px;
}

#infos_press_room .date_pays p
{
	color: #b0b0b0;
	font-size: 14px;
	line-height: 18px;
}

#infos_press_room .visuel
{
	border-right: 1px solid #d8d8d8;
	text-align: center;
	height: 48px;
	width: 180px;
}

#infos_press_room .visuel img { border: 2px solid #d8d8d8; }

#infos_press_room .telechargement
{
	border-right: 1px solid #d8d8d8;
	text-align: center;
	height: 43px;
	padding: 5px 0 0;
	width: 235px;
}
#infos_press_room .transfert
{
	text-align: center;
	padding: 18px 0 0;
	width: 202px;
}

/* Description */
#desc_press_room
{
	border-top: 1px solid #d8d8d8;
	clear: both;
	margin: 0 0 10px;
	padding: 10px 0 0;
}

#desc_press_room h2
{
	color: #93b613;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px;
}

#desc_press_room h3
{
	border-bottom: 1px solid #d8d8d8;
	color: #9b9b9b;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0 0 5px;
}

#desc_press_room p
{
	color: #9b9b9b;
	font-size: 11px;
	line-height: 11px;
	margin: 0 0 10px;
}