/* CSS Document */
html {
  background: #ececec;
  height: 100%;
}

body {
  margin: 0 auto;
  width: 996px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 0 20px;
  background: #fff;
  color: #3f3f3f;
  margin-bottom: 30px;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  line-height: 18px;
}

p {
  margin-bottom: 20px;
}

img {
  border: none;
}

/*------------BASE CLASSES-------------*/
a {
  text-decoration: none;
  color: #3f3f3f;
}

input, select {
  font-size: 11px;
}

.bleu {
  color: #ed5e1f;
}

.dark_grey {
  color: #3f3f3f;
}

.p_title {
  color: #ed5e1f;
  font-weight: bold;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 5px;
}

/*------------FIN BASE CLASSES-------------*/
/***--------------- HEADER / FOOTER -------------------***/
#header {
  font-size: 15px;
  font-weight: 300;
  font-family: "Open Sans Condensed",sans-serif;
}

#top-nav {
  width: 100%;
  height: 25px;
  display: block;
  text-align: right;
  padding-top: 6px;
  font-weight: 300;
}

#top-nav a.active {
  color: #ed5e1f;
}

#top-nav a:hover {
  color: #ed5e1f;
}

#footer {
  font-size: 14px;
  font-weight: 300;
  width: 100%;
  height: 35px;
  line-height: 35px;
  display: block;
  position: relative;
  left: -20px;
  padding: 0 20px;
  border-top: #eaeaea 20px solid;
  font-family: "Open Sans Condensed",sans-serif;
}

#footer a.active {
  color: #ed5e1f;
}

#footer a:hover {
  color: #ed5e1f;
}

#copy {
  float: left;
}

#footer .links {
  float: right;
}

/*------NAVIGATION---------------------------*/
#nav {
  width: 100%;
  height: 83px;
  display: block;
}

#nav a {
  width: 143px;
  height: 79px;
  margin-left: 2px;
  background: #ececec;
  color: #51514f;
  font-size: 20px;
  float: left;
  border-bottom: #ed5e1f 4px solid;
  position: relative;
}

#nav a.active {
  color: #ed5e1f;
  font-weight: bold;
}

#nav a:hover {
  color: #ed5e1f;
}

#nav a:first-child {
  width: 271px;
  margin-left: 0;
  height: 79px;
  border: none;
  background: #ececec url("/template/img/header/logo.gif") 14px 43px no-repeat;
  padding-left: 0px;
  border-bottom: #ed5e1f 4px solid;
}

#nav a span {
  position: absolute;
  left: 10px;
  bottom: 10px;
  line-height: 15px;
}

/*----------FIN NAVIGATION------------------*/
#breadcrumbs {
  margin: 5px 0;
  width: 100%;
  font-size: 11px;
}

#breadcrumbs a {
  font-weight: bold;
}

#breadcrumbs a:hover {
  text-decoration: underline;
}

#breadcrumbs a.active {
  font-weight: normal;
}

#breadcrumbs-index {
  background: url(/template/img/bread_home.gif) no-repeat;
  overflow: hidden;
  width: 16px;
  height: 0;
  padding-top: 14px;
  display: inline-block;
}

/*---------------FIN HEADER---------------***/
#content {
  width: 100%;
  position: relative;
}

ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

.big_button {
  color: #FFF;
  padding-left: 75px;
  padding-top: 25px;
  width: 240px;
  height: 63px;
  font-size: 22px;
  display: block;
  font-family: "Open Sans Condensed",sans-serif;
  font-weight: 700;
}

.big_button .small {
  font-size: 14px;
}

#bt_contact {
  background: #9ac6e7 url(/template/img/bkg_bt_contact.png) no-repeat top left;
  margin-top: 20px;
}

h1.page_title {
  color: #673b8f;
  font-size: 18px;
  font-weight: 700;
  border-left: #673b8f 3px solid;
  padding-left: 10px;
  font-family: "Open Sans Condensed", sans-serif;
  margin-top: 20px;
  line-height: 22px;
}

.ss_title {
  font-weight: 700;
}

.parent_page_content {
  padding: 20px 13px;
  clear: both;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.parent_page_content1 {
  padding-bottom: 0px;
}

.parent_page_content span.intro {
  line-height: 18px;
  margin-bottom: 20px;
  display: block;
}

.parent_page_content .block {
  border: #c8c8c8 1px solid;
  position: relative;
  float: left;
  margin-right: 11px;
  margin-bottom: 20px;
  font-family: "Open Sans Condensed", sans-serif;
}

.parent_page_content .last {
  margin-right: 0;
  margin-left: 0px;
}

.parent_page_content .block .pic {
  top: -4px;
  right: 6px;
  position: absolute;
}

.parent_page_content .block .picture, .parent_page_content .block .over_picture {
  top: 0px;
  left: 0px;
  position: absolute;
}

.parent_page_content .block .over_picture {
  display: none;
}

.parent_page_content .block .title {
  color: #79a2b5;
  font-size: 14px;
  font-weight: 700;
  padding-top: 23px;
  display: block;
}

.ext_link {
  border: #c8c8c8 1px solid;
  padding: 6px 0px 6px 25px;
  background: url(/template/img/blue_arrow.png) no-repeat 10px 6px;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 11px;
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 3;
  width: 155px;
}

.ext_link:hover, .ext_link2:hover {
  background-color: #dfdfdf;
}

.in_link {
  padding-left: 61px;
  width: 244px;
  height: 59px;
  display: block;
}

/*.parent_page_content a.block a { color:#3f3f3f; font-size:14px; font-weight:300; float:left; margin-right:40px; }
.parent_page_content a.block a:hover { color:#79a2b5; }*/
h2.title {
  color: #3f3f3f;
  font-size: 14px;
  font-weight: 700;
  font-family: "Open Sans Condensed", sans-serif;
  padding-bottom: 20px;
}

.detail_page_content {
  padding: 0px 0;
  padding-left: 13px;
  clear: both;
  width: 598px;
  float: left;
  display: block;
}

.detail_page_content h1.page_title {
  position: relative;
  left: -13px;
}

.page_content {
  margin-top: 15px;
  line-height: 18px;
}

.page_content ul {
  list-style-type: disc;
  margin: 10px 0 10px 20px;
}

#sidebar {
  margin-left: 30px;
  width: 315px;
  float: left;
  display: block;
  padding-top: 20px;
  font-family: "Open Sans Condensed", sans-serif;
  margin-bottom: 20px;
}

#sidebar .nav_title {
  color: #3f3f3f;
  font-size: 18px;
  font-weight: 700;
}

.sidebar_nav {
  margin-top: 20px;
}

.sidebar_nav a {
  background-color: #3f3f3f;
  background-repeat: no-repeat;
  background-position: 0 -39px;
  padding-left: 57px;
  width: 258px;
  height: 27px;
  padding-top: 12px;
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: "Open Sans Condensed", sans-serif;
}

.sidebar_nav a:hover, .sidebar_nav a.active {
  background-color: #fff;
  background-position: 0 0;
  width: 254px;
  border-right: #79a2b5 4px solid;
  color: #79a2b5;
}

.stick {
  position: fixed;
  top: 0px;
  padding-top: 20px;
  width: 315px;
}

a.side_link:hover {
  color: #f59a31;
}

#large_share {
  display: block;
  padding: 20px 0;
}

#large_share div, #large_share a.breakfast, #large_share a.contact {
  color: #FFF;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 14px;
  padding-top: 10px;
  width: 204px;
  font-weight: 300;
  height: 32px;
  padding-left: 110px;
  display: block;
  background-color: #3f3f3f;
  margin-right: 1px;
  float: left;
  background-repeat: no-repeat;
  background-image: url(/template/img/bkg_large_share_contact.png);
}

#large_share a.breakfast {
  width: 216px;
  background-image: url(/template/img/bkg_large_share_breakfast.png);
}

#large_share div {
  margin-right: 0px;
  width: 303px;
  height: 32px;
  padding-left: 0px;
  background-image: none;
  text-align: right;
  padding-right: 10px;
  padding-top: 10px;
}

#large_share div.share span {
  position: relative;
  top: -6px;
  margin-right: 5px;
}

#large_share div.share img {
  margin-left: 2px;
}

#links {
  margin-top: 20px;
  font-weight: bold;
}

.quote {
  height: 47px;
  display: block;
  font-family: "Courgette", cursive;
  color: #79a2b5;
  font-size: 18px;
  text-align: center;
  margin: 20px 0;
}

.quote span {
  position: relative;
  bottom: 15px;
}

.zoom {
  border: #c8c8c8 1px solid;
  width: 556px;
  position: relative;
  padding: 20px 20px 20px 20px;
}

.zoom .picto {
  position: absolute;
  top: -4px;
  left: 16px;
  width: 41px;
  height: 41px;
  background: url(/template/img/picto_zoom.gif);
}

.zoom .title {
  color: #79a2b5;
  font-size: 14px;
  font-weight: 700;
  font-family: "Open Sans Condensed", sans-serif;
  margin-bottom: 0px;
  padding-left: 50px;
}

.zoom ul {
  list-style-type: none;
  margin: 0;
}

.zoom li {
  background: url(/template/img/zoom_li.gif) no-repeat 0 5px;
  padding-left: 20px;
  margin-top: 10px;
}

#small_share {
  font-family: "Open Sans Condensed", sans-serif;
  color: #FFF;
  font-size: 14px;
  margin-top: 20px;
  margin-left: -13px;
  padding-top: 10px;
  width: 250px;
  height: 32px;
  display: block;
  background-color: #3f3f3f;
  text-align: right;
  padding-right: 10px;
  float: right;
}

#small_share span {
  position: relative;
  top: -6px;
  margin-right: 5px;
}

#small_share img {
  margin-left: 2px;
}
