.haut img {
    width: 12%;
}

@media (max-width: 767px) {
    .haut img {
        width: 80%;
    }
}
#header_block {
    background: linear-gradient(to bottom, #E94102 0%, #7a1f05 45%, #161616 100%);
    text-align: center;
	border-bottom: none;
}
.navigation, .forum_off, .forum_offlock, .forum_offlink, #home_bit {
    color: #E94102;
}
.footer-distributed {
    border-top: 3px solid #E94102;
}
.scrollToDown, .scrollToTop {
    background: #E94102;
}
a:hover {
    color: #E94102;
}
.footer-distributed .footer-icons a {
	display: inline;}

@media (max-width: 1280px) {
    #threads, #views, #replies, #lastpost, .scrollToDown, .scrollToTop, .star_rating_container, #rating {
        display: table-cell !important;
    }
}

#lastpost {text-align:left;}