/*
    Created : 2008-04-08 - Art-Coding - Corentin Larose <css@art-coding.fr>
    Updated : 2008-07-11 - Art-Coding - Corentin Larose <css@art-coding.fr>
*/
@import url('screen_common.css');
@media screen {
    /* TAGS ===================================================================================== */
    fieldset {
        border:0;
        margin:0 0 10px 0;
    }
    fieldset * {
        color:#43525a;
    }
    legend {
        background-color:#2d323b;
        border:0;
        padding:5px;
        text-transform:uppercase;
    }
    #pageCenter input {
        font-family:Arial, sans-serif;
        text-transform:uppercase;
    }
    /* CLASS ==================================================================================== */
    .floatThird {
        float:left;
        list-style-type:none;
        width:33%;
    }    
    /* ID ======================================================================================= */
    #pageCenter {
        float: left;
        margin:0;
        width: 1000px;
    }
    #years {
        display:none;
    }
}