div#revendeurs {
	display: table;
	width: 816px;
}

div#revendeurs > div {
	display: table-cell;
	width: 50%;
	padding: 5px;
}

p.cp {
	margin: 0 0 5px;
	padding: 0 5px;
}

p.cp label {
	/*font-size: 14px;*/
	margin-right: 10px;
	/*font-weight: bold;*/
}

a#delVille {
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	margin-left: 5px;
	background-color: #000;
	color: #FFF;
	border: 1px solid #303030;
}

a#delVille:hover {
	background-color: #FFF;
	color: #000;
}

div.vertical {
	position: relative;
	height: 180px;
	overflow: hidden;
}

div.vertical > .items {
	position: absolute;
	height: 2000em;
}

section.magasins a.magasin {
	display: block;
	text-decoration: none;
	color: #B6B6B6;
	font-weight: bold;
	line-height: 32px;
	padding: 2px 4px;
}

section.magasins a.magasin:hover {
	color: #FFF;
}

section.magasins a.magasin > span {
	display: inline-block;
	width: 140px;
	vertical-align: top;
	text-transform: uppercase;
}

section.magasins a.magasin > span.distance {
	width: 55px;
	text-align: right;
	font-size: 11px;
}

section.magasins a.magasin > span.fleche {
	width: 21px;
	height: 21px;
	margin-left: 5px;
	background-image: url("imgs/sprites.png");
	background-repeat: no-repeat;
	background-position: -224px -44px;
	vertical-align: sub;
}

a.nextMag, a.prevMag, a.prevWeb, a.nextWeb {
	display: inline-block;
	width: 36px;
	height: 15px;
	text-align: center;
	color: transparent;
	background-image: url("imgs/sprites.png");
	background-repeat: no-repeat;
	margin: 5px;
}

a.nextMag.disabled, a.prevMag.disabled, a.prevWeb.disabled, a.nextWeb.disabled {
	visibility:hidden;		
}

a.prevMag, a.prevWeb {
	background-position: -106px -17px;
}

a.nextMag, a.nextWeb {
	background-position: -66px -17px;
}

section.magasins > span {
	font-size: 11px;
}
	

#revendeurs a.nextMag, #revendeurs a.prevMag, #revendeurs a.prevWeb, #revendeurs a.nextWeb {
	display: none;
}

#revendeurs > div > a {
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
}

#revendeurs > div > a:hover {
	font-style: italic;
}

#revendeurs > div > a img {
	height: 60px;
	vertical-align: middle;
	margin-bottom: 10px;
	margin-right: 5px;
}

#revendeurs > div > a span {
	display: inline-block;
	width: 91px;
	height: 60px;
	vertical-align: middle;
}

a.ligne {
	display: inline-block;
	text-align: center;
	text-transform: none !important;
	background-color: #000;
	border: 1px solid #DCDCDC !important;
	color: #FFF !important;
	padding: 20px 115px;
}

a.ligne:hover {
	font-style: normal !important;
	color: #DCDCDC !important;
}