html{
	margin:0;
	padding:0;
	font-size: 100%; 
	min-height: 100%;
	-webkit-text-size-adjust: 100%;
}
body{
	-webkit-font-smoothing: antialiased;
	background-color:#000;
	min-height: 100%;
}
/*bug firefox ie*/
strong, b {
	font-weight: bold;
}
p{
	padding-top:.5rem;
	padding-bottom:.5rem;	
}
img{
	pointer-events:none!important;
}
#messageInterface,
#erreur{
	font-family:Verdana, sans-serif;
	color:#f00;
	margin-left: auto;
	margin-right: auto;
	background-color: #ccc;
	box-shadow: 0 3px 15px 0 #656565;
	position:fixed;
	z-index:10;
	background:white;
	width:100%;
	text-align:center;
	/* gestion de l'ombre */
	box-shadow: 0px 3px 15px 0px #656565;
	-webkit-box-shadow: 0px 3px 15px 0px #656565;
	-moz-box-shadow: 0px 3px 15px 0px #656565;
	-ms-box-shadow: 0px 3px 15px 0px #656565;
	-o-box-shadow: 0px 3px 15px 0px #656565;
	opacity:0;	

}
#erreur{
	font-size:3.5rem;
	animation: affiche 8s;		
}
#messageInterface{
	font-size:1rem;	
	animation: affiche 8s;	
}
@keyframes affiche {
	0%   { opacity: 0; }
	50%   { opacity: .5; }
	60%   { opacity: .7; }
	80%   { opacity: .9; }
	100% { opacity: 1; }
}
/* le conteneur principal*/
.page{
	margin: auto; 
	position: relative; 
	padding:0;
	height:auto!important;
}
#descriptionTravail{
	background-color:#000;
	/*border:solid 1px #aaa;*/
	font-family: arial;
	font-size:1rem;
	color:#4479d9;
	padding:.5rem;
}
#membresCommunaute,
#albums{
	clear: both;
	padding: 0px;
	width:100%;
	/*height:12em;*/
	overflow-x: scroll;
  	overflow-y: hidden;
 	white-space: nowrap;
}
*[id^='unMembre-'],
*[id^='unAlbum-']{
	display: inline-block;
  	width: 10em;
	margin: 1% 0 1% 1.6%;
	/*border: solid #aaa 1px;*/
	background-color: #000;
	cursor: pointer;
}
#albumCourant{
	text-transform : capitalize;
}
#albumCourant,
#titreZone{
	
	clear:both;
	
	/*padding-top: 3%;*/
	text-align: left;
	font-family: arial;
	font-size: 1.2rem;
	color:#fff;
	background-color: #000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;			
}
#titreMembre,
#titreAlbum{
	/*text-transform : capitalize;*/
	padding: 6%;
	text-align: center;
	margin-top: -2rem;
	font-family: arial;
	font-size: 1rem;
	color:#4479d9;
	background-color: #000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
				
}
#nomMembre,
#nomAlbum,
#cheminDossierMembre,
#cheminDossier{
	display:none;
}
#galerie{
	margin-top:1rem;
}
#info{
	display: block;
	position: absolute;
	margin: 0px;
	right: 10px;
	bottom: 0;
	width: 40px;
	z-index: 100;
	cursor: pointer;
}
.ug-gallery-wrapper,
.ug-slider-wrapper{
	background-color: #000;
}
.ug-textpanel-description #description{
	float: left;
	display: block;
	/*border: solid 1px #3c3c3c;*/
	/*background-color: #3c3c3c;*/
	padding: 2%;
	/*border-radius: 20px;*/
	color: #fff;
	margin: 1% 0 1% 1.6%;
	width:20vw;
	font-size: .9rem;
	font-family: Arial,sans-serif;
}
.ug-textpanel-description #metaPhoto{
	float: left;
	display: block;
	/*border: solid 1px #3c3c3c;*/
	/*background-color: #3c3c3c;*/
	padding: 2%;
	/*border-radius: 20px;*/
	color: #fff;
	margin: 1% 0 1% 1.6%;
	width:30vw;
	font-size: .9rem;
	font-family: Arial,sans-serif;
}
		