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

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

#download ul#liste_resultats li .theme_langue { width: 88px; }

#download ul#liste_resultats li .theme_langue h2
{
	color: #93b613;
	font-size: 12px;
	font-weight: normal;
}

#download ul#liste_resultats li .theme_langue h2 em { font-size: 14px; }

#download ul#liste_resultats li .theme_langue p
{
	color: #b0b0b0;
	font-size: 12px;
	font-style: italic;
}

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

#download ul#liste_resultats li .description h2 a { color: #93b613; }
#download ul#liste_resultats li .description h2 a:hover { color: #769210; }

#download ul#liste_resultats li .description
{
	padding: 0 15px;
	width: 475px;
}

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

#download ul#liste_resultats li .actions
{
	text-align: right;
	width: 135px; 
}

#download ul#liste_resultats li .actions a
{
	display: inline-block;
	margin: 0 0 5px;
}

/**
 * Infobox
 ******************************************/
/* Infos event */
#infos_download
{
	clear: both;
	margin: 0 0 10px;
	overflow: hidden;
	zoom:1;
}
#infos_download .visuel
{
	float: left;
	text-align: center;
	width: 114px;
}
#infos_download .texte
{
float:right;
width:610px;
font-size:12px;
color:#818181;
}
#infos_download .texte h2
{
font-size:14px;
color:#93b613;
margin:0 0 5px 0;
}

#infos_download .visuel img { border: 2px solid #e0e0e0; }

#infos_download .transferer{
clear:both;
padding:20px 20px 0 0;
text-align:right;
}