@charset "utf-8";
/* CSS Document */
#guide {
	background: url(imgs/menu_up.jpg) -183px 0px;
}
#txt h4 {
	font-size: 18px;
	margin-bottom: 15px;
}

#txt p {
	margin-bottom: 40px;
}
caption {
	font-weight: bold;
	text-align: left;
}
#txt {
	width: 555px;
}
#txt table .titre {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
#txt table .titre td {
	width: 20%;
}
#txt table tr td {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #D6D6D6;
	border-left-color: #D6D6D6;
}
#txt table{
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #D6D6D6;
	border-right-color: #D6D6D6;
	margin-bottom: 40px;
}
