@charset "UTF-8";
html { 
  margin:0;
  padding:0;
  background: url(images/T5.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.5);
	float: right;
	border-radius: 20px;
	margin-top: 50px;
	margin-right: 50px;
	padding-right: 20px;
	width: 630px;
	}
	
nav ul li ul li {
	display: inline;
	}
	
nav ul li ul {
	display:none;
	}
	
nav ul li:hover ul {
	display: block;
	}

ul {
	list-style: none;
	}
	
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;
	}