#page h1 {
	font-family: georgia, times new roman, times, serif;
	font-size: 18px;
	font-weight: normal;
	margin: 20px 0 0 0;
}
#page h2 {
	color: #333;
	font-size: 12px;
	line-height: 1.5em;
	margin: 20px 0 0 0;
}
#page p {
	margin: 20px 0 0 0;
	line-height: 1.5em;
}

#page span.required {
	color: #f00;
	font-weight: bold;
	font-size: 15px;
}

#page ul {
	list-style-type: none;
	margin: 20px 0 0 0;
	padding: 0;
}
#page ul li.small {
	background: transparent url(../graphics/ul-li.jpg) no-repeat 20px 5px;
	line-height: 1.5em;
	list-style-type: none;
	margin: 20px 0 0 0;
	padding: 0 0 0 35px;
}

#page ul li.smallest {
	background: transparent url(../graphics/ul-li.jpg) no-repeat 20px 5px;
	line-height: 1.5em;
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0 0 0 35px;
}



#page ul#option {
	border-top: 1px solid #ccc;
	font-size: 11px;
	font-weight: bold;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	width: 900px;
}
#page ul#option li {
	float: left;
	margin: 0 40px 0 0;
	padding: 0;
}
#page ul#option li#option-current {
	background: transparent url(../images/home/option-current.jpg) no-repeat 50% 0;
}
#page ul#option li#option-war {
	background: transparent url(../images/home/option-war.jpg) no-repeat 50% 0;
}
#page ul#option li#option-private {
	background: transparent url(../images/home/option-private.jpg) no-repeat 50% 0;
}
#page ul#option li#option-marine {
	background: transparent url(../images/home/option-marine.jpg) no-repeat 50% 0;
}
#page ul#option li#option-paris {
	background: transparent url(../images/home/option-paris.jpg) no-repeat 50% 0;
}
#page ul#option li a {
	color: #333;
	float: left;
	line-height: 1.5em;
	padding: 110px 0 0 0;
	text-align: center;
	text-decoration: none;
	width: 140px;
}




#page .section {
	border-top: 1px solid #ccc;
	margin: 20px 0 0 0;
	overflow: hidden;
	width: 860px;
}
#page .section h2, #page .section p, #page .section ul {
	margin: 20px 280px 0 0;
}
#page .section img {
	clear: right;
	float: right;
	margin: 20px 0 0 40px;
}


#page .section-right {
	float: right;
	margin: 20px 70px 0 0px;
}

#page .section-right h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 20px 0 0 40px;
	float: right;
}


#page .section-left img {
	float: left;
	margin: 20px 0 0 40px;
}

#page td.divider_top_bottom {
	background: #ffffff;
	border-top: 1px dotted #eeeeee;
	border-bottom: 1px dotted #eeeeee;
	border-left: 1px solid #eeeeee;
}

#page td.divider_all {
	background: #ffffff;
	border-top: 1px dotted #eeeeee;
	border-bottom: 1px dotted #eeeeee;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
}

#page td.divider_left {
	background: #ffffff;
	border-left: 1px solid #eeeeee;
}

#page td.divider_right {
	background: #ffffff;
	border-right: 1px solid #eeeeee;
}