/** Cti universel **/

.accountName{
	float : left;
	width : 30%;
	border-right : 1px solid #CCCCCC;
	min-height : 20px;
	margin-left : 15px;
}

.accountCode{
	float : left;
	width : 30%;
	text-align : center;
	border-right : 1px solid #CCCCCC;
	min-height : 20px;
}

.accountWCB{
	float : right;
	width : 30%;
	text-align : right;
	min-height : 20px;
	margin-right : 10px;
}

fieldset.information{
	clear : both;
	border : 1px solid #0760A4;
	margin-top : 10px;
	margin-bottom : 10px;
	padding : 10px;
}

fieldset.information legend{
	color : #0760A4;
	font-weight : bold;
}