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

/** OU TROUVEZ NOS VINS **/
/*revendeur France*/
.revendeurFrance,
.revendeurEtranger {
	width: 470px;
	float: left;
	clear:both;
	background-color: #FCF7D7;
	height: auto;
	padding: 10px 0 10px 20px;
}
.revendeurFrance h4,
.revendeurEtranger h4 {
	font-size: 14px;
	line-height: normal;
	font-weight: normal;
	color: #74748A;
	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: #5e5e5e;
    font-style: normal;
}
.revendeurFrance span,
.revendeurEtranger span {
	font-size: 11px;
	line-height: 12px;
    color: #7d7d7d;
}
.posD {
	/*margin-left: 10px;*/
	margin-top: 15px;
}
.posB {
	margin-top: 15px;
}

/*revendeur a l'étranger*/
.revendeurPays {
	border-bottom: 2px solid #74748a;
	padding-bottom: 3px;
	clear: both;
    color:#4a4c65;
}
.suivi {
	padding-top: 20px;
}