/* galerie.css */
#galerie
{
	height: 400px;
}
#galerie tr
{
	width: 750px;
	margin-bottom: 10px;
}
.image
{
	width: 180px;
	height: 110px;
	margin: 10px;
	text-align: center;
}
.nom
{
	width: 180px;
	height: 10px;
	text-align: center;
	margin: 10px;
}
.acces
{
	margin-top: 10px;
	margin-left: 7px;
	margin-right: 7px;
}
#acces_pages
{
	width: 676px;
	line-height: 20px;
	margin-left: 10px;
	margin-top: 10px;
	text-align: center;
}
#acces_pages a
{
	color: Black;
}

