@charset "utf-8";
/**
* Liste des Clients
*/

.listCustomer 
{
	left: 0px;
	right: 0px;
	border: 1px solid #CCCCCC;
	background-color: #F9F9F9;
	padding: 0;
}

.listCustomer legend
{
	display: none;
}

.listCustomer th.companyCode
{
	width: 40px;
}

.listCustomer th.companyName
{

}

.listCustomer th.lastName
{
	width: 100px;
}

.listCustomer th.firstName
{
	width: 100px;
}

.listCustomer th.email
{
	width: 150px;
}

.listCustomer th.phoneNumber
{
	width: 100px;
}


.listCustomer th.nbDocument
{
	width: 25px;
}

.listCustomer table.listItem td
{
	vertical-align: middle;
	font-size:9px;
}



.formCustomer {


}

.formCustomer th{
	text-align: left;

}
