#titleCatalog, #titleAlbum, #titleAlbum div, #titleAlbum h2, #titleAlbum p, #catalog, .albumG, .albumD, .albumG h2, .albumD h2, .thumb, .descrip, .hits,
#album, #top{
	display: inline;
	float: left;
	width: 0;
	margin: 0;
	padding: 0;
}
#titleCatalog{
	width: 100%;
	height: 120px;
	margin: 40px 0 0 0;
	background: url(img/photo-title-catalog.jpg) no-repeat 15px top;
}
#titleAlbum{
	width: 100%;
	height: 120px;
	margin: 40px 0 0 0;
	background: url(img/photo-title-album.jpg) no-repeat 15px top;
}
#titleCatalog .return, #titleAlbum .return{
	display: block;
	float: right;
	width: 115px;
	height: 64px;
	margin: 40px 15px 0 0;
	background: url(img/media-return.jpg) no-repeat center;
}
#titleAlbum .return{
	background: url(img/album-return.jpg) no-repeat center;
}
#titleCatalog .return span.hover, #titleAlbum .return span.hover{
	cursor: pointer !important;
	display: block;
	width: 55px;
	height: 51px;
	margin: 0 0 0 53px;
	z-index: 100;
	background: url(img/media-return-hover.jpg) no-repeat center;
}
#titleAlbum .return span.hover{
	background: url(img/album-return-hover.jpg) no-repeat center;
}
#titleAlbum div{
	width: 300px;
	height: 250px;
	margin: 20px 0 0 200px;
}
#titleAlbum h2{
	width: 200px;
	height: 43px;
	font-size: 17px;
	font-weight: bold;
	margin:0;
	overflow: hidden;
}
#titleAlbum p{
	width: 300px;
	height: 150px;
	margin:0;
	overflow: hidden;
}
#titleAlbum p.facebookShare{
	width: 100px;
	height: 45px;
	margin:0;
}
#titleAlbum p.facebookShare a{
	display: block;
	float: right;
	width: 81px;
	height: 18px;
	margin-top: 1px;
	background: url(img/facebookPartage.png) no-repeat center;
}
#catalog{
	width: 759px;
	height: 500px;
	margin: 50px 0 0 0;
	position: relative;
	z-index:2;
}
.albumG, .albumD{
	width: 320px;
	height: 155px;
	margin: 0 95px 25px 20px;
	/*border-bottom: 1px solid #4c4236;*/
}
.albumD{
	margin: 0 0 25px 0;
}
.thumb{
	width: 160px;
	height: 155px
}
.thumb a{
	display: block;
	width: 133px;
	height: 100px;
	padding: 4px;
	border: 1px solid #5b4f40;
}
.thumb a span.hover{
	cursor: pointer !important;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: url(img/media-album-hover.png);
}
.albumG h2, .albumD h2{
	width: 160px;
	height: 45px;
	font-size: 17px;
	font-weight: bold;
}
.thumb a.facebookShare{
	display: block;
	width: 133px;
	height: 18px;
	margin: 10px 0 0 4px;
	background: url(img/facebookPartageLarge.png) no-repeat center;
	border: none;
}
.descrip{
	width: 160px;
	height: 72px;
}
.hits{
	width: 160px;
	height: 20px;
	/*font-weight: bold;*/
}
#album{
	width: 739px;
	height: 500px;
	margin: 70px 0 0 25px;
	position: relative;
	z-index:2;
}
.photo, .photoD{
	display: block;
	float: left;
	width: 80px;
	height: 60px;
	margin: 0 25px 15px 0;
	border: 1px solid #746853;
}
.photoD{margin: 0 0 15px 0;}
.photo span.hover, .photoD span.hover{
	cursor: pointer !important;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: url(img/media-photo-hover.png);
}
#top{
	width: 100%;
	height: 20px;
	position: relative;
	z-index:2;
}
#top a{
	display: block;
	cursor: pointer;
	float: right;
	width: 43px;
	height: 13px;
	margin: 0 30px 0 0;
	background: url(img/top.jpg);
}
a.variante{border: 1px solid #746853;}

#bas{
	position: relative;
	z-index:0;
}
#bas-contenu{
	height: 100%
}