div.news {
	background-image: url(./content_article_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	color: #192666;
	text-align:justify;
/*	float: left;
	width: 50%;*/
}
    div.news h2 {
	margin:0 -20px;
	padding:5px;
	background-color: #DEE5FD;
	background-image: url(./content_title_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
/*	display: list-item;
	list-style-image:url(ico_list.gif);
	list-style-position: inside;
*/
	}

    div.news .horodatage {margin:10px 0; padding-bottom:8px; border-bottom:1px solid #DEE5FD; color:#6685CC;}
    div.news .horodatage span.date {
	background-image: url(./ico_date.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
	}
    div.news h2 span {background:url("./ico_list.gif") 0 50% no-repeat; padding-left:25px;}
    /*div.news p {color: #192666; text-align:justify;}
	div.news li {color: #192666;}*/
/*

    #contenu .info a {color:#6685CC;}
    #contenu .info a:hover {color:#FF9000;}
    */