html body form table.fond1 tbody tr td table.header tbody tr td{
	padding : 5px;
}

.user_list{
	border : 0;
	border-spacing: 0;
}

.user_list .user_row:hover{
	background-color : #B8CFFC;
}

.user_list .user_row td{
	text-align:center;
	border-top:1px solid #000000;
	padding-top:3px;
}

.user_list .user_row td.first{
	border-left:1px solid #000000;
}

.user_list .user_row td.last{
	border-right:1px solid #000000;
}

.accountUser{
	float : left;
	width : 30%;
	border-right : 1px solid #CCCCCC;
	min-height : 20px;
	margin-left : 15px;
}

.accountVersion{
	float : left;
	width : 10%;
	text-align : center;
	border-right : 1px solid #CCCCCC;
	min-height : 20px;
}

#headerList .accountBase.title, #headerList .accountDate.title, #headerList .accountOperateurs.title{
	margin-left:2px;
}

.accountBase{
	float : left;
	width : 20%;
	border-right : 1px solid #CCCCCC;
	text-align : center;
	min-height : 20px;
}

.accountDate{
	float : left;
	width : 15%;
	border-right : 1px solid #CCCCCC;
	text-align : center;
	min-height : 20px;
}

.accountOperateurs{
	float : left;
	width : 10%;
	border-right : 1px solid #CCCCCC;
	text-align : center;
	min-height : 20px;
}

.accountUtilisateurs{
	float : left;
	width : 11%;
	text-align : center;
	min-height : 20px;
}