/* -------------------------------- sculptures-en-cours.css ------------------------ */
#photos
{
	margin-top: 10px;
	margin-bottom: 10px;
}
#photos td
{
	background-repeat:no-repeat;
	margin: 10px;
	padding: 20px;
	width: 250px;
	height: 250px;
}

#img_1
{
	background-image:url(../../design/encours_1.jpg);
	width: 187px;
	height: 250px;
}

#img_2
{
	background-image:url(../../design/encours_2.jpg);
	width: 250px;
	height: 187px;
}

#img_3
{
	background-image:url(../../design/encours_3.jpg);
	width: 250px;
	height: 188px;
}

#img_4
{
	background-image:url(../../design/encours_4.jpg);
	width: 188px;
	height: 250px;
}


