/*
    Created : 2008-05-29 - Art-Coding - Corentin Larose <css@art-coding.fr>
    Updated : 2008-06-06 - Art-Coding - Corentin Larose <css@art-coding.fr>
*/
@import url('screen_common.css');

@media screen {
    /* TAGS ===================================================================================== */
    .twoColumns li {
        float: left;
        width: 260px;        
    }
    .fourColumns li {
        float: left;
        width: 130px;        
    }
    #pageCenterLeft h1 {
        color: #bdbcbc;
        font-size: 20px;
        font-weight:normal;
    }
    #pageCenterLeft h2 {
        background: url(../pics/interface/puce.png) no-repeat 0px 20px;
        border-top: 1px solid #fff200; float : left;
        font-size: 15px;
        font-weight:normal;        
        line-height:20px;   
        margin: 20px 0 0 0;
        padding: 20px 0 5px 30px;
        text-transform: uppercase;
        width: 520px;
        float: left;
    }
    #pageCenterLeft h2 a {
        font-size: 15px;
        text-decoration:none;
    }
    #pageCenterLeft h3 {
        border-bottom: 1px dotted #fff;
        float: left;
        font-size: 12px;
        font-weight:normal;   
        margin: 10px 0 10px 0;
        padding: 0 0 5px 0;
        text-transform: uppercase;
        width: 520px;
    }
    #pageCenterRight h3 {
        color: #bdbcbc;
        font-weight: normal;
        margin: 10px 0;
        text-transform: uppercase;
    }
    #pageCenterLeft li a {
        text-decoration: none;
    }
    /* CLASS ==================================================================================== */
    .liEmpty {
        list-style-type: none;
    }
    .link {
        color: #fff200;
        text-decoration: none;
    }
    .retrait {
        padding: 0 0 0 30px;
    }
    #pageCenterLeft h2.noBorder {
        background: url(../pics/interface/puce.png) no-repeat 0px 0px;
        border-top: 0;
        padding-top: 2px;
    }
    #pageCenterLeft h2 a:hover {
        color: #fff200;
    }
    #pageCenterLeft li a:hover {
        color: #fff200;
    }
    /* ID ======================================================================================= */
    #pageCenterLeft {
        background: url(../pics/interface/bg_map.png) no-repeat center 100px;
        float: left;
        margin: 0 20px 0 0;
        width: 550px;
    }
    #pageCenterRight {
        background: url(../pics/interface/logo_rss.png) no-repeat 10px 10px;
        background-color: #2d323b;
        float: left;
        padding: 40px 10px 10px 10px;
        width: 200px;
    }
}