
body {
    background-color: #00A44D;
}

.hero-unit{
    background-color: #E1F0E8;
    color : inherit;
    text-transform: uppercase;
}
/*
.accordion .accordion-toggle{
    color : #8d2e32;
}
*/
.breadcrumb a {
    color: #0088cc;
}

/* BUTTON CSS */
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}



.headerFull{
    background: url('./../img/header_farges_1000px.jpg') no-repeat white;
    background-size: 100%;    
    height: 127px;
    
/*    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src='./../img/header_1000px',
    sizingMethod='scale');

    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src='./../img/header_1000px',
    sizingMethod='scale');*/
}

.headerSmall {
    background: url('./../img/header_farges_480px.jpg') no-repeat white;
    background-size: 100%;
    background-position-y: bottom;
    height: 186px;
}

.footerFull {
    background: url('./../img/footer_1000px.jpg') no-repeat #00A44D;
    background-size: 100%;    
    height: 70px;
}

.footerSmall {
    background: url('./../img/footer_480px.jpg') no-repeat #00A44D;
    background-size: 100%;    
    height: 70px;
}