	

/*Global document utilisé uniquement pour ne pas avoir de scroll Horizontal provoqué par l'affichage des personnage placé à droite */
	
#center-document {
	position:absolute;
	width: 100%; height:525px;
	top: 50%;
	left: 0%;
	margin-top: -320px;
	margin-left: 0px;
	text-align: center;
}

	/*header*/
	#index-global-header {
		float: left;
		width: 100%; 
		background: #323232 url(../images/template/index-global-header.jpg)	 center top repeat-y;
	}
	
		#index-header {
			width: 960px; height: 170px;
			margin: 0 auto 0 auto;
		}
				
		
	/*CONTENTS*/	
	#index-global-contents {
		float: left;
		width: 100%;
		background: url(../images/template/index-global-contents.jpg)	 center top repeat-y;
	}
	
		#index-contents {
			position: relative;
			width: 960px; height: 353px;
			padding: 2px 0 0 0;
			margin: 0 auto 0 auto;
		}
		
			.btn-lang {
				position: absolute;
				left: 400px; top: 338px;
				width: 160px;
				margin: 0;
				z-index: 1;
			}
				.btn-lang li {
					display: block;
					float: left;
					margin: 0;
					list-style: none;
				}
					.btn-lang li a {
						display: block;
						float: left;
						width: 80px; height: 70px;
						text-decoration: none;
					}
						
						.btn-lang li a:link.fr, .btn-lang li a:visited.fr { background: url(../images/template/btn-lang-fr.png) no-repeat; }
						.btn-lang li a:hover.fr, .btn-lang li a:active.fr, .btn-lang li a:focus.fr { background: url(../images/template/btn-lang-fr-hover.png) no-repeat; }
						
						.btn-lang li a:link.nl, .btn-lang li a:visited.nl { background: url(../images/template/btn-lang-nl.png) no-repeat; }
						.btn-lang li a:hover.nl, .btn-lang li a:active.nl, .btn-lang li a:focus.nl { background: url(../images/template/btn-lang-nl-hover.png) no-repeat; }
					
			#index-signature {
				padding-top: 50px;
				font-size: 9px;
				text-align: center;
				letter-spacing: 1px;
				color: #444; 
			}
				#index-signature a:link, #index-signature a:visited { color: #444; }
				#index-signature a:hover, #index-signature a:active, #index-signature a:focus { color: #666; }
