/*------------------------------------*/
/* Fichier de configuration CSS       */
/*------------------------------------*/

/*--- Style de Rss-List ---*/

.rss-list{
	margin: 20px 10px 0px 0px;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

.rss-list h1 {
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
}

.rss-list h2 {
	margin: 0px;
	font-size: 13px;
	font-weight: normal;
}

.rss-list h3 {
	margin: 0px;
	font-size: 13px;
	font-weight: normal;
}

.rss-list hr {
	clear: left;
	border-color:#666666;
	border-style: dotted;
}

.rss-list a {text-decoration: none; color: #000000;}
.rss-list a:link {text-decoration: none; color: #000000;}
.rss-list a:hover {text-decoration: none; color: #666666;}
.rss-list a:visited {text-decoration: none; color: #000000;}
.rss-list a:visited:hover {text-decoration: none; color: #666666;}

