body 
	{ 
  		margin: 5px;
  		padding: 5px;
  		background: url(archiveshemera.jpg) no-repeat center fixed; 
  		-webkit-background-size: cover; /* pour anciens Chrome et Safari */
  		background-size: cover; /* version standardisÃ©e */
	}

a:link { background: white; padding: 5px; border-radius: 10px 100px / 120px; color: black; }          /* Liens non visités */
a:visited { background:white; padding: 5px; border-radius: 10px 100px / 120px; color: purple; }     /* Liens visités */
a:hover { background: white; padding: 5px; border-radius: 10px 100px / 120px; color: blue; }  /* Liens survolés */
a:active { background: white; padding: 5px; border-radius: 10px 100px / 120px; color: red; }         /* Liens actifs */