#liste-oeuvres {
	display: none;
}


.oeuvre-titre {
	width: 100%;
	text-align: center;
	color: #333;
	font-size: 1.1em;
	margin-top: 4px;
	font-style: italic;
}
.oeuvre-artiste {
	width: 100%;
	text-align: center;
	color: #333;
	font-size: 1.2em;
	margin-top: 4px;
	font-weight: bold;
}
.oeuvre-lieu {
	width: 100%;
	text-align: center;
	color: #333;
	font-size: 1.1em;
	margin-top: 4px;
}
.oeuvre-detail-titre {
	font-style: italic;
}
.oeuvre-detail-annee {
}
.oeuvre-detail-artiste {
	font-weight: bold;
	font-size: 1.1em;
	color: white;
}
