@media only screen and (min-width: 2400px) {
    /*          TEMP           */
    body {
        /*background-image: url("../img_/bg_interstellaires3_2k.jpg") !important;*/
    }

    /*               STRUCTURE           */
    #main_content {
        width: 1120px;
    }

    #main_content_container {
        width: 1120px;
    }

    #contenu {
        width: 800px;
    }

    #contenu #profil_centercolumn {
        width: 600px;
    }

    .central_container {
        width: 1120px;
    }

    #main_container {
        width: 1100px;
    }

    #footer_container {
        width: 1100px;
    }

    .footer_block {
        width: 1060px;
    }

    .footer_block ul.link_list {
        width: 212px;
    }

    /*          HOME             */
    #nivo_wrapper {
        width: 1100px;
        height: 352px;
    }

    #nivoContainer {
        width: 1100px;
        height: 352px;
    }

    .nivoSlider a.nivo-imageLink {
        width: 1100px !important;
        height: 352px !important;
    }

    #la_une ul#la_une_content {
        width: 590px;
    }

    #news_table .news .home_news_content {
        width: 600px;
    }

    /*           PROFILS           */
    #contenu #profil_topinfos {
        width: 570px;
    }

    #contenu #profil_topinfos_top {
        width: 570px;
    }

    #contenu #profil_tabs_sheets {
        width: 570px;
    }

    /*         NEWS          */
    #news_content.new_layout {
        width: 800px;
    }

    #contenu .new_layout .titreNews {
        width: 760px;
    }

    .news_main_image img {
        width: 800px;
        max-width: 800px;
    }

}

@media only screen and (min-width: 1921px) {
    body {
        background-size: 100%;
    }

}


