h1 {
	background: url(../img/bonus/titre_photos.gif) no-repeat;
}
#bandeau_gauche { 
	display: none;
}
#contenu {
	margin: 0;
}

.miniature, .album {
	float: left;
	margin: 0.5em;
	padding: 0.3em;
	border: 1px dashed #a15a00;
	width: 150px;
	height: 150px;
	text-align: center;
}
.album { 
	border-style: solid;
}

/* centrage vertical
 * cf http://www.jakpsatweb.cz/css/css-vertical-center-solution.html */
.miniature,
.album { /* correctif ie */
	position: relative;
}
.miniature[class],
.album[class] {
	position: static;
	display: table;
}
.miniature a,
.album a { /* correctif ie */
	position: absolute;
	top: 50%;
}
.miniature[class] a,
.album[class] a {
	position: static;
	display: table-cell;
	vertical-align: middle;
}

.miniature img,
.album img { /* correctif ie */
	position: relative;
	top: -50%;
	left: -50%;
}
.miniature[class] img,
.album[class] img {
	position: static;
}

.miniature .description,
.album .description {
	font-size: smaller;
	font-style: italic;
}

/*
 * Ajout de photos
 */
form em {
	font-size: smaller;
}
form label {
	font-weight: bolder;
}
