a
{
	font-style: italic;
}
h2
{
	color: #cc9f66;
}

#main
{
	background: url('images/autourDeLaHarpe/autourdelaharpe.jpg') no-repeat center center / 100% auto;
}

table
{
	border-collapse: collapse;
	height: 100%;
	width: 100%;
}
tr
{
	height: 50%;
}
td
{
	width: 50%;
}
.top
{
	border-bottom: 2px solid black;
}
.left
{
	border-right: 2px solid black;
}
.left>div
{
	height: 100%;
	float: right;
	margin-left: 5%;
}
.right>div
{
	height: 100%;
	float: left;
	margin-right: 5%;
}
.description
{
	width: 45%;
	height: 100%;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.description>p
{
	line-height: 1em;
	margin: 0.4em 0;
}
.tof
{
	width: 40%;
	background: no-repeat center right / auto 100%;
}

#evimg
{
	background-image: url('images/autourDeLaHarpe/evimg.jpg');
}
#luimg
{
	background-image: url('images/autourDeLaHarpe/luimg.jpg');
}
#haimg
{
	background-image: url('images/autourDeLaHarpe/haimg.jpg');
}
#reimg
{
	background-image: url('images/autourDeLaHarpe/reimg.jpg');
}