body {
    background-color : #FFE4C4;
}

#page {
    height : 500px;
    width : 800px;
    margin : auto;
}

#bandeau {
    height : 200px;
    width : 800px;
    float : right;
    margin : auto;
}

#lateral {
    height : 500px;
    width : 200px;
    float : left;
    text-align : center;
}

#corps {
    height : 500px;
    width : 600px;
    float : left;
}

#bandeau * img {
    max-height : 200px;
    max-width : 175px;
}

#bandeau > div {
    margin : auto;
    float : left;
    text-align : center;
    width : auto;
}

#lateral * ul {
    font-size : 0.7em;
}

#lateral > div:hover > ul {
    font-size : 0.8em;
    font-weight : bold;
}

#lateral * a, #lateral * a:hover, #lateral > a {
    color : #8B4513;
}

#lateral * a {
    text-decoration : none;
}

#corps >div {padding-left : 20px;}
#corps * p {padding-left : 10px; text-indent : 20px;}
#corps * a {color : #8B4513;}
hr { color : #FF7F50;}

#lateral > div:first-line { font-variant : small-caps; color : #FF7F50;}
