#correspondentDetails .row {
	display: inline-block;
	width: 100%;
	padding: 10px 0 10px 0;
}

#correspondentDetails .even {
	background-color: #EBF4F6;
}

#correspondentDetails .odd {
	
}

#correspondentDetails .bold {
	 font-weight: bold;
}

#correspondentDetails .entName {
	display: inline-block;
	width: 200px;
	margin-left: 10px;
	vertical-align: top;
}

#correspondentDetails .entPhone {
	display: inline-block;
	min-width: 100px;
	vertical-align: top;
}

#correspondentDetails .entAddress {
	display: inline-block;
	vertical-align: top;
}

#correspondentDetails table {
	margin: 5px 0 0 40px;
}

#correspondentDetails .corName {
	min-width: 170px;
}
 
#correspondentDetails .corPhone {
	min-width:140px;
}

#correspondentDetails .corMobile {
	min-width:140px;
}

#correspondentDetails .corEmail {

}

#correspondentDetails .mailAll {
	width: 100%;
	text-align: right;
	margin-bottom: 5px;
}

#correspondentDetails .mailAll a{
	background-image: url(../../../../icons/fleche-titre.gif);
	background-repeat: no-repeat;
	background-color: white;
	background-position: 0% 70%;
	padding-left: 14px;
	padding-bottom: 3px;
	color: #777777;
	font-size: 12px;
}
