#page {
	background-image: url('/images/frontend/fond_marque.jpg');
	color: white;
}

#page #description {
	position: absolute;
	width: 450px;
	height: 310px;
	left: 275px;
	top: 150px;
	
}
#page #lienproduit
{
	position: absolute;
	top: 468px;
	left: 300px;
	font-size: 16px;
}
#page #photog
{
	position: absolute;
	left: 0px;
	top: 141px;
}
#page #photod
{
	position: absolute;
	left: 743px;
	top: 141px;
	text-align: center;
	width: 256px;
}

#page #textdroit
{
	position: absolute;
	left: 760px;
	top: 270px;
	width: 220px;
}
#page #textdroit #sousmarque
{
	width: 100%;
	height: 190px;
	margin-top: 10px;
	text-align: left;
	
}
#page #textdroit #sousmarque li
{
	line-height: 20px;
	list-style: none;
	font-weight: bold;
	margin-bottom: 1px;
}
#page #textdroit #sousmarque li ul
{
	margin-left: 10px;
}
#page #textdroit #sousmarque a
{
	line-height: 20px;
	width: 98%;
	padding-left: 5px;
	display: block;
	color: white;
	font-size: 13px;
}
#page #textdroit #sousmarque a:hover, #page #textdroit #sousmarque .selected
{
	background-color: #8F8784;
}