/*** EMILE MAURIN : news.css ***/

div.articleListe {
	margin: 8px 0px 0px 0px;
}

div.articleListe div.articlePromo {
	width: 22px;
	text-align: center;
}

div.articleListe div.date {
	position: relative;
	padding: 14px 0px 14px 0px;
	/* width: 140px ; */
	width: 92px ;
	text-align: center;
	font-weight: bold;
}
div.articleListe div.date img.nouveaute {
	position: absolute;
	top: 60px;
	left: 60px;
}

div.articleListe div.contenuBulle {
	/*height: 140px;*/
	height: auto;
	min-height: 140px;
	_height: 140px;
	/*overflow: auto;*/
}
div.articleListe div.contenuBulle table {
	/*height: 140px;*/
	height: auto;
	min-height: 140px;
	_height: 140px;
}
div.articleListe div.contenuBulle table td {
}

div.articleListe div.listeLien {
	/* height: 140px; */
	width: 160px ;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: auto;
}
div.articleListe div.listeLien table {
	width: 100%;
	/* height: 140px; */
}
div.articleListe div.listeLien a:hover {
	text-decoration: underline;
}
div.articleListe div.listeLien div.container {
	margin: 0px 3px 0px 0px;
	overflow: hidden;
}
div.articleListe div.listeLien div.container2 {
	width: 500px;
}
div.articleListe div.listeLien .puce {
	font-size: 10px;
	background-image: url('../images/site/puce_liste.gif');
	background-position: 2px 5px;
	background-repeat: no-repeat;
	text-decoration: none;
	padding-left: 8px;
}