@charset "UTF-8";
/* CSS Document */

#listefacture,.unefacture
{
	width:100%;
}
.unefacture
{
	padding-top: 0px;
	border-bottom: 2px solid #FFF;
}
.unefacture:first-of-type
{
	font-weight: bold;
	text-align:center;	
}
.unefacture div:first-child
{
	width:160px;
	text-indent: 4px;
	font-size: 14px;
	text-align:center;
	font-weight: bold;
}
.unefacture div:nth-child(2)
{
	width:160px;
}
.unefacture div:nth-child(3),.unefacture div:nth-child(5)
{
	width:160px;
	text-align:center;	
}

.unefacture div:nth-child(3) input,.unefacture div:nth-child(5) input
{
	width:100px;
}
.unefacture div:nth-child(4)
{
	width:200px;
	text-align:center;
}

.unefacture div:nth-child(6)
{
	width:100px;
	text-align:center;
}

.unefacture div:nth-child(7)
{
	width:80px;
	text-align:center;
}

.unefacture div:nth-child(8)
{
	width:240px;
	text-align:center;
}



