@charset "ISO-8859-1";
/* CSS Document */

#bloc_adresse {
	border:1px solid #d3d3d3;
	margin-top:15px;
	}

#bloc_societe {
	background-image:url(../images/bg-societe.gif);
	background-repeat:no-repeat;
	height:25px;
	}
	
#nom_societe {
	float:left;
	height:20px;
	margin-left:45px;
	line-height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#739e24;
	letter-spacing:0.09em;
	}
	
#type_societe {
	float:right;
	height:20px;
	margin-right:15px;
	line-height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#df7200;
	}

#type_societe .label {
	height:25px;
	margin-right:15px;
	line-height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555;
	}
	
#bloc_postal {
	float:left;
	margin-left:45px;
	margin-top:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	letter-spacing:0.02em;
	line-height:20px;
	text-align:justify;
	margin-bottom:15px;
	}

#bloc_droit {
	float:right;
	margin-top:25px;
	margin-right:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	letter-spacing:0.02em;
	line-height:20px;
	text-align:justify;
	}
	
#bloc_contact_mail  {
	height:25px;
	line-height:25px;
	background-color:#f7f7f7;
	text-align:right;
	padding-right:25px;
	clear:both;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;

	}

#bloc_contact_mail a  {
	color:#739e24;
	text-decoration:underline;
	}
	
#bloc_contact_mail a:hover  {
	color:color:#739e24;
	text-decoration:none;
	}
