body{
	background-color:#980319;
}
#blocCentre{
	width: 980px;
	padding: 10px;
	background-image: url(../images/fondHome.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 375px;
	color: Black;
}
table#displayer
{
	border: 0;
	padding: 0;
	border-spacing: 10px;
	margin: 0;
	width: 700px;
}
table#displayer th, table#displayer h2
{
	height: 1em;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	margin: 2px;
	padding: 0;
	color: #980319;
	line-height: 1em;
}
table#displayer tr, table#displayer td
{
	margin: 0;
	padding: 0;
}
table#displayer td
{
	height:75px;
	padding: 0;
}
table#displayer img
{
	float: left;
	margin: 0;
	margin-left: 10px;
	width: 75px;
	height: 75px;
}
table#displayer span
{
	float: left;
	border:2px outset #999999;
	width:213px;
	height:71px;
	margin-left: 5px;
}

