html {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color:#7d2626;
}

body {
	background-color:#7d2626;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top: 0px;
	margin-bottom: 10px;
	height: 100%;
	margin: 0;
	padding: 0;
}

.td_haut
{
	width:100%;
	height:155px;
	background-image:url("accueil_01.png");
	background-position:top left;
	background-repeat:no-repeat;
	text-align:center;
}
.td_bas
{
	width:100%;
	height:155px;
	background-image:url("accueil_02.png");
	background-position:bottom right;
	background-repeat:no-repeat;
	text-align:center;
}






