	* {
		margin:0;
		padding:0;
		}

	html, body {
		height:100%;
		}

	body {
		background: white url(./img/fond2.png) fixed;
		color:#630;
		font:100.01%/1.4 sans-serif;
		text-align:center; /* horizontal centering for IE Win quirks */
		}

	#distance { 
		width:1px;
		height:50%;
		background-color:#fc6;
		margin-bottom:-300px; /* half of container's height */
		float:left;
		}

	#container {
		height:600px;
		width:800px;
		/*border: solid 1px black;*/
		}

	#logo_index {
		/* img 200*120px */
		margin:0 500px -110 0 ;
		}
		

	#container h1{
	display:block;
	margin-top:-10px;
	/*margin-top:490px;*/
	text-align:center;
	color:#978a56;
	font-size: 59px;
	font-family: Arial Black, Helvetica, Arial, sans-serif; 
	font-weight:900;
	letter-spacing:-3.5px;
	clear:both;
	border: 0px;
	}
	
	#choose{
	display:block;
	margin-top:15px;
	text-align:center;
	font-style:italic;
	font-size: 22px;
	}
	
	#choose a{
	color:black;
	font-style:italic;
	font-size: 22px;
	font-weight:900;
	}
	
	#secondchoose{
		font-size: 10px;
	}
	#secondchoose a{
	color:black;
	font-size: 14px;
	font-style:italic;
		font-weight:900;
	}
