/* nouvelle version */
div.continent {
	color: DarkRed;
	text-align:left;
	margin-top: 2em;
	margin-left: 0;
	margin-bottom: 0.5em;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}

.distributor a {
	font-weight: normal;
	color: DarkRed;
	text-decoration: underline;
}

.distributor a:hover {
	text-decoration: none;
}

a.country {
	color: #183A8D;
	display: inline-block;
	width: 150px;
	margin-top: 12px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

span.corporate_name {
	font-weight: bold;
	margin-top: 12px;
	display: inline-block;
}

div.address{
	margin-left: 150px;
}

span.phone {
	margin-left: 150px;
}

a.email {
	margin-left: 0;
	margin-right: 15px;
	margin-bottom: 12px;
	display: in-line;
}

/* Par Type */

#contenu div.type {
	margin: 0.5em;
	color: #183a8d;
	font-size: 1em;
	font-weight: bold;
	border-bottom: 1px solid #183a8d;
}

#contenu div.distributor {
	margin-left: 1em;
}

#contenu div.distributor  p.country {
	margin: 0.5em 0 0.2em 0;
	padding: 0;
	font-weight: bold;
}

#contenu > div.distributor > a {
	color: Darkorange;
	margin: 0;


}

div.distributortype span.country {
	display: inline-block;
	width: 180px;
}

div.distributortype span.address {
	font-size: x-small;
}
div.distributortype a {
	color: Darkorange;
	font-weight:normal;
	padding-right: 5px;

}
div.distributortype a.mail {
	color: Darkorange;
	font-weight:normal;
	display: block;
	margin-left: 180px;

}
