 body {
      background-color: #000;
    }

.construction {
	background-color: #efe928;
	color: #000;
}

    .header {
      background-image: url(../images/header.png);
      background-repeat: no-repeat;
      height: 114px;
    }

    .footer {
      background-image: url(../images/footer.png);
      background-repeat: no-repeat;
      height: 360px;
      background-position: right bottom;
      margin-top: -240px;
    }
	  .copyright{
		  padding-top: 260px;
		  color:#495057;
	  }
	  
	    .copyright a{
		  color:#495057;
		  text-decoration: underline;
	  }

    nav {
      padding-top: 20px;
    }

    .txt-jaune {
      color: #efe928;
    }

    .txt-blanc {
      color: #FFF;
    }
	
	.mini-logo {
		    padding-bottom: 7px;
	}

    .block {
      background-color: #1a1a1a;
      background-image: url(../images/fond-block.png);
      background-position: center;
      background-repeat: no-repeat;
      color: #FFF;
    }

    .bt {
      background-color: #000;
      color: #FFF;
      width: auto;
      text-align: center;
      height: 46px;
      border: 2px solid #FFF;
      text-decoration: none;
      -webkit-transform: skew(-25deg);
      -moz-transform: skew(-25deg);
      transform: skew(-25deg);
    }

    .bt.bt-accueil {
      background-color: #efe928;
      color: #000;
      width: auto;
      text-align: center;
      height: 46px;
      border: 2px solid #FFF;
    }

    .bt-accueil:hover,
    .bt-vente:hover,
    .bt-contact:hover {
      background-color: dimgrey;
      color: #FFF;
      width: auto;
      text-align: center;
      height: 46px;
      border: 2px solid #FFF;
    }
	
.fancybox img {
	border: #efe928 2px solid;
}