img
{
	border: 0px;
}
body
{
	margin: 0px;
	padding: 0px;
	background: url(/images/background.png) center top;
}

#wrapper
{
	width: 840px;
	margin: 0px auto;
}

#header
{
	margin: 20px 0px;
	height: 300px;
	position: relative;
}
#logo
{
	position: absolute;
	bottom: 0px;
	right: 20px;
}
#text
{
	position: absolute;
	bottom: 20px;
	left: 20px;
}
#footer
{
	clear: both;
	margin: 40px 0px;
}
#page, #sites
{
	clear: both;
}
/* SITE */
.site
{
	width: 200px;
	height: 204px;
	position: relative;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-top: 10px;
	overflow: hidden;
	cursor: default;
}
.site span.cadre-off
{
	position: absolute;
	top: 31px;
	left: 0px;
	width: 201px;
	height: 300px;
	background: url(/images/cadre-off.png) no-repeat;
	z-index: 1;
}
.site .title
{
	right: 0px;
	position: absolute;
}
.site .spec 
{
	position: absolute;
	top: 25px;
	left: 0px;
}
.site .thumb 
{
	position: absolute;
	top: 45px;
	left: 0px;
	z-index: 0;
}
.hover span.cadre-off
{
	background: url(/images/cadre-on.png) no-repeat;
	cursor: pointer;
}
.site div.box
{
	top: 45px;
	left: 0px;
	background: red;
	width: 100px;
	height: 100px;
}
#zoom
{
	background: #353535;
	border: 6px solid #1F1F1F;
	z-index: 2;
}
.visible_hidden
{
	visibility: hidden;
}

#deezer
{
	height: 85px;
	overflow: hidden;
}