/* Création 20/08/2007. */
/* Dernière modificationi 03/09/2007. */
A:link
 {
  color: yellow
 }
A:visited
 {
  color: #c0c000;
 }
A:active
 {
  color: blue;
 }
A:hover
 {
  background-color: navy;
 }
BODY
 {
  background-color: #7f7f7f;
  background-image: url("../../images/Bg_services.gif");
  background-repeat: no-repeat;
  color: black;
  margin: 0px;
 }

