/*****************************************************************************
 * Copyright (c) 2008, PMP Concept
 *
 * 						Feuille de style des revendeurs
 *
*****************************************************************************/

/** OU TROUVEZ NOS VINS **/
/*revendeur France*/
.revendeurFrance,
.revendeurEtranger {
	width: 589px;
	float: left;
	clear:both;
	height: auto;
	padding: 10px 0 10px 20px;
	/*background-color:#cbbfad*/
}
.revendeurFrance h4,
.revendeurEtranger h4 {
	font-size: 14px;
	line-height: normal;
	font-weight: normal;
	color: #7d2721;
	padding-left: 13px;
	margin-bottom: 3px;
	margin-top:0;
	background-image: url(../_image/revendeur/puce01.png);
    background-position: 0 2px;
    background-repeat: no-repeat;
}
.revendeurFrance p,
.revendeurEtranger p {
	text-align: left;
	margin: 0px;
}
.revendeurFrance address,
.revendeurEtranger address {
	margin-bottom: 5px;
	color: #333;
    font-style: normal;
}
.revendeurFrance span,
.revendeurEtranger span {
	font-size: 11px;
	line-height: 12px;
    color: #616161;
}
.posD {
	/*margin-left: 10px;*/
	margin-top: 15px;
}
.posB {
	margin-top: 15px;
}

/*revendeur a l'étranger*/
.revendeurPays {
	border-bottom:1px #4f3a31 dotted;
	padding-bottom: 3px;
	clear: both;
    color:#333;
}
.suivi {
	padding-top: 20px;
}