html,
body {
  height: 100%;
  background: url('../images/body_bg.png') repeat-y #191919 top left; }

.fleft {
  float: left; }

.fright {
  float: right; }

.clear {
  clear: both; }

p {
  color: white;
  font-family: Trebuchet MS, Arial, sans-serif;
  font-size: 14px; }

a {
  text-decoration: none;
  color: white; }

#header {
  background: url('../images/header_bg.png') repeat-x; }
  #header p {
    margin: 0;
    float: left;
    margin-right: 25px;
    font-size: 12px; }
  #header #info_header {
    width: 420px;
    height: 45px;
    padding: 10px 0 0 30px;
    background: url('../images/header_content.png') no-repeat; }
  #header .wrapper {
    width: 1000px; }

.wrapper {
  width: 980px;
  margin: auto;
  position: relative; }

.email {
  background: url('../images/email_picto.png') no-repeat 0 5px;
  padding-left: 35px;
  padding-top: 5px; }

.phone {
  background: url('../images/phone_picto.png') no-repeat;
  padding-left: 20px;
  height: 26px;
  padding-top: 5px; }

#header .facebook,
#header .youtube {
  display: inline-block;
  margin: 0 22px 0 0; }

#container {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -55px;
  position: relative;
  top: -15px; }
  #container .wrapper {
    margin-bottom: 20px; }
    #container .wrapper .partenaire.absolutePos {
      bottom: 0;
      position: absolute;
      right: 0; }
      #container .wrapper .partenaire.absolutePos img {
        margin-right: 30px; }
      #container .wrapper .partenaire img {
        margin-right: 30px; }
  #container #logo {
    position: relative;
    left: -30px;
    z-index: 1; }
  #container .nav {
    position: relative; }
    #container .nav ul {
      list-style: none;
      width: 233px;
      background: url('../images/menu-bg.png') repeat-y;
      padding: 15px 0;
      margin: 0; }
      #container .nav ul li {
        text-align: center;
        padding: 15px 0; }
        #container .nav ul li a {
          color: white;
          font-size: 18px;
          font-weight: bold; }
      #container .nav ul li.border {
        border-bottom: 1px #232323 solid; }
      #container .nav ul li:hover,
      #container .nav ul li.current {
        background: url('../images/menu-hover.png'); }
      #container .nav ul li:hover a,
      #container .nav ul li.current a {
        color: #fff900; }
    #container .nav .menu-top {
      position: absolute;
      top: -14px; }
    #container .nav .menu-bot {
      position: absolute;
      bottom: -11px; }
  #container #main-content {
    background: #191919;
    padding: 20px 0;
    border-top: 1px solid #3e3e3e;
    border-bottom: 1px solid #3e3e3e;
    margin-bottom: 20px; }

#footer,
#push {
  height: 55px; }

#footer {
  background: url('../images/footer_bg.png') repeat-x 0 38px; }
  #footer #logoZzyb {
    background: url('../images/footer_content.png') no-repeat;
    height: 33px;
    width: 273px;
    padding: 16px 20px 0; }
    #footer #logoZzyb a {
      color: white;
      font-style: italic;
      margin-left: 15px; }
    #footer #logoZzyb img {
      float: left; }
  #footer .textseo {
    margin: 0;
    position: absolute;
    top: -25px;
    width: auto;
    right: 10px;
    font-size: 18px;
    color: #fff900; }
  #footer #address_footer {
    text-align: right;
    margin-right: 10px;
    position: relative; }
    #footer #address_footer h3 {
      margin: 0;
      color: #fff900;
      font-size: 18px;
      line-height: 1.2em; }
    #footer #address_footer #footAdd {
      color: white; }
  #footer .wrapper {
    width: 1000px;
    height: 55px; }

  #main-content .wrapper {
    margin-bottom: 0; }
    #main-content .wrapper #content {
      border-radius: 10px;
      padding: 25px;
      border: 1px solid grey;
      background: black; }
  #main-content h2 {
    color: white;
    border-bottom: 1px solid #1e1e1e;
    margin: 0;
    padding-bottom: 10px; }