@charset "UTF-8";
html { 
  margin:0;
  padding:0;
  background: url(images/ecritsimage.jpg) no-repeat center fixed; 
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
}/* CSS Document */

nav {
	background-color: rgba(204, 204, 204, 0.3);
	float: right;
	border-radius: 20px;
	margin-top: 50px;
	margin-right: 100px;
	padding-right: 20px;
	}
	
ul {
	list-style: none;
	}

header {
	float: right;
	width: 50%;
	padding: 5px 50px 5px 0;
	margin-top: 50px;
	background-image: linear-gradient(to left, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 85%);
	}
	
header h1 {
	font-size: xx-large;
	font-style: bold;
	text-align: right;
	font-family: Impact, "Arial Black", Arial, Verdana, sans-serif;
	color: #FFF;
	letter-spacing: 0.5em;
	}
	
footer {
	text-align: center;
	width: 100%;
	position: fixed;
	bottom: 0;
	margin-bottom: 20px;
	background-image:url(images/trame1.png);
	background-color: #333;
	border-radius: 10px;
	}
	
footer li {
	font-family: arial black;
	font-variant: small-caps;
	font-size:small;
	display: inline;
	margin-left: 10px;
    margin-right: 10px;
	padding: 8px;
	color: #CCC;
	}
	
footer a {
 	text-decoration: none;
 	color: #CCC; /*par exemple*/
	}
	
footer a:hover {
	color: #FFF;
	}