
    body {
      background-color: transparent;
      color: black;
      font-family: Tahoma, "Times New Roman", Arial;
      font-size: .8em;
      margin: 0;
    }
    #feedGadget { 
      margin-top : 20px;
      margin-left: 8px;
      margin-right: auto;
      margin-bottom: 15px;
      width : 220px;
      font-size: 20px;
      /*color: #9CADD0;*/
    }
.gfg-root {
  width : 100%;
  height : auto;
  position : relative;
  overflow : hidden;
  text-align : left;
  font-family: Tahoma, "Times New Roman", Arial;
  font-size: 11px;
}

.gfg-title {
  font-size: 1px;
  /*font-weight : bold;*/
  /*color : #ff0000;*/
  /*background-color: #E5ECF9;*/
  line-height : 1.6em;
  overflow : hidden;
  white-space : nowrap;
  padding-left : 5px;
  margin-bottom: 0px;
}

.gfg-title a {
  color : #eeeeee;
}

.gfg-subtitle {
  font-size: 10px;
  font-weight : bold;
  /*background-color: #eaeaea;*/
  line-height : 1.4em;
  overflow : hidden;
  white-space : nowrap;
  margin-top : 12px;
  margin-bottom : 5px;
  padding-left : 30px;
  /*border-bottom: 1px solid #cbd1d3;*/
  width : 160px;
}

.gfg-subtitle a {
  color : #494949;
  text-decoration:none;
}

.gfg-entry {
  /*background-color : white;*/
  width : 100%;
  height : 15em;
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-top : 1px;
  margin-bottom : -8px;
  /*font-weight : bold;                 */
}

/* To allow correct behavior for overlay */
.gfg-root .gfg-entry .gf-result {
  position : relative;
  /*background-color : white;*/
  width : auto;
  height : 100%;
  padding-left : 5px;
  padding-right : 5px;
}

.gfg-list {
  border-top: 1px solid #cbd1d3;
  padding-top : 15px;
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-bottom : 5px;
}

.gfg-listentry {
  line-height : 2.4em;
  overflow : hidden;
  white-space : nowrap;
  text-overflow : ellipsis;
  -o-text-overflow : ellipsis;
  padding-left : 0px;
  padding-right : 5px;
  margin-left : 5px;
  margin-right : 5px;
}

.gfg-listentry-odd {
  /*background-color : #F6F6F6;*/
}

.gfg-listentry-even {
}

.gfg-listentry-highlight { 
  background-image : url('../img/fleche1.gif');
  background-repeat: no-repeat;
  background-position : center left;
}

/*
 * FeedControl customizations.
 */

.gfg-root .gfg-entry .gf-result .gf-title {
  font-size: 14px;
  line-height : 2.0em;
  overflow : hidden;
  white-space : nowrap;
  text-overflow : ellipsis;
  -o-text-overflow : ellipsis;
  margin-bottom : -4px;
  color : #494949;
  text-decoration:underline;
}

.gfg-root .gfg-entry .gf-result .gf-snippet {
  height : 3.8em;
  color: #585858;
  margin-top : 16px;
  font-size: 12px;
}


.gfg-branding {
  white-space : nowrap;
  overflow : hidden;
  text-align : left;
  position : absolute;
  right : 0px;
  top : 0px;
  width : 80px;
}

.gfg-collapse-open, .gfg-collapse-closed {
  background-repeat : no-repeat;
  background-position : center;
  cursor : pointer;
  float : right;
  width : 17px;
  height : 20px;
}

.gfg-collapse-open {
  background-image : url('img/fleche1.gif');
}

.gfg-collapse-closed {
  background-image : url('img/fleche1.gif');
}

.gfg-collapse-href {
  float : left;
}

.clearFloat {
  clear : both;
}
