div#presse-sidebar {
  float: left;
  padding: 110px 0px 0px 10px;
}

div#categories-sidebar {
  margin-bottom: 10px;
}

div#categories-sidebar-top {
  width: 173px;
  height: 19px;
  background-image: url("/images/presse/top-categorie.gif");
  background-position: top left;
  background-repeat: no-repeat;
  padding: 23px 0px 0px 0px;
  text-align: center;
}

div#categories-sidebar-top h3 {
  letter-spacing: 1px;
}

div#categories-sidebar-content {
  width: 153px;
  background-image: url("/images/presse/bg-categorie.gif");
  background-position: top left;
  background-repeat: repeat-y;
  min-height: 50px;
  padding: 5px 10px;
}

div#categories-sidebar-content ul {
  list-style-image: url("/images/fleche-orange.gif");
  margin-left: 15px;
}


div#categories-sidebar-bottom {
  width: 173px;
  height: 25px;
  background-image: url("/images/presse/bottom-categorie.gif");
  background-position: top left;
  background-repeat: no-repeat;
}

div#archives-sidebar {

}

div#archives-sidebar-top {
  width: 173px;
  height: 19px;
  background-image: url("/images/presse/top-archive.gif");
  background-position: top left;
  background-repeat: no-repeat;
  padding: 23px 0px 0px 0px;
  text-align: center;
}

div#archives-sidebar-top h3 {
  letter-spacing: 1px;
  color: #517DE5;
}

div#archives-sidebar-content {
  width: 153px;
  background-image: url("/images/presse/bg-archive.gif");
  background-position: top left;
  background-repeat: repeat-y;
  min-height: 50px;
  padding: 5px 10px;
}

div#archives-sidebar-content ul {
  list-style-image: url("/images/fleche-bleue.gif");
  margin-left: 15px;
}

div#archives-sidebar-bottom {
  width: 173px;
  height: 25px;
  background-image: url("/images/presse/bottom-archive.gif");
  background-position: top left;
  background-repeat: no-repeat;
}

