/* Feuilles de styles du site du musée Airborne */							

body {
	padding:0;
	margin:0;	
	font-family: Arial, sans-serif;
	font-size:62.5%;
	background: #000000;
}

#page {
	background: #000 url(../imgs/index/background_index.jpg) -150px -120px no-repeat;
	margin:0 auto;
	height:650px;
	padding:0;
	position:relative;
	top:0;
	width:970px;
}

#flash{
	position: relative;
	height:150px;
	margin: 40px auto;
	text-align: center;
	background: transparent;
}

.video{
	position: absolute;
	height:381px;
	margin: 0;
	text-align: center;
	background: transparent;
	top:200px;
	left:112px;
	width:480px;
}


.texte{
	color:#fff;
	font-weight:bold;
	font-family: Arial, sans-serif;
	font-size:1.2em;
	text-decoration:none;
	text-align:center;
	margin:10px auto;
}

#langues {
	border:0 none;
	left:710px;
	margin:0 auto;
	position:absolute;
	text-align:center;
	top:240px;
	width:120px;
	height:380px;
}

#langues img {
	border:0;
	margin:0 15px 0 -15px;
}

#langues li{
	border:0;
	margin-left:-5px;
}


#wcm{
	position:relative;
	width:900px;
	margin:30px auto;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size:1.1em;
}
	#wcm p,#wcm a,#wcm a:visited{
		color:#fff;
		background:none;
		text-decoration:none;
		font-weight:bold;
		font-family: Arial, sans-serif;
		font-size:1.1em;
	}
	#wcm a:hover{
		color:#fff;
		text-decoration:underline;
	}

	
.clear {
	clear: both;
	visibility: hidden;
}


