/* PURE CSS RockGallery www.imparato.be for the mobile - by Emilio Imparato */

body {
	background-color: #333333;
	font-family: "Century Gothic";
	color: #cabb5d;
	font-size: 12px;
	margin: 0;
	float: left;
}
a {
font-family: "Century Gothic";
color: #cabb5d;
text-decoration: none;	
}
a:hover {
	text-decoration: underline;
}
h1#header
{
    background-color: #333333;
    font-size: 1.6em;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
h2 {
	font-family: "Century Gothic";
	background-color: #333333;
    font-size: 12px;
    font-weight: normal;
}

#footer
{
	background-color: #333333;
	border-top: 1px solid silver;
	clear: both;
	width: 100%;
	float: left;
}

.timbre {
	width: 55px;
	height: 55px;
}
div.img
{
  margin: 2px;
  height: auto;
  width: auto;
}	
div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}
div.img a:hover img 
{border: 1px solid #0000ff;
}
div.desc
{
	font-weight: normal;
	margin: 2px;
}

