/***************/
/* CSS des RSS */
/***************/
/* Pages de contenu */
.contenu_rss {
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	font-size	: 11px;
	margin		: 10px 5px 5px 5px;
	text-align	: left;
}
.contenu_rss .item {
	margin-bottom	: 10px;
}
.contenu_rss .titre {
}
.contenu_rss .description {
}
.contenu_rss .image {
	margin-right	: 5px;
}
.contenu_rss a:link, .contenu_rss a:visited, .contenu_rss a:hover, .contenu_rss a:active {
	color			: #000000;
	text-decoration	: none;
}
.contenu_rss a:hover {
	text-decoration	: underline;
}
#rss_liens_types {
	position	: absolute;
	white-space	: nowrap;
	margin-top	: -11px;
	margin-left	: 0px;
	clip		: rect(0px, 310px, 22px, 0px);
}
#rss_liens_types a:link, #rss_liens_types a:visited, #rss_liens_types a:hover, #rss_liens_types a:active {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 10px;
	color			: #AC2D41;
	font-weight		: bold;
	text-decoration	: none;
}

#rss_alaune_alerte {
	position		: absolute;
	border			: 1px #CCCCCC solid;
	background-color: #FAFAFA;
	width			: 220px;
	padding			: 10px;
	text-align		: center;
	margin-top		: 20px;
	margin-left		: 100px;
	display			: none;
}
