/* Propriétés générales */

body {
      background-color : #ffffff;
      color : #000000;
      font-family : Arial, Verdana, serif;
      font-size : 12px;
}

/* Propriétés des liens */

a:link, a:active, a:visited {
      color : #444;
      text-decoration : none;
}

a:hover {
      color : #0000cc;
      text-decoration : underline;
}

a img {
      border: none;
}

/* Ligne du footer */

.left {
      float: left;
      text-align: left;
}

.right {
      float: right;
      text-align: right;
}