@import url("../../prosilver/theme/stylesheet.css");

/* === Fond historique 500-600 Sporting === */

html {
    background: #000 url("./images/background.jpg") top center no-repeat fixed;
}

body {
    background: transparent;
}

/* === Conteneur principal === */

.wrap {
    max-width: 90%;
    margin: 15px auto;
    padding: 15px;
    background: url("./images/white_30.png");
    border-radius: 15px;
}

/* === En-tête === */

.headerbar {
    background: transparent url("./images/deg1.png");
    border-radius: 15px;
}

/* === Catégories === */

.forabg,
.forumbg {
    background: transparent url("./images/black_40.png");
    border: 1px solid #000;
    border-radius: 7px;
}

/* Fond clair translucide des listes */

ul.forums,
ul.topics {
    background: transparent url("./images/white_50.png");
}

/* La Fiat 500 historique dans les catégories */

.forabg .inner,
.forumbg .inner {
    background:
        transparent
        url("./images/motif_listes.png")
        right bottom
        no-repeat;
}

/* === Navigation === */

.navbar {
    background: transparent url("./images/white_50.png");
    border-radius: 7px;
}

/* === Messages === */

.post {
    border-radius: 10px;
}

/* === Couleurs historiques === */

a.forumtitle,
a.topictitle {
    color: #191919;
}

a.forumtitle:hover,
a.topictitle:hover {
    color: #bc2a4d;
}

/* Logo historique 500-600 Sporting */

.site_logo {
    background-image: url("./images/logo.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 350px;
    height: 100px;
}