body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #0066FF;
	text-decoration: underline;
}
.tableau_centre {
	height: 100%;
	width: 100%;
}
.conteneur_principal {
	position: absolute;
	height: 600px;
	width: 1000px;
	margin-top: 0px;
	margin-left: -500px;
	left: 50%;
}
.bandeau_haut {
	height: 30px;
	width: 1000px;
	top: 0px;
	left: 0px;
	position: relative;
	text-align: right;
}
.bandeau_central {
	height: 560px;
	width: 1000px;
	top: 30px;
	left: 0px;
	overflow: hidden;
	position: absolute;
}
.bandeau_bas {
	height: 30px;
	width: 1000px;
	top: 590px;
	left: 0px;
	position: absolute;
	text-align: left;
}
.galerie_grande_image {
	position: absolute;
	height: 500px;
	width: 700px;
	left: 0px;
	top: 60px;
	text-align: center;
	background-image: url(images/fond_chargement.png);
}
.galerie_liste_images {
	position: absolute;
	height: 500px;
	width: 300px;
	left: 700px;
	top: 50px;
	overflow: auto;
	text-align: center;
}
