/** Utilisateur FAX **/

.accountUser{
	float : left;
	width : 30%;
	border-right : 1px solid #CCCCCC;
	min-height : 20px;
	margin-left : 15px;
}

.accountCredit{
	float : left;
	width : 10%;
	text-align : center;
	border-right : 1px solid #CCCCCC;
	min-height : 20px;
}

.accountDate{
	float : left;
	width : 15%;
	text-align : center;
	border-right : 1px solid #CCCCCC;
	min-height : 20px;
}

.accountUserMaj{
	float : left;
	width : 25%;
	border-right : 1px solid #CCCCCC;
	min-height : 20px;
	margin-left : 15px;
}

.accountCreditMaj{
	float : left;
	width : 15%;
	text-align : center;
	min-height : 20px;
}

.inputCredit{
	margin-left: 5px;
    text-align: center;
    width: 50px;
}

.utilisateurContent{
	margin-bottom:5px;
	border:2px solid #0760A4;
	padding:3px;
}

.divUtilisateurs{
	margin-bottom:5px;
	border:2px solid #0760A4;
	padding:3px;
	cursor:pointer;
	background-color: #E0EAFE;
    clear: both;
    cursor: pointer;
    padding: 3px;
}

.divUtilisateurs > ul{
	margin-top : 5px;
}

.orange{
	color:#FF9500;
}

.rouge{
	color:#FF0000;
}

.accountUser{
	float : left;
	width : 20%;
	border-right : 1px solid #CCCCCC;
	min-height : 20px;
	margin-left : 15px;
}

.accountDateHistorique{
	float : left;
	width : 20%;
	text-align : center;
	border-right : 1px solid #CCCCCC;
	min-height : 20px;
}

.accountUserMajHistorique{
	float : left;
	width : 20%;
	border-right : 1px solid #CCCCCC;
	min-height : 20px;
	margin-left : 15px;
}

.accountCreditMajHistorique{
	float : left;
	width : 20%;
	text-align : center;
	min-height : 20px;
}

.afficheSuite{
	color : #000000;
	border : 1px solid #000000;
	padding-right : 1px;
	padding-left : 1px;
	cursor : pointer;
	background-color : #eeeeee;
	text-decoration : none;
	width : 300px;
	margin-left: 450px;
}

.afficheSuite:hover{
	background-color : #0760a4;
	color : #ffffff;
	border-color : #ffffff;
}

#historiqueUl{
	overflow-y : scroll;
	height: 570px;
}