#ListeArticles {
	display: inline;
	background: white;
	width:280px; 
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-top: 20px;
	float: left; 
	z-index: 10000;
	border-bottom: 1px solid #F7C892;
	border-right: 1px solid #F7C892;
	border-left: 1px solid #F7C892;
}

#TitreListeArticles {
	color: #EC8E21;
	background: #FDF3EA;
	border-bottom: 1px solid #F7C892;
	border-top: 1px solid #F7C892;
	height: 32px;
	padding-left: 15px;
	padding-top: 2px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size:140%;
	vertical-align: middle;
}

#TitreListeArticles img {
	vertical-align: middle;
	padding-right: 10px;
	top: 2px
}

img.ImgGauche {
	margin-left: 15px; 
	float:none;
}

#ContenuListeArticles {
	line-height: 160%;
}