table#galerie {
	border: 1px solid #fff;
	border-collapse: collapse;
	width: 840px;
	margin: 20px 70px 20px;
	font: normal normal normal 12px/18px "Trebuchet MS", sans-serif;
	letter-spacing: 1px;
}

table#galerie th {
	text-align: left;
	color: #f00;
}

table#galerie tr {
	height: 80px;
}

table#galerie tr td{
	background: #000 url(http://www.artsetmondes.com/ressources/images/rowblack.png) left top repeat-x;
}

table#galerie tr.alt {
	height: 80px;
}

table#galerie tr.alt td{
	background: #000025 url(http://www.artsetmondes.com/ressources/images/rowblue.png) left top repeat-x;
}

table#galerie td, table#galerie th {
	padding: 0 0 0 15px;
	background: transparent;
}

table#galerie td a {
	color: #f00;
}