.imgBlock {
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
background: #f5f5f5;
border: 1px solid #dfdfdf;
display: -moz-inline-stack;
display: inline-block;
vertical-align: top;
margin: 10px;
padding: 10px 10px 0 10px;
width: 155px;
}

.emptyBlock {
display: -moz-inline-stack;
display: inline-block;
margin: 10px;
padding: 10px 10px 0 10px;
width: 155px;
}

.imgBlock img {
border:1px solid #333;
text-align: center;
}
.imgBlock p {
color:#999;
font-size:0.9em;
font-style:italic;
letter-spacing:0.01em;
text-align:left;
}
.imgBlock a {
opacity:0.8;
}

.imgBlock a:hover {
opacity:1;
}
.thumbnails {
text-align: center;
}

#avertissement {
	font-size: 0.8em;
	color: #999;
	margin: 10px 0 20px 0;
	text-align: center;
}

#choixGalerie {
	text-align: right;
}

#galerieTitle {
	font-weight: bold;
	margin: 10px 0 0 0;
}

#galerieSummary {
	margin: 0 0 10px 0;
        color: #555;
        font-style: italic;
}
#nbPhotos {
    font-weight: normal;
    color: #d53020;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

