@charset "utf-8";

/************************************************************ 
												ATTENTION !

			Cette CSS est UTILISEE PAR TOUS LES MINI-SITES : 
	une modification de ce fichier sera répercutée sur tous !

************************************************************/

#itemsWrapper{
	float: left;
	height: 90px;
	margin: 0 5px;
	overflow: hidden;
	position: relative;
	width: 737px; 
}
ul.items {
	clear: both;
	height: 90px;
	left: 0;
	position: absolute;
	width: 3000px;
}

ul.items li{
	float: left;
	list-style: none;
	height: 90px;
	margin: 0 4px 0 2px;
	padding: 0;
	width: 174px;
	background-color: #EEE;
	overflow: hidden;
	text-indent: -1000px;
}
ul.items li a {
	background-repeat: no-repeat;
	display: block;
	height: 90px;
	width: 174px;
}
#salons li#salth-rp a { background-image:url(../ui/salons/salth-rp.jpg); }
#salons li#salth-hfdp a { background-image:url(../ui/salons/salth-hfdp.jpg); }
#salons li#salth-si a { background-image:url(../ui/salons/salth-si.jpg); }
#salons li#salth-fc a { background-image:url(../ui/salons/salth-fc.jpg); }
#salons li#salth-a a { background-image:url(../ui/salons/salth-a.jpg); }
#salons li#salth-bdap a { background-image:url(../ui/salons/salth-bdap.jpg); }
#salons li#salth-sdh a { background-image:url(../ui/salons/salth-sdh.jpg); }
#salons li#salth-tc a { background-image:url(../ui/salons/salth-tc.jpg); }
#salons li#salth-sda a { background-image:url(../ui/salons/salth-sda.jpg); }
#salons li#salth-sdlm a { background-image:url(../ui/salons/salth-sdlm.jpg); }
#salons li#salth-bm a { background-image:url(../ui/salons/salth-bm.jpg); }
#salons li#salth-ml a { background-image:url(../ui/salons/salth-ml.jpg); }

#salons a.browse {
    background-repeat: no-repeat;
    background-position: 0 50%;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 1px;
    height: 90px;
    width: 20px;
		background-color: #666;
}
	#salons a.browse:hover { 
		background-color: #CCC; 
	}
#salons a.right {
		background-image:url(../ui/salons/salons_next.png);
    clear: right;
    margin-right: 0;
    width: 20px;
}
#salons a.left {
		background-image:url(../ui/salons/salons_prev.png);
    margin-left: 0;
    width: 128px;
}