body {
background: url('images/background.jpg') fixed;
background-color: black;
color: #858585;
font-family: Arial;
font-size: 10px;
}


a:link, a:visited, a:active{
color: #858585;
font-size: 10px;
text-decoration: none;
padding-bottom: 1px;
}
a:hover {
border-bottom: 1px dotted #858585;
}

#header {
margin: auto;
width: 707px;
height: 202px;
background: url('images/header.png') no-repeat;
}

#header-menu {
margin: auto;
width: 707px;
height: 43px;
color: white;
font-size: 16px;
}
#header-menu a:link, #header-menu a:visited, #header-menu a:hover , #header-menu a:active{
color: white;
font-size: 16px;
text-decoration: none;
}
.header-menu-gauche {
width: 18px;
height: 43px;
background: url('images/header-menu-gauche.png') no-repeat;
}
.header-menu-droite {
width: 18px;
height: 43px;
background: url('images/header-menu-droite.png') no-repeat;
}
.header-menu-separateur {
width: 1px;
height: 43px;
background: url('images/header-menu-separateur.png') no-repeat;
}
.header-menu-gauche-2 {
height: 43px;
}
.header-menu-gauche-2 a {
display: block ;
background: url("images/header-menu-gauche-2.png") repeat-x 0 0;
height: 43px;
width: 151px;
overflow: hidden;
text-align: center;
padding-top: 10px;
padding: 0px;
}
.header-menu-gauche-2 a:hover {
display: block ;
background: url("images/header-menu-gauche-2.png") repeat-x 0 -43px;
height: 43px;
border: none;
}
.header-menu-gauche-2 a:active{
display: block ;
background: url("images/header-menu-gauche-2.png") repeat-x 0 -86px;
height: 43px;
}
.header-menu-droite-2 {
height: 43px;
}
.header-menu-droite-2 a {
display: block ;
background: url("images/header-menu-droite-2.png") repeat-x 0 0;
height: 43px;
width: 151px;
overflow: hidden;
text-align: center;
padding-top: 10px;
padding: 0px;
}
.header-menu-droite-2 a:hover {
display: block ;
background: url("images/header-menu-droite-2.png") repeat-x 0 -43px;
height: 43px;
border: none;
}
.header-menu-droite-2 a:active{
display: block ;
background: url("images/header-menu-droite-2.png") repeat-x 0 -86px;
height: 43px;
}
.header-menu-td {
height: 43px;
}
.header-menu-div {
margin-top: 10px;
}
.header-menu-td a {
display: block ;
background: url("images/header-menu-fond.png") repeat-x 0 0;
height: 43px;
width: 133px;
overflow: hidden;
text-align: center;
padding: 0px;
}
.header-menu-td a:hover {
display: block ;
background: url("images/header-menu-fond.png") repeat-x 0 -43px;
height: 43px;
border: none;
}
.header-menu-td a:active{
display: block ;
background: url("images/header-menu-fond.png") repeat-x 0 -86px;
height: 43px;
}


#contenu-haut {
margin: auto;
width: 707px;
background: url('images/contenu-haut.png') no-repeat;
}
#contenu-haut-contenu {
width: 662px;
padding-left: 22px;
}

#contenu-bas {
margin: auto;
width: 707px;
height: 10px;
background: url('images/contenu-bas.png') no-repeat;
}

#footer {
margin: auto;
width: 707px;
height: 20px;
background: url('images/footer.png') no-repeat;
}
#footer-contenu {
text-align: center;
}