table.table_top_menu {
	height: 40px;
	width: 169px;
}

td.top_menu {
	background-image: url("../img/fort_top.gif");
	height: 15px;
}

td.top_menu_titre {
	background-image: url("top_menu.gif");
	height: 25px;
}

table.table_bottom_menu {
	height: 25px;
	width: 169px;
}

td.td_bottom_left_menu {
	width: 23px;
	background-image: url("../img/bottom_left.gif");
}

td.td_bottom_center_menu {
	width: 123px;
	background-image: url("../img/bottom_center.gif");
	}

td.td_bottom_right_menu {
	width: 23px;
	background-image: url("../img/bottom_right.gif");
}

table.table_root_menu {
	vertical-align: top;
	width: 169px;
	height: 370px;
	border-left: 1px solid #070D3C;
	border-right: 1px solid #070D3C;
	background-color: #070D3C;
}

table.table_sous_menu {
	vertical-align: top;
	padding-left: 10px;
	width: 100%;
}

td.td_item_menu {
	vertical-align: top;
	border: 1px solid #070D3C;
	width: 100%;
}

a.lien_menu {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}

a.lien_menu_over {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	text-decoration: underline;
}

a.lien_item_menu {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}

td.td_item_menu_over {
	border: 1px solid #FFFFFF;
	width: 100%;
}

