/* ******** */
/* Homepage */
/* ******** */

/* Content Top */

#content_top {
  margin-bottom: 20px;
  height: 250px;
  position: relative;
}

#content {
  background-image: none;
  padding: 0;
  width: auto;
}

/* Banners */

.banners {
  float: left;
  width: 750px;
  height: 250px;
  background-color: #FFFFFF;
}

.banners .banner {
  display: block;
  width: 300px;
  height: 110px;
  padding: 140px 10px 0 440px;
}

/* Cartouches */

#cartouches {
  height: 124px;
}

#cartouches .cartouche {
  width: 296px;
  height: 100%;
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
  border-color: #F2F2F2;
}

#cartouches .last {
  border: 0;
  margin-right: 0;
  padding-right: 0;
}

#cartouches .cartouche h2 {
  font-size: 1.25em;
  padding: 2px 0 0 7px;
  margin: 0 0 13px 0;
  text-transform: uppercase;
}

#cartouches .cartouche .icon {
  width: 70px;
  height: 70px;
  margin-right: 16px;
  float: left;
  position: relative;
}

#cartouches .cartouche .icon img.mask {
  position: absolute;
  top: 0;
  left: 0;
}

#cartouches .cartouche h3 {
  font-size: 1em;
  margin: 0;
}

#cartouches .cartouche p {
  margin: 0;
  height: 3.75em;
  overflow: hidden;
  line-height: 1.25em;
}

#cartouches .sliding_button {
  position: absolute;
  right: 10px;
  bottom: 0;
}

/* Teaser Cartouches */

#teaser_cartouches {
  position: relative;
  height: 210px;
}

#teaser_cartouches .corner_bottom_right {
  width: 35px;
  height: 35px;
  background: transparent url(../../images/main/teaser_cartouches/corner_bottom_right.png) no-repeat scroll 0 0;
  z-index: 200;
}

#teaser_cartouches h2 {
  line-height: 20px;
  padding-left: 10px;
  text-transform: uppercase;
  width: 276px
}

/* Teasers Cartouche */

.teaser_cartouche {
  height: 190px;
  float: left;
  padding: 10px 10px 10px 21px;
  overflow: hidden;
}

.teaser_cartouche_first {
  background: none;
  padding-left: 14px;
}

.teaser_cartouche_simple {
  width: 286px;
}

.teaser_cartouche_double {
  background: none;
  padding-left: 14px;
  width: 613px;
}

/* Teasers Cartouche - News */

#teaser_cartouche_news {
  float: right;
  width: 286px;
  padding: 10px 10px 10px 17px;
  height: 190px;
  position: relative;
}

#teaser_cartouche_news ul {
  height: 125px;
  margin-left: 0;
  padding-left: 74px;
}

#teaser_cartouche_news ul li a {
  color: #FFFFFF;
}

#teaser_cartouche_news .sliding_button {
  position: absolute;
  bottom: 10px;
  left: 94px;
}

