body
{
        font-family: Verdana, Arial, "Trebuchet MS", "Times New Roman", serif;
        color: #FFFFFF;
        margin: 0px;
        background-image: url("stars.gif");
        background-repeat: repeat;
        background-attachment: fixed;
}
#header
{
        width: 650px;
        height: 250px;
        background-image: url("stars.gif");
        background-repeat: no-repeat;
        margin: auto;
}
.extension_header
{
        height: 250px;
        width: 100%;
        background-image: url("stars.gif");
        border-bottom: 1px solid white;
}
#fond_barre
{
        height: 40px;
        width: 85%;
        margin: auto;
        padding: 10px;
        background-image: url("stars.gif");
        background-repeat: repeat-x;
        border-left: 1px solid white;
        border-right: 1px solid white;
}
#corps
{
        min-height: 993px;
        width: 85%;
        margin: auto;
        padding: 10px;
        padding-top: 1px;
        background-color: #005B94;
        border-left: 1px solid white;
        border-right: 1px solid white;
        text-align: justify;
        text-indent: 30px;
        line-height: 135%;
}
#footer
{
        width: 100%;
        height: 170px;
        background-color: #0070B7;
        background-image: url("stars.gif");
        background-repeat: repeat-x;
        border-top: 1px solid white;
        font-size: 0.8em;
        text-align: center;