﻿body 
{
    width: 1000px;
    margin: auto;
    margin-top: 0px;
    font-family: Arial;
    font-size: 11px;
    color: #FFFFFF;
}

#header-left 
{
    width: 555px;
    height: 205px;
    float: left;
}

#header-right 
{
    width: 445px;
    height: 330px;
    float: right;
}

#content 
{
    width: 1000px;
    background: url("images/background-content.jpg") repeat;
    margin: 0;
    padding: 0;
}

#texte 
{
    width: 506px;
    margin-left: 25px;
    padding: 1px;
}

#bottom-content 
{
    width: 1000px;
    height: 9px;
    background: url("images/bottom-content.jpg") no-repeat;
}

#footer 
{
    width: 985px;
    height: 58px;
    background: url("images/footer.jpg") no-repeat;
    color: #3d3d3d;
    padding-top: 18px;
    padding-left: 15px;
}

#copyright 
{
    width: 1000px;
    height: 91px;
    background: url("images/copyright.jpg") no-repeat;
}

h1 
{
    border-left: 3px solid #19b8ff;
    border-bottom: 1px solid #19b8ff;
    padding-left: 5px;
}

h2 
{
    border-left: 2px solid #19b8ff;
    padding-left: 5px;
    font-size: 14px;
}

a { 
	color: #B2B2B2;
	background-color: inherit;
}

a:hover {
	color: #B2B2B2;
	background-color: inherit;
}


img 
{
    border: 0px;
}
