div.auteur {
	clear: both;
	width: 540px;
	margin: 0px 0px 12px 36px;
}

div.encart {
	width: 520px;
	padding: 18px;
	border: solid 1px #ffffff;
	font-style: italic;
}

div.decor {
	height: 160px;
}

h1 {
	font-size: 14px;
	line-height: 18px;
	padding-top: 6px;
	margin-left: 36px;
}

.auteur h1 {		/* ne concerne que les balises ŕ l'intérieur d'un bloc de class=album */
	margin: 0;
	padding-bottom: 12px;
}

.auteur img {

            margin: 8px 8px;

}

a.titre {
	font-weight: bold;
	color: #756e67;
	text-decoration: none;
}

a.titre:hover {
	color: #eee7e0;
	text-decoration: underline;
}


