.listArticle {
	background:#FEFEFE url(../images/backgrounds/gradientGray.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	border: 1px solid #ccc;
	margin: 10px 0;
	clear: both;
	-webkit-border-radius: 4px; -moz-border-radius: 4px;
	display:block;
	text-decoration:none;
	color:#333;
	padding:0.4em;
	overflow:hidden;
}
.listArticle:hover {
	background:#FEFEFE url(../images/backgrounds/gradientGray.jpg);
	background-position:0 40px;
	background-repeat:repeat-x;
	border: 1px solid #eee;
	margin: 10px 0;
	clear: both;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	display:block;
	text-decoration:none;
	color:#333;
}
.listArticle span {
	display:block;
	font-size:11px;
	font-weight:normal;
}
.listArticle img {
	display:block;
	font-size:11px;
	font-weight:normal;
}