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

body {
background-color: #333333;
font-family: "Century Gothic";
color: #cabb5d;
font-size: 12px;

margin: 0;
	text-align: center;
}


a {
font-family: "Century Gothic";
color: #cabb5d;

text-decoration: none;	
}
a:hover {
	text-decoration: underline;
}
h1#header
{
    background-color: #333333;
    font-size: 1.6em;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
h2 {
	font-family: "Century Gothic";
	background-color: #333333;
    font-size: 12px;
    font-weight: normal;
	text-align: center;
}
#content
{
	background-color: #333333;
	position: relative;
	width:  100%;
	float: left;
	overflow: hidden;
}
#column1
{
	position: relative;
	top: 0;
	left: 1%;
	width: 25%;
	float: left;
	overflow: hidden;
}
#column2
{
	position: absolute;
	top: 0;
	left: 26%;
	width: 25%;
	float: left;
}
#column3
{
	position: absolute;
	top: 0;
	left: 51%;
	width: 25%;
	float: left;
}
#column4
{
	position: absolute;
	top: 0;
	right: 1%;
	width: 25%;
	float: left;
}
#footer
{
	background-color: #333333;
	border-top: 1px solid silver;
	clear: both;
	width: 100%;
	float: left;
}
#rfooter
{
	position: absolute;
	right: 1%;
	width: 33%;
	text-align: right;
	
}
#mfooter
{
	position: absolute;
	left: 34%;
	width: 33%;
	
}
#lfooter
{
	position: absolute;
	text-align: left;
	left: 1%;
	width: 33%;
}

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


