@import url(site.css);
body {
    margin: 0px;
}
#box-sidebar {
    display: none;
}
#box-content {
    background-color: #2D0505;
    background-image: none;
    width: 990px;
    height: 500px;
}
#display-content {
    background-image: none;
}
#box-footer {
    position: absolute;
    top: 580px;
    text-align: center;
    width: 990px;
}
.box-home-logo {
    position: absolute;
    top: 0px;
    left: 340px;
}
.box-home-picture {
    position: absolute;
    top: 210px;
    left: 340px;
}
#box-content-prepend {
    color: #F58735;
    position: absolute;
    top: 230px;
    left: 25px;
    background-image: url(medias/home-bloc-left.gif);
    background-repeat: no-repeat;
    background-position: top left;
    height: 321px;
    width: 315px;
}
#display-content-prepend {
    text-align: center;
    padding: 30px 10px 10px 30px;
}
#box-content-append {
    color: #FFD228;
    position: absolute;
    top: 230px;
    left: 662px;
    background-image: url(medias/home-bloc-right.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    height: 321px;
    width: 314px;
}
#display-content-append {
    text-align: center;
    padding: 30px 30px 10px 10px;
}
.box-menu {
    margin: 10px 0px 10px 0px;
}
a:link, a:visited {
    text-decoration: none;
}
.box-menu-center {
    position: absolute;
    top: 460px;
    left: 370px;
}
.box-menu-center ul li {
    list-style-type: none;
}
.box-menu-center ul li a:link, .box-menu-center ul li a:visited {
    font-size: 11pt;
}
.box-menu-center ul li a:hover {
    color: #F58735;
}