@charset "UTF-8";
/* CSS Document */

body {
	background-color:#CCC;
	}

div#photobloc {
	padding-bottom: 20px;
	overflow: auto;
	}


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;
	}