div.rss_html_logo, div.rss_html_intro, div.rss_html_title, div.rss_html_description, div.rss_html_item_title, div.rss_html_item_description, div.rss_js_title, div.rss_js_description, div.rss_js_item_title, div.rss_js_item_description {
	font-family: Arial, sans-serif;
	width: 550px;
}
div.rss_html_logo {
	 /*background-image: url(http://www.e-marchespublics.com/common/images/fondbleuxmlemp.gif);*/
}
div.rss_html_logo img {
	margin: 0px;
	border: none;
}
div.rss_html_intro {
	font-size: x-small;
}
div.rss_html_intro hr{
	border: 1px solid blue;
	background-color: blue;
}
div.rss_html_title, div.rss_js_title {
	margin: 20px;
	font-size: large;
}
div.rss_html_title a, div.rss_js_title a, div.rss_html_intro a {
	text-decoration: none;
	color: blue;
	background-color: white;
}
div.rss_html_title a:hover, div.rss_js_title a:hover, div.rss_html_intro a:hover {
	margin: 5px;
	color: white;
	background-color: blue;
	text-decoration: underline;
}
div.rss_html_description, div.rss_js_description {
	margin: 20px;
}
div.rss_html_item_title, div.rss_js_item_title {
	margin-top: 15px;
	font-size: 12px;
	color: black;
	background-color: #FFFF80;
}
div.rss_html_item_title:hover, div.rss_js_item_title:hover {
	background-color: #FFFFFF;
	margin-left: 10px;
}
div.rss_html_item_description, div.rss_js_item_description {
	font-size: x-small;
	margin-left: 10px;
	
}
div.rss_html_item_title a, div.rss_js_item_title a {
	color: black;
	background-color: #FFFF80;
}
div.rss_html_item_title a:hover, div.rss_js_item_title a:hover {
	color: blue;
	background-color: #FFFF80;
}
