table.tbl_page {
	background-color: #FFFFFF;
	width: 990px;
	background-image: url("../img/bg2.jpg");
}

table.tbl_main {
	width: 970px;
}

td.td_main {
	vertical-align: top;
	padding: 8px;
	padding-top : 10px;
	padding-bottom: 30px;
	width: 800px;
}

td.td_menu {
	vertical-align: top;
	width: 179px;
	padding-top: 10px;
	padding-bottom: 30px;
}

td.barre_droite {
	width: 10px;
	height: 100%;
	background-image: url("../img/border_right.gif");
}

td.barre_gauche {
	width: 10px;
	height: 100%;
	background-image: url("../img/border_left.gif");
}

td.barre_bas {
	height: 10px;
	width: 970px;
	background-image: url("../img/border_bottom.gif");
}

td.barre_bas_droite {
	height: 10px;
	width: 10px;
	background-image: url("../img/border_bottom_right.gif");
}

td.barre_bas_gauche {
	height: 10px;
	width: 10px;
	background-image: url("../img/border_bottom_left.gif");
}