.boutons {}.boutons img {
    width: 101px !important;
    padding: 6px;
    border:  0;
    box-shadow: none !important;
    display: inline !important;
    vertical-align: middle
}
.boutons, .boutons a {
    text-decoration:none;
    background: none;
    font-size: 20px
}
.boutons-count:after, .boutons-count:before {
    right: 100%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}
.boutons-count:after {
    border-color: rgba(224, 221, 221, 0);
    border-right-color: #f5f5f5;
    border-width: 5px; top: 50%;
    margin-top: -5px
}
.boutons-count:before {
    border-color: rgba(85, 94, 88, 0);
    border-right-color: #e0dddd;
    border-width: 6px;
    top: 50%;
    margin-top: -6px
}
.boutons-count {
    font: 14px Arial, Helvetica, sans-serif;
    padding: 6px 10px 5px;
    -khtml-border-radius: 6px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    border: 1px solid #e0dddd;
    color: #555e58;
    background: #f5f5f5
}
.boutons-count:after {
    border-right-color: #f5f5f5
}

#barre
{
display:block;
position:fixed;
bottom:0px;
left:0px;
margin: 0;
width: 100%;
/* background-image: url(baseimg/fond.png); */
}