root
{ 
    display: block;
}

body
{

    background-repeat: repeat-x;
    background-color: #F1F1F1;
    margin: 0px;
    padding: 0px;
    font-family: "Helvetica", Arial, Verdana, sans-serif;
    font-size: 0.875em;
    color: #737A7D;
}

#conteneur
{
    /*position: static;*/
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    width: 1000px;
    min-height: 750px;
    overflow: visible;
    background-repeat: no-repeat;
    background-position: top left;
    border: 1px #A6B0B2 solid;
    margin-top: 15px;
    margin-bottom: 15px;
}

#logo_home
{
    width: 413px;
    height: 190px;
    margin-left: 120px;
    padding-top: 40px;
    padding-bottom: 50px;
}

#site
{
    background-image: url(fond.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 1000px;
    height: 750px;
    margin-top: -750px;
}

#habillage
{
    background-repeat: no-repeat;
    background-position: top left;
    width: 1000px;
    height: 750px;
}

    #habillage h1
    {
        margin: 0px;
        padding-left: 120px;
        width: 350px;
        height: 143px;
        font-weight: normal;
    }

    #nav_home
    {
        padding-left: 163px;
        color: #AEAEAE;
        font-size: 1.07em;
        font-weight: normal;
        height: 149px;
        width: 247px;
    }

        #nav_home a
        {
            display: block;
            font-size: 1.07em;
            font-weight: bold;
            color: #01A1B8;
            text-decoration: none;
            outline: none;
        }

        #nav_home a:hover
        {
            font-weight: bold;
            color: red;
        }

#news
{
    height: 248px;
    width: 290px;
    padding-left: 120px;
    font-size: 1em;
    color: #999;
    text-align: justify;
}

    #news #title_news
    {
        height: 22px;
    }

    #news #title_news span
    {
        font-size: 1.07em;
        font-weight: bold;
        color: #666;
    }

</style>