body
{
background-color: #546750;
}
- conteneur
{
margin: auto;
width : 850px;
margin: auto;
}
- Header
{
background-image: url("../image/header.jpg");
width: 850px;
height:346px;
margin: auto;
}
- Menu
{
background-image: url("../image/menu.jpg");
width: 850px;
height: 30px;
text-align: center;
font-size: 16px;
padding-top: 5px;
margin: auto;
}
- menu a
{
color: white;
text-decoration: none;
margin-left: 20px;
margin-right: 20px;
}
- menu a:hover
{
text-decoration: underline
}
- Ombre
{
background-image: url("../image/ombre.jpg");
width: 850px;
height: 93px;
margin: auto;
}
#Corps
{
background-image: url("../image/middle.jpg");
background-repeat: repeat-y;
width: 850px;
padding-left: 50px;
padding-right: 50px;
margin: auto
}
#Footer
{
background-image: url("../image/footer.jpg");
width: 850px;
height: 100px;
text-align: center;
padding-top: 40px;
color: #FEFEFE;
margin: auto
}
Voici mon code .