#conteneur{
	width:798px;
	margin-left:auto;
	margin-right:auto;
}

#tete{
	float:left;
	display:inline;
	overflow:hidden;
	width: 798px;
	height: 228px;
	background-image:url(images/entete.png);
}

#corps{
	float:left;
	display:inline;
	overflow:hidden;
	width:656px;
	min-height:215px;
	background-image:url(images/fond.png);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	background-repeat: repeat-y;
	padding-left: 67px;
	padding-right: 75px;
}

#pied{
	float:left;
	display:inline;
	overflow:hidden;
	width:798px;
	height:199px;
	background-image:url(images/pied.png);
	background-repeat: no-repeat;
}
body {
	background-color: #91197E;
	margin: 0px;
	padding: 0px;
}

