#filRSS { 
  width: 100%;
  float: right;
  font-size: 1em;
  padding: 3px;
  border: 1px solid black;
  margin: 0px 3px 0px 6px;
 }

#filRSS #liste { 
  padding: 5px 0px 5px 0px;
  cursor: pointer;
  color: olive;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  }

#filRSS #laListe { 
  display: none;
 }
#RSS{ 
  display: block;
  color:black;
/*  background-color:white;*/
 }
.item_liste>a{
  display: block;
  text-decoration: none;
  color: #a34f47;
  background-color: #fff;
  font-weight: bold;
  padding: 3px;
  margin: 3px;
}
.item_liste>a:hover{
  display: block;
  text-decoration: none;
  color: white;
  background-color: #a34f47;
  font-weight: bold;
  padding: 3px;
}

#filRSS .rss_channel { 
  background-color: olive;
  color: white;
  font-size: 1em;
  font-weight: bold;
  width: 100%;
 }

#filRSS .rss_item {
 display: block;
 padding-top: 2px;
padding-bottom: 0px;
padding-right: 2px;
padding-left: 0px;
 margin: 2px 0px 2px 0px;
 }

#filRSS .rss_item>a { 
  display: block;
  text-decoration: none;
  color: orange;
  background-color: white;
  font-weight: bold;
  padding: 3px;
 }

#filRSS .rss_item a:hover { 
  background-color: orange;
  color: white;
  }

#filRSS .rss_description { 
  display: block;
  font-size: 0.80em;
 }

.rss_description>a>img{
width:150px;
}
