.realisations {
	width: 100%;
}

.photos {
	width: 100%;
}

.listreal {
	width: 25%;
	float: left;
	padding: 10px;
	margin-bottom: 10px;
	border-right: 1px solid #EEE;
}

.listreal p {
	padding: 0;
}

.listphotos {
	width: 27%;
	float: left;
	padding: 10px;
	margin-bottom: 10px;
	border-right: 1px solid #EEE;
}

.listphotos p {
	padding: 0;
}

.explreal {
	width: 65%;
	float: right;
	padding: 0 10px 20px 10px;
}

.real_img {
	width: 40%;
	float: left;
	padding: 0 10px 0 10px;
}

.real_descr {
	width: 50%;
	float: right;
	/*padding: 0 10px 0 10px;*/
}

.explphot {
	width: 63%;
	float: left;
	padding: 0 30px 20px 30px;
}

.phot_img {
	width: 100%;
	float: left;
	padding: 0 5px 0 5px;
}

#descr-d {
	width: 100%;
	float: right;
	margin-top: 20px;
}


#descr-d p {
	color: #c9c9c9;
	font-size: 3em;
	text-align:center;
}