@font-face {
    font-family: 'museo-sans-500';
    src: url('fonts/museo-sans-500.eot');
    src: url('fonts/museo-sans-500.eot?#iefix') format('embedded-opentype'),
    url('fonts/museo-sans-500.woff') format('woff'),
    url('fonts/museo-sans-500.ttf') format('truetype'),
    url('fonts/museo-sans-500.svg#museo-sans-500') format('svg');
    font-weight: normal;
    font-style: normal;
}

.museo
{
    font-family: "museo-sans-500", sans-serif;
    letter-spacing: 0;
}

/*************************************** STYLES SPECIFIQUES AU FORUM ****************************************/
body {
    min-height: 1200px;
    margin: 0;
    padding: 0;
    background-color: #D5E4EF;
}

#page {
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto;

    box-shadow: 0 1px 3px #003557;
    background-color: #E8EDF2;
}

#page-barre-liens
{
    box-sizing: border-box;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    height: 35px;
    background-color: #2B2B2B;
}

#page-barre-liens a
{
    display: inline-block;
    vertical-align: middle;

    margin: 0;
    padding: 0 8px 0 8px;
    font-size: 195%;
    font-size-adjust: 0.45;
    font-variant: small-caps;
    font-weight: bold;
    text-align: center;
    height:35px;
    line-height:35px;
    color: #EEEEEE;
}

#page-barre-liens a img
{
    vertical-align: middle;
    width: auto;
    height: 30px;
    margin-bottom:4px;
    white-space: nowrap;
    border: 0;
}

#page-barre-liens img.pokebip-logo {
    height:25px;
    margin-bottom:1px;
}

#page-barre-liens a:hover
{
    text-decoration: none;
    color: #D19D63;
    background-color: #404040;
}

#page-barre-liens-content {
    width:1200px;
    margin:auto;
    position:relative;
}

#smartphone-show {
    position:fixed;
    top:0;
    left:0;
    padding:0!important;
    text-align: center;
    width:100%;
    margin:auto;
    vertical-align: middle;
    display: none;
}

#smartphone-show a {
    padding-left:10px;
    padding-right:10px;
}

#smartphone-hide
{
    display: inline-block;
    position: absolute;
    left:0;
}

@media all and (max-width: 719px)
{
    #smartphone-show
    {
        display: inline-block;
    }

    #smartphone-hide
    {
        display: none;
    }
}

#page-titre {
    box-sizing: border-box;
    margin-top: 35px;
}

#page-titre img {
    width: 100%;
    height: auto;
}

#page-contenu {
    box-sizing: border-box;
    clear: both;
    margin: 5px 5px 20px;
}

/* POKEBIP CUSTOM */
/* PROFILE LEFT */
.attachbox {
    clear: right;
}

.postprofile {
    float: left;
    width: 18%;
}

.postbody {
    float: right;
    width: 80%;
}

.pm .postprofile {
    border-left: none;
    border-right: 1px solid #DDDDDD;
}

.post-buttons {
    margin-right: 50px !important;
}

.postbody h3 {
    margin-right: 230px !important;
}

p.jumpbox-return {
    display:block!important;
}

/* TITRES */
.forabg, .forumbg {
    background: #599FC0 none;
}

li.header {
    font-weight: bolder;
    font-size: 1.2em;
}

/* SPOILS */
div.quotecontent > div {
    background-color: rgba(255, 255, 255, 0.4);
    border: 1px solid lightgrey;
    padding: 10px;
    margin-top: 5px;
}

/* Footer */
#page-footer {
    padding:5px;
}