@charset "utf-8";
#flashBoutique{
	margin-top:60px;
	position:absolute;
	z-index:1;
	left:0;
}
#content #textContent{
	width:380px;
	position:absolute;
	z-index:20;
	left:560px;
	top:90px;
	font-size:13px;
	z-index:10;
}
#content #textContent.listePdv{
	width:380px;
	position:absolute;
	z-index:20;
	left:600px;
	top:90px;
	font-size:13px;
	z-index:10;
}
#content #textContent.servicesBoutique #services{
	margin:0;
	display:none;
}
#content #textContent.servicesBoutique{
	width:auto;
	position:absolute;
	z-index:20;
	left:360px;
	top:90px;
	font-size:13px;
	z-index:10;
}
#content #textContent p.rappelCritere{
	background-color:#000000;
	display:inline-block;
	padding-right:40px;
	padding-left:10px;
	color:#FFFFFF;
	text-transform:uppercase;
	height:17px;
	line-height:17px;
	font-weight:bold;
	font-size:13px;
}
#content p.pointVente{
	border-bottom:1px solid #cacaca;
	text-transform:uppercase;
	font-size:11px;
	color:#353535;
}
#content p.pointVente .pointVenteNom{
	font-weight:bold;
}
#content p.pointVente a{
	text-transform:Capitalize;
	color:#bfbfbf;
	font-size:10px;
	line-height:40px;
	font-weight:bold;
	text-decoration:none;
}
/* gestion de l'affichage de la scrollbar sur la gauche */
#textContent.listePdv .jScrollPaneTrack{
	position:absolute;
	top:15px;
	left:0px;
	background:transparent url(../images/scroll-background.png) no-repeat top left;
}
#textContent.listePdv .jScrollArrowUp{
	position:absolute;
	top:0px;
	left:0px;
	width:15px;
	height:7px;
	text-indent:-100px;
	overflow:hidden;
	background:transparent url(../images/scroll-top.png) no-repeat top left;
}
#textContent.listePdv .jScrollArrowDown{
	position:absolute;
	bottom:0px;
	left:0px;
	width:15px;
	height:7px;
	text-indent:-100px;
	overflow:hidden;
	background:transparent url(../images/scroll-bottom.png) no-repeat top left;
}
#textContent.listePdv h1, #textContent.listePdv p{
	margin-left:25px;
}
