/* La couleur des bandes */
html, body {
    background-color: #c2a269;
}

/* Le bandeau en haut */
#bandeauTop {
    background-color: #634c38;
  	padding-right: 16px; 
}

div.panel-heading {
  color: #c2a269;
}

/* Le titre du Widget */
.titreBandeau {
    /*display: none;*/
}

/* Le nom du prestataire */
.nomPresta {
    /*display: none;*/
}

/* La note des commentaires */
.notationSpan {
    color: #059854;
    font-weight: bold;
}

/* Le logo Qualitelis en bas */
#qualitelisFooter {
    /*display: none;*/
}

div.panel-default {
    border-color: #b78d69;
    border-style: outset;
    border-width: 5px;
}

.panel-body {
    padding: 15px;
    background-color: #c2a269;
}

h2, h3, h4 {
    margin: 0;
    color: white;
}

.shortText {
    cursor: pointer;
    color: white;
}

.style {
    color: white;
}

div.panel-body {
  color:white;
}

div.panel .panel-defaut .noBorder {
  color: white;
}