.toile {
	background: black;
	border-bottom: 1px solid white;
	padding: 10px;
	}
.toile p {
	font-size: 11px;
	color: white;
	}
.toile p em {
	font-weight: bold;
	color: green;
	}
	
.toile h1 {
	width: 400px;
	display: block;
	}
	
.tarif {
	float: right;
	width: 150px;
	display: block;
	margin: 0 !important;
	}
	
.achat {
	float: right;
	margin: 0 !important;
	}
.achat a { color: white; }
	
.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;
	}