/* CSS Document */

/* -----------------------------------------------------------------------
   Splash  et Subsplash -------------------------------------------------- */
   
    .splash #header { height: 110px;}
		.splash #logo {
			float: left;
			height: 110px; width: 219px;
        }
			.splash #logo img {
				margin: 16px 0 0 23px;
			}
	.splash #content,
	.subsplash #content {
		background: url(/img/bg_content.gif) no-repeat center 348px;
		padding: 0;
		width: 840px;
	}

		.splash #subheader {
			height: 294px;
			margin: 0;
			width: 100%;
		}
			.splash #subheader img {
				display: block;
				float: left;
				height: 220px; width: 420px;
			}
			       .splash #subheader img.second { width: 421px; }

		.splash h2,
		.subsplash h2 {
			background: #d8d9ab center center no-repeat;
			color: #283a43;
			display: block;
			height: 42px;
			margin: 0; padding: 12px 0 0;
			overflow: hidden; text-indent: -9000px;
			text-align: center;
		}
		ul#contentmenu {
			background: url(/img/bg_contentmenu.gif);
			border-bottom: 1px solid  #fff;
			border-top   : 1px dashed #fff;
			height: 53px;
			margin: 54px 0 0; padding: 0;
		}
			#contentmenu li {
				background: none;
				border-left: 1px solid #fff;
				float: left;
				margin: 0; padding: 0;
			}
			#contentmenu li.first {
				border: none 0;
			}
				#contentmenu a {
					background-position: center 20px;
					background-repeat: no-repeat;
					display: block;
					height: 53px; width: 279px;
					overflow: hidden; text-indent: -1000px;
					
				}
				.splash #contentmenu li.first a {
					padding-left: 1px;
				}
					   .splash #contentmenu li a { width: 279px; }

				#contentmenu a:hover {
					background-color: #3d4d5c;
					background-position: center -30px;
				}
		.splash #footer {
			border: 0 none;
		}


/* -----------------------------------------------------------------------
   Subsplash adjustment -------------------------------------------------- */

	.subsplash #content {
		width: 620px;
		background-position: center 204px;
		overflow: hidden;
	}
		.subsplash #subheader {
			margin: 0;
		}
				.subsplash #contentmenu.list2choices li.first a {
					padding-left: 1px;
				}
					   .subsplash #contentmenu.list2choices li a { width: 309px; }
					   .subsplash #contentmenu.list3choices li a { width: 206px; }