div#left>form,div#filtres>form {
	text-align: center;
	height: 19px;
	margin-bottom: 10px;
	position: relative;
}

div#filtres>form {
	margin-bottom: 55px;
}

div#filtres #txtSearch {
	left: 0px;
}

div#filtres #btnSearch {
	left: 153px;
}

input#txtSearch {
	background-color: #FFFFFF;
	border: 1px solid white;
	color: #000000;
	font-size: 12px;
	height: 17px;
	margin-left: 5px;
	line-height: 17px;
	/*position: absolute;*/
	width: 151px;
	padding: 0 17px 0 0;
}

input[placeholder] {
	color: #999;
}

#btnSearch {
	background-image: url("imgs/btn_search.png");
	border: medium none;
	height: 17px;
	margin-left: -17px;
	padding: 0;
	top: 1px;
	position: relative;
	width: 17px;
}

#btnSearch:hover {
	cursor: pointer;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	input[type=search] {
		width: 170px !important;
		/*position:absolute;
		left:15px;*/
		height: 19px;
		line-height: 19px;
		-webkit-appearance: none;
	}
	#btnSearch {
		top: 5px;
	}
	/*div#filtres #btnSearch {
		left: 162px;
	}*/
}

ul.ui-autocomplete {
	background-color: #000;
	border-radius: 0;
	background-image: none;
	border: 1px solid #FFF;
	font-family: arial, helvetica, sans-serif;
	z-index: 12 !important;
}

.ui-autocomplete .ui-menu-item a {
	background-color: #000;
	color: #FFF;
	margin: 1px;
}

.ui-autocomplete .ui-autocomplete-category, .ui-autocomplete .ui-menu-item a.titre {
	background-color: #DCDCDC;
	border-radius: 0;
	color: #000;
	line-height: 1.5;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0.2em 0;
}

.ui-autocomplete .ui-autocomplete-category {
	margin: 0;
}

.ui-autocomplete .ui-menu-item a.ui-state-hover {
	border-radius: 0;
	color: #000;
	margin: 0;
}

.ui-autocomplete .ui-menu-item a > span {
    position: absolute;
    right: 5px;
}

p.results {
	text-align: center;
}

p.results>a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

p.results>a:hover {
	text-decoration: underline;
	color: #535353;
}

p.results>strong {
	font-size: 16px;
}

div#main>p.pages {
	padding-right: 10px;
	text-align: right;
	text-align: center;
}

div#main>p.pages>a {
	display: inline-block;
	width: 15px;
	height: 15px;
	text-decoration: none;
	color: #535353;
	border: 1px solid #535353;
	text-align: center;
	margin: 2px;
}

div#main>p.pages>a:hover,div#main>p.pages>a.active {
	color: #FFF;
	background-color: #535353;
}

div#main>p.pages>a.active {
	cursor: default;
}

/*//////*/
div#main>div.pagination {
	padding-right: 10px;
	text-align: right;
	text-align: center;
}

div#main>div.pagination>a,div#main>div.pagination>span {
	display: inline-block;
	min-width: 15px;
	height: 15px;
	text-decoration: none;
	color: #535353;
	border: 1px solid #535353;
	text-align: center;
	margin: 2px;
}

div#main>div.pagination>a:hover,div#main>div.pagination>span.active {
	color: #FFF;
	background-color: #535353;
}

div#main>div.pagination>span.active {
	cursor: default;
}
#listArtistes{
	margin:0px;
	padding: 0px;
}
#listArtistes h3{
	margin:0px;
	padding: 0px;
}
#listArtistes li:hover{
	background-color: #DCDCDC;
}
#listArtistes li {
	clear: both;
	cursor: pointer;
	height: 72px;
	margin: 5px 5px 0;
	text-align: justify;
	width: 616px;
	margin-bottom:2px;
	list-style: none;
}

#listArtistes li>span.NoArtistPicts{
	float: left;
	margin-right: 4px;
	text-align: center;
	width: 72px;
	height: 72px;
}
#listArtistes li> img.pictsArtiste {
	float: left;
	margin-right: 4px;
}
#listArtistes li>span.NoArtistPicts img {
	margin-top: 15px;
}
.tabTitle{
    background-color: blue;
    display: block;
    height: 20px;
}