@charset "utf-8";
/* CSS Document */


.listeRSS
{
list-style: none;
margin: 0;
padding: 0.25em;
width:500px;
border-top: 1px solid black;
display:table;

}

.lienRSS { 
text-decoration: none; 
color:#DC143C;
font-weight:bold;

}
.texteRSS img {
	float : left;
	display:block;
	padding:6px;
	}


.texteRSS {
	color:#333333;
	font-family:Arial, Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;

	}
	

