
body
{


background-color: black;
}

#conteneur
{
   margin: auto;
   width: 1024px;
   
}



#header
{
width: 1024px;
height: 239px;
}

#menu

{
background-image: url("menu.jpg");
width: 1024px;
height: 47px;

}

#corps
{
background-image: url("corps.jpg");
background-repeat: x-repeat;
width: 929px;
height: 900px;
text-align: justify;
color: white;
font-size: 18px;
padding-left: 47.5px;
padding-right: 47.5px;
font-family: "times new roman",arial;
text-indent: 30px;
}

#pied
{
background-image: url("pied.jpg");
width: 1024px;
height: 45px;

}


img{
border: 0;
} 

.ecriture
{
margin-left: 2px;
}

.copy
{
color: white;
text-align: center;
font-size: 10px;
font-family: "Times New Roman"
}