@CHARSET "UTF-8";

html,body {
	background-color: black;
	color: white;
}

a {
	color: lightgray;
	text-decoration: none;
}

ul.listAlbums {
	
}

ul.listAlbums li {
	list-style: none;
	display: block;
	float: left;
	padding: 10px;
	margin: 10px;
	background-color: black;
	text-align: center;
	border: 2px solid white;
	-moz-border-radius: 10px;
}

ul.listAlbums a {
	color: white;
}

img.albumVignette {
	margin: 10px;
	width: 200px;
	height: 200px; //
	border: 2px solid white;
}

div.albumTitre {
	width: 200px;
	color: white;
}

div.ajoutAlbum,div.login {
	margin-top: 10em;
	clear: both;
}

table.tableAlbums, table.tableAlbums tr, table.tableAlbums td {
	padding: 1em;
	border-collapse: collapse;;
	border: 1px solid white;
}
