








.promotion {
  position: relative;
  top: -47px;
  left: -28px;
  float: left;
  width: 100%;
  padding: 46px 28px;
  margin-bottom: -52px;
  background: url('../images/bg_promotion.png') right top no-repeat;
  font-size: 1.2em; }
  .promotion p.price {
    position: absolute;
    left: 319px; }
  .promotion div.benefits h2 {
    margin-bottom: 0.25em;
    font-size: 1.1em;
    font-weight: bold; }
  .promotion div.benefits p.benefits {
    margin-top: 0; }
    .promotion div.benefits p.benefits span {
      font-weight: bold;
      font-size: 1.3em; }
  .promotion div.benefits p.footnotes {
    clear: both;
    margin-top: 0.75em;
    font-size: 0.75em;
    line-height: 125%; }

body.fr .promotion h1 {
  position: relative;
  left: -3px;
  width: 243px;
  height: 117px;
  margin-bottom: 2em;
  background: url('../images/tl_livraison_aux.png') no-repeat; }
body.fr .promotion p.price {
  top: 7px;
  width: 251px;
  height: 191px;
  background: url('../images/tl_price_fr.png') no-repeat; }

body.en .promotion h1 {
  position: relative;
  left: -3px;
  width: 233px;
  height: 111px;
  margin-bottom: 3em;
  background: url('../images/tl_delivering_to.png') no-repeat; }
body.en .promotion p.price {
  top: 8px;
  width: 281px;
  height: 191px;
  background: url('../images/tl_price_en.png') no-repeat; }




.forms {
  float: left;
  width: 100%;
  font-size: 1.2em;
  margin-bottom: 1em; }
  .forms div {
    float: left;
    width: 280px; }
    .forms div h2 {
      margin-bottom: -0.5em;
      padding-top: 5px;
      padding-bottom: 13px;
      font-weight: bold;
      font-size: 1.3em; }
  .forms div.open-account {
    margin-right: 18px; }
    .forms div.open-account h2 {
      background: url('../images/ic_subscribe.png') right bottom no-repeat; }
  .forms div.call-me h2 {
    background: url('../images/ic_telephone.png') right bottom no-repeat; }
  .forms div.call-me form select.day {
    width: 40px;
    margin-right: 8px; }
  .forms div.call-me form select.month {
    width: 80px; }
  .forms div.call-me form ul {
    float: left;
    clear: both;
    position: relative;
    left: 138px;
    width: 128px;
    margin-top: 0.5em; }
    .forms div.call-me form ul li {
      float: left;
      margin-right: 0.5em; }
      .forms div.call-me form ul li input {
        width: auto;
        margin-right: 0.15em; }
      .forms div.call-me form ul li span {
        position: relative;
        bottom: -0.25em; }




div.form-template {
  font-size: 1.2em; }
  div.form-template h1 {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 2em; }
