

/*-------------------------------*/
/* STYLE  TAB  REFERENCES        */
/*-------------------------------*/

.espReference {
	width:128px;
	float:left;
	margin-right:5px;
}
.espReference .espLogo {
	width: 120px;
	height:110px;
	border-right: solid 1px #DDDDDD;
	border-left: solid 1px #DDDDDD;
	padding:0px 3px 0px 3px;
}
.espReference .nomRefSimpleL {
	width:128px;
	height:41px;
	background-image:url(img/fond-nom-reference.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	color:#062A6D;
	font-weight:bold;
	padding-top:13px;

}
.espReference .nomRefDoubleL {
	width:128px;
	height:41px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	color:#062A6D;
	font-weight:bold;
	padding-top:10px;
}
.espReferenceSansLogo  {
	width:128px;
	height:167px;
	float:left;
	margin-right:7px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	color:#062A6D;
	font-weight:bold;
	padding-top:76px;
	
	background-image:url(img/fond-sans-img.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}



