html
{
	height: 100%;
	padding-bottom:1px;
}
body
{
	font: 1.0em Arial, Helvetica, Verdana, sans-serif;
	width:690px;
	margin:20px auto;
	color: #333;
}
h1
{
	font: 1.6em Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:0;
	margin-top:0;
}
#logo
{
	float:left;
	background:none;
	margin-bottom:15px;
	padding-top:0;
}
#contact
{
	float:right;
	margin-top:0;
}
a
{
	color: #555;
	text-decoration: none;
	padding: 2px;
	outline:none;
}
a:hover
{
	background-color: #555;
	color: #fff;
}
a img
{
	border: none;
	background:none;
}
#conteneur
{
	clear:both;
	color:#666;
}
#conteneur img
{
	-moz-box-shadow:2px 2px 7px #222;
	-webkit-box-shadow:2px 2px 7px #222;
	box-shadow:2px 2px 7px #222;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#777777', Direction=145, Strength=3);
}
#conteneur img:hover
{
opacity: .5;
-webkit-transition: opacity;
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 500ms;
}
.apercu,.apercu a
{
	margin-bottom:8px;
	background:none;
}

.g
{
	float:left;
	width: 320px;
	min-height:320px;
	margin-bottom:15px;
	clear:both;
}
.d
{
	float:right;
	width: 320px;
	min-height:320px;
	margin-bottom:15px;
}

.adresse
{
	margin-top:0;
}
.tag
{
	font-size: 0.8em;
}
#bas
{
text-align:center;
padding:30px;
clear:both;
}

