body {
	color: black;
	font-family: Trebuchet MS; 
	background:#111111;
	
}
iframe {
  background-color: transparent;
	border-width: 0px;
	height: 60px;
	width: 400px;
}
iframe.hidden {
	visibility: hidden;
	width:0px;
	height:0px;
}

#main {
	overflow: hidden;
	margin: auto;
	width: 600px;
	height: 600px;
	border: none;
	background-color: transparent;
}

#footer {
	margin: auto;
	width: 600px;
	height: 20px;
	border: none;
	background-color: transparent;
	text-align: center;
	font-size: 80%;
}



a img{
border: 0px;
}


#images {
	width: 550px;
	margin: 20px;
}

#images div {
	margin: 10px;
	width: 100px;
	height: 100px;
	border-style: solid;
	border-width: 5px;
	border-color: #DEDFDE;
	float: left;
	overflow: hidden;
}

#images div:hover {
	border-color: #529EBD;
}

#images img.load {
	margin: 36px;
}
.pieds {
	font-family: "Comic Sans MS";
	font-size: x-small;
	color: #FF3300;
	word-spacing: normal;
}

