/*-------------------------------------------------*/
/* HTML
/*-------------------------------------------------*/
html { 
  margin:0;
  padding:0;
  background: url(bck.png) no-repeat center fixed; 
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
}
/*-------------------------------------------------*/
/* BODY
/*-------------------------------------------------*/
body {
}
a {
	text-decoration: none;
	color:lime;
}
a:hover  {
	color:red;
}
a:visited {
    color: green;
}
pre {
	color:red;
}
article {
	text-align:left;
	color: yellowgreen;
	font:10px verdana;
    margin:0px 0px 0px 0px;
    max-width:400;
    min-height: 40px;
}