h2{
	font-size: 26px;
	font-weight: normal;
	margin: 10px 0;
	line-height: 46px;
}
#cover{
	float: left;
	width: 236px;
	max-height: 236px;
	display: block;
	
}
#description{
	float: right;
	width: 768px;
	margin-left: 20px;
}
#price{
	clear: both;
	margin: 10px 0 0;
	line-height: 32px;
}
	#price span{float: right;}

/* Intro aux oeuvres */
h3{
	clear: both;
	margin: 0;
	line-height: 48px;
	font-size: 14px;
}

/* Oeuvres */
#works{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}
	#works li{
		display: inline-block;
		vertical-align: middle;
		margin: 0 10px 10px 0;
	}
#works img{
	max-width: 96px;
	transition: all linear 0.2s;
	cursor: pointer;
}
	#works img:hover{
		transform: scale(1.5);
		box-shadow: 0 0 2px black;
	}
