#pv_central
{
	position : relative;
	
	width : 800px;
	height : 800px;
	
	font-family : Verdana;
	font-size : 12px;
	
}

li
{
	margin-bottom : 4px;
	
	list-style : square;
}

#pv_condition
{
	position : absolute;
	top : 0px;
	left : 0px;

	width : 370px;
	height : 270px;
}

#pv_condition p
{
	font-size : 14px;
	font-variant : small-caps;
}

#pv_illust
{
	position : absolute;
	top : 0px;
	right : 0px;	

	width : 420px;
	height : 270px;
}

#pv_prix
{
	position : absolute;
	top : 270px;
	left : 0px;

	width : 370px;
	height : 350px;
}

#pv_prix p
{
	font-weight : bold;
}

#pv_commande
{
	position : absolute;
	top : 270px;
	right : 0px;

	width : 420px;
	height : 350px;
}

#tabvente td
{
	padding-bottom: 13px;
}

label{
float: left;
width: 120px;
font-weight: bold;
}

input, textarea{
width: 180px;
margin-bottom: 5px;
}

textarea{
width: 250px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}

br{
clear: left;
}