/*
couleurs :
orange : #f1ae29
orange2 : #F09E20
gris du fond : #d3d3d2
vert : #058071
vert foncé (titres) : #064e37
520px
*/

.societe-left, .societe-right
{
	width:230px;
	padding:5px;
	float:left;
	border-top:1px dotted #F09E20;
	margin-bottom:10px;
	margin-top:10px;
}
.societe-left
{
	clear:both;
	margin-right:20px;
}
.societe-right
{
	margin-left:20px;
}
	.societe-left h2, .societe-right h2
	{
		margin:0; padding:5px 0 10px 0;
		color: #F09E20;
		font-size:15px;
	}
	.societe-left img, .societe-right img
	{
		margin: 0 10px 2px 0;
	}
