/* Liste d'actualités */
/* ------------------------------------------------------------------------------------------- */

#actualiteListe, #agendaListe
{
	padding-top: 5px;
}
#agendaListe
{
	clear: left;
}
.item
{
	
	width: 460px;
	padding: 10px;
	min-height: 65px;
}
.bg2
{
	background-color: #CAE0F5;
}
.item .imgItem
{
	float: left;
	width: 86px;
	height: 54px;
	margin-top: -3px;
	padding: 8px 7px;
	background: url(../medias/_images_actualites/_vign_bg.png) no-repeat top left;
}
.item .itemColor
{
	width: 110px;
	height: 65px;
	float: left;
	margin-right: 10px;
	border-right: 2px solid #B6D100;
}
#agendaListe .item
{
	width: 700px;
	min-height: 110px;
	clear: left;
	margin-bottom: 10px;
}
#agendaListe .item .imgItem
{
	width: 165px;
	height: 100px;
	background: url(../medias/_images_agenda/_bg_vignette_agenda.png) no-repeat top left;
}
#agendaListe .item .itemColor
{
	width: 189px;
	height: 111px;
}
.item .itemDate
{
	color: #3F3F3F;
	font: bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.item H6, .item P
{
	line-height: 14px  !important;
	display: block  !important;
	width: 313px;
	float: right !important;
	margin: 0px 0px 4px 0px !important;
}
#agendaListe .item H6, #agendaListe .item P
{
	width: 478px;
}
#actualiteListe2 .item
{
	width: 460px;
	margin-bottom: 10px;
}
#actualiteListe2 .item H6, #actualiteListe2 .item P
{
	width: 313px;
}

.illustrActuDetail
{
	padding: 8px 7px;
	background: url(../medias/_images_actualites/_illustr_default_actu.png) no-repeat top left;
	float: left;
	margin: 0px 15px 15px 0px;
	width: 242px;
	height: 180px;
}
.item .itemGroupe
{
	font: bold 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	display: block;
	width: auto;
	float: left;
	padding-bottom: 2px;
	border-bottom: 1px dotted red;
}
.item .itemGoupeAgenda
{
	font: bold 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
}
.item P A
{
	color: #666;
}
