::selection {
    background: #b82832;
    color: white;
}

p {
    font-size: 11px;
}

footer {
    font-size: 11px;
}

hr {
    margin: 0px;
}

.red {
  color:red;
}

.site {
  padding:25px;
  min-height: 360px;
}

a {
  color:#a94447;
}

a:hover {
  color:#a94447;
}

thead {
    background-color: white;
}

th {
    font-size: 11px;
    font-weight: bold;
}

td {
    font-size: 11px;
    vertical-align: top;
}

.fader {
  height:170px;
  display:inline-block;
  position:relative;
  overflow:hidden;
}

.reactif {
  line-height:0;
  -webkit-transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  transition:all 0.3s ease;
}

.reactif:hover {
  width:103% !important;
  height:103% !important;
  margin:-1.5%;
}

label {
    font-size: 11px;
}

a {
    color: #b82832;
    font-size: 11px;
    margin: 1px;
}

a:hover {
    color: #b82832;
}

a:visited {
    color: #b82832;
}

.gris, .gris a {
    color: #aaaaaa;
}

.surbrillance {
    background-color: #b82832;
    color: #ffffff;
}

.bgris {
    background-color: #f0f0f0;
}

.form-control {
    font-size: 11px;
    height: 30px;
}

.h5, h5 {
    margin: 0px;
    display: inline;
    padding-top: 3px;
    font-weight: bold;
    color: #6b6b6b;
}

.panel-heading {
    background-color: #343a40;
    height: 21px;
}

.panel-title {
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    margin: 0px;
    padding-top: 5px;
}

.btn {
    font-size: 11px;
}

.table-responsive {
    display: table;
}

.gauche {
    text-align: left;
}

.centre {
    text-align: center;
}

.droite {
    text-align: right;
}

li {
    font-size: 11px;
}

a:focus,
input:focus,
.btn:focus,
.form-control:focus {
    border-color: rgba(184, 40, 50, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(184, 40, 50, 0.6);
    outline: 0 none;
}

.modal-header {
    background-color: #b82832;
    color: white;
}

.modal-dialog {
    font-size: 11px;
}
