html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, serif;
	font-size: 85%;
	width: 100%;
	background-color: #000;
	height: 100%;
	color : #fff;
	text-align: center;
}

#conteneur {
	width: 860px;
	height: 500px;
   margin: 30px auto;
	text-align: left;
}

#entete {
	/*background: url(images/home.jpg) no-repeat;*/
	height: 330px;
}
#entete img{ 
	border : none ; 

}

#blocContenu {
	color: #fff;
}

#versionLangue {
	height: 20px;
	text-align: right;
	padding-right: 0px;
	color: #CCCC66;
	font-family: arial;
	text-transform: uppercase;
	font-size: 9px;
	float: right;
	margin-top: 10px;
}

#versionLangue span {
	float: left;
}

.versionSpan {
	padding-top: 3px;
	margin-right: 5px;
}

.versionSpan span {
	margin-right: 5px;
}

#versionLangue a {
	display: block;
	width: 22px;
	float: left;
	margin-right: 5px;
}

#versionLangue img {
	border: none;
}

#logo {
	clear: both;
	background: url(images/logo.gif) no-repeat 310px 0;
	height: 58px;
	text-align: center;
}

#lienGouvernement {
	text-decoration: none;
	display: block;
	width: 110px;
	height: 60px;
	left: 290px;
	position: absolute;
}


#lienGouvernement span {
	position: absolute;
	left: -1000em;
}

#basPage {
	background: url(images/fleches.gif) no-repeat top left;
	margin-top: 15px;
	text-align: center;
}

#basPage p {
	margin: 0;
	font-size: 10px;
	font-family: "arial";
}
#basPage #tahitiFilm {
	font-weight: bold;
	font-size: 11px;
}
#basPage p a {
	color: #fff;
	font-family: "arial";
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

#basPage p a em {
	font-size: 15px;
}