#liste_matiere {
	width:170px;
	float:left;
	/*border-right:1px solid #bdbdbd;*/
	margin-right:20px;
}

#liste_matiere li {
	padding:5px;
	border-bottom:1px dashed #bdbdbd;
}

#bloc_splh {
	padding-left:15px;
	/*border-left:1px solid #bdbdbd;*/
	width:30%;
	float:right;
}

ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

h2.titre_news {
	font-size:15px;
	/*font-family:'Times New Roman';*/
	margin-bottom:4px;
	margin-top:10px;
}

#liste_matiere .matiere_selected {
	background-color:#e9e9e9;
	font-weight:bold;
}

#liste_matiere .selected {
	background-color:#e9e9e9;
	font-weight:bold;
}

#liste_news {
	margin-left:190px;
	width:500px;
	list-style-position:inside;
}

.info_news {
	margin-bottom:20px;
}

.date {
	font-size:13px;
	color:#5b5b5b;
	font-style:italic;
	display:inline-block;
}

.source {
	color:#339c37;
	color:#5b5b5b;
}

.matiere {
	color:#ff6b00;
	font-size:14px;
}

.ad {
	text-align:center;
	margin:auto;
}

.resume {
	color:#282828;
}