@font-face 
{
	font-family: "MarkerFeltWide";
    src: url('font/mafw.ttf');
}

.contenu
{
	width : 1024px;
	margin : auto;
}

.corps
{
	width : 1000px;
	border : 3px solid #7B9642;
	text-align : center;
	font-family: "MarkerFeltWide";
}

h1
{
	color : #DE2029;
	font-size : 120px;
}

h2
{
	color : #6B3C10;
	font-size : 80px;
}

h3
{
	color : #DE2029;
	font-size : 50px;
}

table
{
	margin : auto;
	text-align : center;
	width : 950px;
}
	table p
	{
		color : #6B3C10;
		font-size : 40px;
		font-weight : bold;
	}
	table img
	{
		height : 300px;
	}