/* CSS Document */

body {
   margin-left: auto;
   margin-right: auto;
   background-color: #000;
   font-family: Times New Roman,Times,serif;
   color: #fff;
   text-align: center;
   font-size: 14px;
   font-weight: bold;
  }
 
#pied {
  margin-top: 10px;
  margin-bottom: 10px;
  font-style: oblique;
}
a {
color: #fff;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}