/*
Title:      Header styles for the new homepage
Date:       November 2011
Author:     teodora.costint.ext@belgacom.be
Remarks:    Never hesitate to comment your CSS declarations!!! Comments will be erase on prod via minify.php anyway :)
*/
/* ---------------------------------------- Global --- */
.bg-masthead {
  width: 100%;
  background: #fff;
}

.masthead {
  margin: 0 auto;
  overflow: hidden;
  width: 980px;
  padding: 0 0 2.1% 0;
  /* ~21px/980px */
}

/* ---------------------------------------- Common Element Header --- */
#ceHeader {
  float: left;
  width: 75%;
}

/* ---------------------------------------- Rewrite some elements from Common Element Header --- */
#ceHeaderLogo {
  position: relative;
  clear: both;
  float: left;
  padding: 0;
  background-position: 15px 26px;
  background-repeat: no-repeat;
  z-index: 100;
}

#ceHeaderSearch {
  clear: right;
  display: block;
  float: right;
  margin: 0 55px 0 0;
  width: 586px;
}

#ceHeaderSearch div.search, #ceHeaderSearch div.internetSkyPOrPBlanches {
  position: relative;
}
