/* général */
#myGallery {
	width: 830px;
	height: 240px;
	z-index: 5;
	display: none;
	border: 1px solid #000;
}

.swGallery {
	overflow: hidden;
	position: relative;
	line-height: 1.5em;
	padding-top: 0px;
	background: url('/media/css/smoothgallery/img/fond.png') no-repeat bottom right;
}

/* pochette */
.swGallery img {
	border: 0;
	margin: 0;
}


.swGallery .slideElement {
	width: 240px;
	height: 240px;
	background-color: #fff;
	background-repeat: no-repeat;
	margin: 0px !important;
}

/* bar de chargement */
.swGallery .loadingElement {
	width: 100%;
	height: 240px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('/media/css/smoothgallery/img/loading-bar-black.gif');
}

/* blok de texte */
.swGallery .slideInfoZone {
	position: absolute;
	z-index: 10;
	width: 580px;
	margin: 0px;
	left: 240px;
	top: 0;
	height: 200px;
	background: #fff;
	color: #000;
	text-indent: 0;
	overflow: hidden;
	text-align: left;
}

* html .swGallery .slideInfoZone {
	bottom: -1px;
}


.swGallery .slideInfoZone h2
{
	margin: 0;
	padding: 0;
	font-size: 14pt;
	color: #000;
	background: none;
}

.swGallery .slideInfoZone h2 .ccoeur{
	padding: 0;
	font-size: 14pt;
	margin: 0;
	margin: 2px 5px;
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 0px;
	font-weight: bold;
	color: #000;
	background: url(/media/images/site/icones/ccoeur.png) left no-repeat;
}

.swGallery .slideInfoZone h2 .new{
	padding: 0;
	font-size: 14pt;
	margin: 0;
	margin: 2px 5px;
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 0px;
	font-weight: bold;
	color: #000;
	background: url(/media/images/site/icones/new.jpg) left no-repeat;
}


.swGallery .slideInfoZone h2 .mpd{
	padding: 0;
	font-size: 14pt;
	margin: 0;
	margin: 2px 5px;
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 0px;
	font-weight: bold;
	color: #000;
	background: url(/media/images/site/icones/excla-ico.jpg) left no-repeat;
}



.swGallery .slideInfoZone .h2artiste
{
	margin: 0;
	padding: 0;
	font-size: 10pt;
	color: #000;
	background: none;
}
.swGallery .slideInfoZone .h2date
{
	margin: 0;
	padding: 0;
	font-size: 8pt;
	font-style: italic;
	color: #000;
	background: none;
}




.swGallery .slideInfoZone p {
	padding: 0;
	font-size: 12pt;
	margin-top: 20px;
	margin-left: 54px;
	text-align: justify;
	color: #7b7575;
}

.swGallery .slideInfoZone p .mpd-txt{
	padding-left: 0;
	margin-left: 0;
	margin-top: 10px;
}

/* caroussel des miniatures d'albums*/
.swGallery div.carouselContainer {
	position: absolute;
	height: 135px;
	width: 566px;
	z-index: 30;
	margin: 0px;
	right: 9px;
	top: 0;
	
}

/* 'poignet du caroussel */
.swGallery a.carouselBtn {
	position: absolute;
	top: 335px;
	right: 250px;
	height: 20px;
	/*width: 100px; background: url('/media/css/smoothgallery/img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #EE1C23;
	color: #fff;
	cursor: pointer;
}

.swGallery .carousel {
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 355px;
	height: 115px;
	background: url('/media/css/smoothgallery/img/fond-caroussel.jpg') no-repeat top left;
	color: #000;
	text-indent: 0;
	overflow: hidden;
}

.swGallery .carousel .carouselWrapper {
	position: absolute;
	width: 100%;
	height: 78px;
	top: 10px;
	left: 0;
	overflow: hidden;
	margin: 0px !important;
}

.swGallery .carousel .carouselInner {
	position: relative !important;
	margin: 0px !important;
	padding: 0px !important;
}

.swGallery .carousel p {
	margin: .swGallery .carousel
}

.swGallery .carousel .carouselInner .thumbnail {
	cursor: pointer;
	background: #e0e0e0;
	background-position: center center;
	float: left;
	border: solid 0px #fff;
	margin: 0px 0px !important;
	padding: 0px;
}

.swGallery .carousel .label {
	font-size: 13px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	padding: 0;
	margin: 0;
}

.swGallery .carousel .label .number {
	color: #000;
}

.swGallery .carousel .label .h2date {
	display: none;
}


/* block suivant / precedent */


.swGallery a {
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.swGallery a.right,.swGallery a.left {
	position: absolute;
	height: 30px;
	width: 25%;
	cursor: pointer;
	z-index: 30;
}

* html .swGallery a.right,* html .swGallery a.left {
	filter: alpha(opacity = 50);
}

.swGallery a.right:hover,.swGallery a.left:hover {
	filter: alpha(opacity = 80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.swGallery a.left {
	left: 270px;
	bottom: 0;
	background: url('/media/css/smoothgallery/img/fleche1.png') no-repeat center left;
}

* html .swGallery a.left {
	background: url('/media/css/smoothgallery/img/fleche1.png') no-repeat center left;
}

.swGallery a.left:hover {
	left: 270px;
	bottom: 0;
	/*background: url('/media/css/smoothgallery/img/fleche1-2.png') no-repeat center left;*/
}

* html .swGallery a.left:hover {
	/*background: url('/media/css/smoothgallery/img/fleche1-2.png') no-repeat center left;*/
}


.swGallery a.right {
	right: 10px;
	bottom: 0;
	background: url('/media/css/smoothgallery/img/fleche2.png') no-repeat center right;
}

* html .swGallery a.right {
	background: url('/media/css/smoothgallery/img/fleche2.png') no-repeat center right;
}

.swGallery a.right:hover  {
	right: 10px;
	bottom: 0;
	/*background: url('/media/css/smoothgallery/img/fleche2-2.png') no-repeat center right;*/
}

* html .swGallery a.right:hover  {
	/*background: url('/media/css/smoothgallery/img/fleche2-2.png') no-repeat center right;*/
}


/* block pour accéder aux fiches*/
.swGallery a.open {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.withArrows a.open {
	position: absolute;
	top: 0;
	left: 0;
	height: 240px;
	width: 100%;
	cursor: pointer;
	z-index: 20;
	background: none;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.withArrows a.open:hover {
	background: url('/media/css/smoothgallery/img/open.png') no-repeat center center;
}

* html .withArrows a.open:hover {
	background: url('/media/css/smoothgallery/img/open.gif') no-repeat center center;
	filter: alpha(opacity = 0);
}

