body {
	background-color: #000000;

}

#conteneur { /* contient tout, assure le centrage, assure l'encadrement */


	background-repeat: no-repeat;
}

#rubrique-credits {
	position: absolute;
	left: 200px;
	bottom: 86px;
	z-index: 1;
}

#rubrique-credits p {
	vertical-align: bottom;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	text-transform: none;
	margin: 0px;
	padding: 10px 0px 10px 30px;
	color:#FFFFFF;



}

#rubrique-credits a {
			color: #FF9900;

	text-decoration: none;

}

#rubrique-credits a:hover {
			color: #FFFFFF;


	text-decoration: none;

}


