.galerie {
	text-align: center;
}

	.galerie img {
		border: 0;
	}

	.galerie td {
		padding: 12px;
		text-align: center;
	}
	.galerie td div.legende {
		font-weight: bold;
		padding: 0;
		display: none;
	}
	
	.pagination {
		width: 100%;
	}	
		.pagination td.left {
			text-align: left;
			width: 33%;
		}
		.pagination td.center {
			text-align: center;
			width: 33%;
			font-weight: bold;
		}
		.pagination td.right {
			text-align: right;
			width: 33%;
		}
		
.bloc_gauche_galerie {
	background: url('../images/bloc_gauche_galerie.jpg');
	height: 151px !important;
	height: 200px;
	padding: 40px 0 10px 40px;
	color: white;
	font-family: "Arial";
	font-size: 14px;
}

	.bloc_gauche_galerie li {
		line-height: 20px;
	}
		.bloc_gauche_galerie li.active, .bloc_gauche_galerie li.active a {
			color: #f3c300;
		}
	
	.bloc_gauche_galerie a, .bloc_gauche_galerie a:visited {
		color: white;
		text-decoration: underline;
	}
	.bloc_gauche_galerie a:hover {
		color: white;
		text-decoration: none;
	}
