#contenu > div.continent {
	background-color: DarkOrange;
	color: white;
	text-align:center;
	margin-top: 1em;
	padding: 0.2em;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
}

#contenu > div.type {
	margin: 0.5em;
	color: DarkBlue;
	font-size: 1em;
	font-weight: bold;
	border-bottom: 1px solid Darkblue;
}

#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: DarkRed;
	margin: 0;


}

div.distributortype span.country {
	display: inline-block;
	width: 180px;
}

div.distributortype span.address {
	font-size: x-small;
}
div.distributortype a {
	color: darkRed;
	font-weight:normal;
	padding-right: 5px;

}
div.distributortype a.mail {
	color: darkRed;
	font-weight:normal;
	display: block;
	margin-left: 180px;

}