/* Document */
body {
    margin: 0px;
    padding: 0px;
}

#screen.fede {
    background: url("../img/fond.jpeg") center top no-repeat;
}

#screen.ligue {
    background: url("../img/fond_ligue.jpeg") center top no-repeat;
}

#screen.cd {
    background: url("../img/fond_cd.jpeg") center top no-repeat;
}

/* Page */
#page {
    width: 970px;
    height: 1300px;
    margin-left: auto;
    margin-right: auto;
}

/* Head */
#head {
    width: 970px;
    height: 211px;
}

/* Body */
#body {
/*     border: red solid 1px; */
    width: 970px;
    height: 1010px;
}

/* Left column */
#left {
    position: absolute;
    width: 228px;
    height: 905px;
    background: url("../img/fond-menu.png") no-repeat;
}

/* Center column */
#center {
    position: absolute;
    width: 725px;
    margin-left: 232px;
}

/* Foot */
#foot {
    width: 970px;
}
