@CHARSET "ISO-8859-1";


#references {
	padding: 5px;	
}

#references h3 {
	margin: 15px 0px 15px 10px;	
	font-size: 15px;
}






#references div.logos-references {
	width: 250px;
	height: 150px;
	border: 1px solid #acadaf;	
	float: left;
	margin-left: 10px;
	margin-bottom: 15px;
	background: #fff;
	text-align: center;
}

#references div.premier {
	clear: both;
	width: 320px;
}

	#references div.logos-references h5 {
		font-size: 10px;
		color: #000;
		background: #f1f1f1;
		padding: 3px;
		height: 28px;
		margin-bottom: 10px;
	}

	#references div.logos-references img {
		margin-top: 10px;
		margin-left: 2px;
		margin-right: 2px;
		vertical-align: middle;
	}



#references h5.liste-titre {
	margin-left: 10px;
	font-size: 13px;
}

#references table#liste-etudes {
	clear: both;
	background: #fff;
	margin: 15px 10px 15px 10px;
	border-spacing: 0px;
	border-collapse: collapse;
	color: #000;
}

	#references table#liste-etudes thead tr th {
		border:1px solid #e0e1e3;
		background: #c6c7c9;
		text-align: left;
		padding: 5px;
	}

	#references table#liste-etudes tbody tr td {
		padding: 7px 3px;
		border:1px solid #e0e1e3;
	}
	
	
	#references table#liste-etudes tbody tr.impair td {
		background: #ececec;
	}
	
	
	
	
	
	
		
