/*
 * rssFeed - Your rss feed on your website
 *
 * http://noprobweb.com/rss_feed_flux_jquery.php
 *
 * Version :  1.4
 *
 * Copyright (c) 2012 NoProbWeb (http://www.noprobweb.com)
 *
 * Licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
 * 
 * Built on top of the jQuery library
 * http://jquery.com
 * 
 */
 #rssFeed{
padding:0px;
margin:0px;
 }

#feed {
color:black;
height: 150px;
/*border: 2px solid purple;*/
padding:0px;
margin:0px;
/*width:275px;*/
}

#feed div {
padding:5px;
display:block;
font-size: 80%;
}

#feed div h4 {
    font-size: 130%;
}
#feed div li p {
    font-size: 130%;
}

#feed ul li {
    background: none;
    list-style: none; 
}
#feed p {
	margin: 0;
	padding: 5px;
}
#feed .rssHeader {
    font-size: 140%;
}

#titre{
background-color:white;
padding:0px;
margin:0px;
text-align:left;
border: 2px solid green;
}
#titre img{
padding:5px;
border:1px solid #000;
margin-right:1em;
vertical-align:top;
}
#titre a{
text-decoration:none;
color:black;
}
#resume{
height:0;
display:none;
/* padding : 0 0 5px 0;   */
}
#resume a{
color:white;
}
#title{
font-weight:bold;
/* padding : 5px 0 5px 0; */
}
#title a{
color:white;
}
#time{
color:white;
}
#loading{
/* padding :25px 0 0 0; */
background-color:white;color:black;
}