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

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

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

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

#events ul#liste_resultats li .type_lieu { width: 81px; }

#events ul#liste_resultats li .type_lieu h2 { font-weight: normal; }

#events ul#liste_resultats li .type_lieu p
{
	color: #b0b0b0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

#events ul#liste_resultats li .type_lieu p em { color: #9b9b9b; }

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

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

#events ul#liste_resultats li .description
{
	padding: 0 20px;
	width: 367px;
}

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

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

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

#events ul#liste_resultats li .actions a
{
	display: block;
	margin: 0 0 10px;
}

/**
 * Infobox
 ******************************************/
/* Infos event */
#infos_event
{
	background: url(../../images/commun/fonds/f_infos_events.png) 0 0 repeat-y;
	clear: both;
	margin: 0 0 10px;
	overflow: hidden;
	zoom:1;
}

#infos_event .type_lieu,
#infos_event .visuel,
#infos_event .infos_pratiques,
#infos_event .intervenants
{
	float: left;
	margin: 0 1px 0 0;
}

#infos_event .type_lieu { width: 85px; }

#infos_event .type_lieu h2
{
	color: #93b613;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 10px;
}

#infos_event .type_lieu p
{
	color: #b0b0b0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

#infos_event .type_lieu p em { color: #9b9b9b; }

#infos_event .visuel
{
	text-align: center;
	width: 114px;
}

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

#infos_event .infos_pratiques
{
	color: #9b9b9b;
	font-size: 10px;
	padding: 0 10px;
	width: 180px;
}

#infos_event .infos_pratiques strong
{
	color: #93b613;
	font-size: 11px;
	font-weight: normal;
}

#infos_event .infos_pratiques li
{
	line-height: 11px;
	margin: 0 0 5px;
}

#infos_event .intervenants
{
	color: #9b9b9b;
	font-size: 10px;
	padding: 0 0 0 10px;
	width: 150px;
}
#infos_event .inscription
{
	float:left;
	padding: 26px 0 0 30px;
}

#infos_event .intervenants .titre strong
{
	color: #93b613;
	font-size: 11px;
	font-weight: normal;
}

#infos_event .intervenants p
{
	line-height: 11px;
	margin: 0 0 5px;
}

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

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

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

/* Agenda event */
#agenda_event
{
	border-top: 1px solid #d8d8d8;
	clear: both;
	margin: 10px 0;
	overflow: hidden;
	zoom:1;
	padding: 10px 0 0;
}

#agenda_event .col
{
	float: right;
	width: 340px;
	padding:0 0 0 30px;
}

#agenda_event .first
{
	float:left;
	border-right: 1px solid #d8d8d8;
	padding: 0 10px 0 18px;
}

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

#agenda_event dt
{
	color: #93b613;
	font-size: 11px;
	line-height: 11px;
	margin: 10px 0 0;
}

#agenda_event dd
{
	color: #9b9b9b;
	font-size: 10px;
	line-height: 10px;
	margin: 2px 0 0;
}