/*-------------------- detail-oeuvre.css ------------------------------------*/
#oeuvre
{
	margin: 10px;
}
#image
{
	max-width: 400px;
	max-height: 400px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 10px;
}

#detail_oeuvre
{
	float: right;
	position: absolute;
	top: 60px;
	left: 420px;
	font-size: 12px;
}
#nom
{
	font-weight:bold;
	
}
#dimensions
{
	margin-top: 5px;
	width: 250px;
}
#matiere
{
	margin-top: 5px;
}
#description
{
	margin-top: 5px;
}
#autres_img
{
	margin-top: 10px;
	margin-bottom: 10px;
}
#autres_img td
{
	border: solid thin #999999;
	padding: 0 auto;
	margin: 2px;
	width: 98px;
	height: 98px;
	text-align:center;
}
#autres_img img
{
	margin: 2px;
	text-align: center; 
}
#lieux
{
	float: right;
	position: absolute;
	top: 150px;
	left: 420px;
	width: 250px;
}
#lieux a
{
	color: Black;
}
#lieux tr
{
	height: 15px;
}
#lieux table
{
	margin-top: 15px;
}
#souligne
{
	text-decoration: underline;
}
#navig
{
	margin-top: 20px;
	wdth: 300px;
	height: 60px;
}
#navig td
{
	width: 150px;
	height: 40px;
	text-align: center;
}
#navig a
{
	outline-color: #FFFFFF;
	color: #FFFFFF;
}
img
{
	border: 0;
}
