/*
    Created : 2008-06-06 - Art-Coding - Corentin Larose <css@art-coding.fr>
    Updated : 2008-07-07 - Art-Coding - Corentin Larose <css@art-coding.fr>
*/
@import url('screen_common.css');
@media screen {
    /* TAGS ===================================================================================== */
    #pageCenter a {
        color: #fff200;
        text-decoration:none;
        text-transform:lowercase;
    }
    #pageCenter h3 {
        display:inline; 
        font-size:14px;
        font-weight:normal;
        margin:0;
    }
    #pageCenter li {  
        margin-top:15px;
    }
    #pageCenter p {  
        margin-top:0;
    }
    /* CLASS ==================================================================================== */
    .floatThird {
        float:left;
        margin:20px 0 0 20px;
        width:375px;
    }
    .intro {
        color:#bdbcbc;
        font-size:14px;
        margin:0 0 0 20px;
    }    
    .liEmpty {
        height:250px;
        list-style-type: none;
    }
    /* ID ======================================================================================= */
    #pageCenter {
        margin-left:0;
        width:810px;
    }
}