.partenaires  {
	margin: 0 auto;
	width: 1000px;
	margin-top: 15px;
}

.partenaires li {
	float: left;
	width: 300px;
	height: 300px;
	padding: 15px;
	border-left: 1px solid #E25C1D;
}

.partenaires li .image {
	margin-bottom: 10px;
}

.table{

	width: 1000px;
	border-spacing: 0px 30px;
}

.table .row{
	
	margin-top: 15px;
}

.table .cell{
	
	border-left: 1px solid #e25c1d;
	padding: 15px;
	vertical-align: top;
}

.table .cell .image{
	
	float: left;
	padding-right: 10px;
}

.table .cell .description{
	
	text-align: justify;
}