﻿@charset "utf-8";
/* CSS Document */
@import url(global.css);
.liste_artiste{
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
.artiste{
	border:1px dotted #ddd;
	width:325px;
	height:118px;
	cursor:default;
	padding:10px;
	margin:0 6px 10px;
	display:block;
	background:#FeFdfc;
	overflow:hidden;
	float:left;
}
.artiste:hover{
	border:1px dotted #aaa;
}
	.artiste .img{
		width:118px;
		height:118px;
		overflow:hidden;
		float:left;
	}
	.artiste .img img{
		border:1px solid #ccc;
		padding:3px;
		vertical-align:middle;
	}
	.artiste .img a{
		text-decoration:none;
		color:#666;
		font-size:0.75em;
		font-weight:bold;
	}
	.artiste .img .titre{
		margin-top:5px;
		float:left;
		line-height:0.70em;
		font-size:0.68em;
	}
	.artiste .desc{
		float:left;
		width:195px;
		margin:1px 0 0 10px;
	}
	.artiste .desc a{
		text-decoration:none;
		color:#c85E67;
	}
	.artiste .desc a:hover{
		text-decoration:underline;
	}
	.artiste h3{
		font-size:0.88em;
		color:#A83E47;
		margin:0 0 5px 0;
	}
	.artiste p{
		font-size:0.75em;
		line-height:1.5em;
	}
	.artiste .prix{
		display:block;
		margin:15px 0 0 0;
	}
	.artiste .prix img{
		vertical-align:bottom;
	}
.pagination{
	width:100%;
	text-align:center;
	float:left;
	clear:both;
	margin:20px 0 0;
}
	.pagination ul{
		list-style-type:none;
		margin:0 auto;
		padding:0;
	}
	.pagination li{
		float:left;
		margin:0 0 0 5px;
		font-size:0.75em;
		line-height:20px;
	}
		.pagination li a{
			width:20px;
			height:20px;
			line-height:18px;
			border:1px solid #ddd;
			background:#FCFCFC;
			display:block;	
			text-align:center;
			color:#999;
			font-weight:bold;
			text-decoration:none;
		}
		.pagination li a:hover,
		.pagination li a.active{
			background:#A19B8B;	
			color:#fff;		
			border:1px solid #d0d0d0;
		}
.haut{
	width:100%;
	text-align:right;
	float:left;
}
	.haut a{
		font-size:0.68em;
		color:#B72623;
		text-decoration:none;
		margin:-18px 10px 0 0;
		padding:0 10px 0 0;
		background:url(../img/top.gif) no-repeat right;
	}
	.haut a:hover{
		text-decoration:underline;
	}
