/*
    Created : 2008-07-02 - Art-Coding - Corentin Larose <css@art-coding.fr>
    Updated : 2008-07-03 - Art-Coding - Corentin Larose <css@art-coding.fr>
*/
@import url('screen_common.css');
@media screen {
    /* TAGS ===================================================================================== */
    #pageCenter fieldset {
        border:0;
    }
    #pageCenter h2 {
        background: url(../pics/interface/puce.png) no-repeat 0px 20px;
        border-top: 1px solid #fff200; 
        font-size: 15px;
        font-weight:normal; 
        line-height:20px;       
        margin: 20px 0 0 0;
        padding: 20px 0 10px 30px;
        text-transform: uppercase;
    }
    #pageCenter h3 {
        border-bottom: 1px dotted #fff;
        margin: 10px 0 10px 0;
        padding: 0 0 5px 0;
    }
    #pageCenter h3 a {
        font-size: 12px;
        font-weight:normal;   
        text-decoration:none;
        text-transform: uppercase;
    }
    #pageCenter legend {
        display:none;
    }
    /* CLASS ==================================================================================== */
    .retrait {
        padding: 0 0 0 30px;
    }
    #pageCenter h2.noBorder {
        border-top: 0;
    }
    /* ID ======================================================================================= */
}