body
{
   background-color: black;
   color: white;
   width: 950px;
   margin: auto;
}

#header
{
   margin-top: 20px;
}

h1
{
   text-indent: 120px;
   font-family: "Courier new", "Times new roman", serif;
   color: #282825;
   margin-top: 70px;
}

p
{
   text-indent: 40px;
   text-align: justify;
   font-family: "Times new roman", serif;
   margin left: 25px;
   margin-right: 25px;
}

a
{
   text-decoration: none;
   color: #606060;
}
a:hover
{
   font-style: italic;
}

.liens
{
   text-indent: 0px;
   font-family: "Times new roman", serif;
   margin left: 25px;
   margin-right: 25px;
}

#pied_de_page
{
   text-align: center;
   font-size: x-small;
   margin-top: 100px;
   margin-bottom: 20px;
}

img
{
   margin-right: 10px;
}
