/* header.css */

.header {
  text-align: left;
}
.header-top-container {
  height: 140px;
  background: transparent url(../images/header_top_container_bg.gif) no-repeat bottom;
}
.header-top {
  height: 115px;
  z-index:100;
}
.header-nav {
}
.header-nav-container {
}

/* Logo */
#logo {
  width: 216px;
  height: 54px;
  margin: 0 auto;
  padding-top: 30px;
}
.page-popup h1#logo { display:none; }

/* linkTitle */

.linkTitle {
  margin: 0;
  padding: 0;
  float: left;
}
.linkTitle a {
  width: 750px;
  height: 30px;
  display: block;
  color: #8B4F1C;
  text-decoration: none;
  overflow: hidden; 
}

/* Quick Access*/
.quick-access {
  height: 30px;
  line-height: 30px;
  color: black;
}
.quick-access p { margin-bottom:4px; }
.quick-access li {
  display:inline;
  background: transparent url(../images/shop_access_pipe.gif) no-repeat 100% .35em;
  padding-right:7px;
  padding-left:3px;
}
.quick-access li.first { padding-left:0; }
.quick-access li.last { padding-right:0; background:none; }
.shop-access { margin-bottom:6px; float: right; }
.shop-access a {
  color: white;
  font-size: .95em;
  font-weight: bold;
  text-decoration: none;
}
.shop-access a:hover {
  text-decoration: underline;
}
.shop-access ul {
  width: 180px;
  background: transparent url(../images/btn-compte.png) no-repeat;
  text-align: center;
}
.shop-access li.last {
  padding-right: 0;
  background:none;
}
.language-switcher { float:right; margin-top:5px; margin-left:60px; }
.language-switcher label { color:#A7C6DD; padding-right:5px; }
.language-switcher .flag option { background-repeat:no-repeat; background-position:left center; padding-left:20px; margin-left:2px; }

/* Breadcrumbs */
.breadcrumbs {  margin-bottom:13px; font-size:.95em; line-height:1.25em; }
.breadcrumbs li { display:inline; }
