.galerie {
	background: #150e0d;
	padding: 10px;
	margin: 10px 25px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px; 
	}

.loading {
	background: url("../../templates/media/loading-brown.gif") 50% 50% no-repeat;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	}
	
#results {
	overflow: hidden;
	padding-bottom: 15px;
	}

.oeuvre {
	width: 100px;
	height: 100px;
	overflow: hidden;
	float: left;
	padding: 15px;
	margin: 7px;
	}
.frame1 {
	background: url("../../templates/media/cadre_peinture.png");
	}
.frame2 {
	background: url("../../templates/media/cadre_sculpture.png");
	}
.frame3 {
	background: url("../../templates/media/cadre_litterature.png");
	}


#Pagination {
	text-align: center;
	font-size: 11px;
	padding: 5px 0 5px 0;
	color: white;
	margin: 0 auto 10px auto;
	}
#Pagination a {
	padding: 3px 4px;
	color: #ccc;
	margin: 3px;
	}
#Pagination a:hover {
	color: #000000;
	}
#Pagination .current {
	background: #080707;
	padding: 3px 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	}
#Pagination .prev {
	margin-left: 15px;
	margin-right: 10px;
	}
#Pagination .next {
	margin-left: 10px;
	margin-right: 15px;
	}