ul#news{
	width: 560px;
	list-style: none;
}

ul#news li{
	padding-left: 100px;
	width: 460px;
	margin-bottom: 20px;
	line-height: 20px;
}

ul#news li.anchor{
	height: 1px;
	margin: 0px;
}

li.news{
	background-image: url(../images/ic-news.png);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
}

li.topic{
	background-image: url(../images/ic-topic.png);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
}


ul#news li.myAccordion-declencheur{
	cursor:pointer;
	color: #7e7e7e;
	font-weight: bold;
}

ul#news li.myAccordion-declencheur:hover{
	color: #100088;
	font-weight: bold;
}

ul#news li.myAccordion-declencheur-actif{
	cursor:pointer;
	color: #100088;
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom: none;
}

ul#news li.myAccordion-declencheur *{
	cursor:pointer;
	color: #7e7e7e;
	font-weight: bold;
}
ul#news li.myAccordion-declencheur-actif *{
	cursor:pointer;
	color: #100088;
	font-weight: bold;
	margin-bottom: 5px;
}

ul#news li.myAccordion-content{
}

ul#news li.myAccordion-content-actif{
	border-top: 1px dashed #e6e6e6;
	padding-top: 5px;
}


