div#newsletters-list {
  color: black;
  background: #eeeeec;
  border-bottom: 1px dotted #ddd;
}
div#newsletters-list a {
  color: black;
}
div#newsletter-loading {
  position: absolute;
  background: #a00;
  top: 130px;
  left: 370px;
  width: 200px;
  text-align: center;
  padding: 5px;
  color: white;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: none;
  z-index: 999999999;
}
div#loading-background {
  position: absolute;
  background: black;
  top: 0;
  left: 0;
  width: 100%;
  height: 10000px;
  opacity: 0.4;
  filter: alpha(opacity = 40); /*IE fait jamais comme tout le monde*/
}
