.artiste {
	float: left;
	padding-right: 30em;
	margin: 0;
}
#artistes {
	line-height: 2em;
	color: #760A2A;
	font-weight: 700;
}

.oeuvre {
	float: right;
	margin-left: -29em;
	width: 370px;
}
.oeuvre p {
	font-style: oblique;
	font-weight: 700;
	color: #760A2A;
	margin-top: 0px;
	font-size: 0.85em;
	margin-left: 0.8em;
}

.oeuvre img {
	margin-bottom: 0px;
	margin-top: 1em;
	margin-left: 0.8em;
}

.artiste img {
	float: left;
	margin-top: 0em;
	margin-right: 1em;
	margin-bottom: 0.5em;
	margin-left: 0px;
}
#artistes h3 {
	color: #760A2A;
	line-height: 1;
}
#artistes a:link {
	color: #760A2A;
}
#artistes a:visited {
	color: #760A2A;
}
#artistes a:hover {
	color: #FFFFFF;
}
#artistes a:active {
	color: #760A2A;
}
