/** Utilisateur WCB **/

.accountLogin{
	float : left;
	width : 40%;
	border-right : 1px solid #CCCCCC;
	min-height : 20px;
	margin-left : 15px;
}

.accountCreditWCB{
	float : left;
	width : 10%;
	text-align : center;
	border-right : 1px solid #CCCCCC;
	min-height : 20px;
}

.accountDate{
	float : left;
	width : 10%;
	text-align : center;
	border-right : 1px solid #CCCCCC;
	min-height : 20px;
}

.accountCampagnes{
	float : left;
	width : 30%;
	text-align : center;
	border-right : 1px solid #CCCCCC;
	min-height : 20px;
}

.alertInfos{
	display:none;
	position : absolute;
	-webkit-border-radius : 3px;
	-moz-border-radius : 3px;
	border-radius : 3px;
	padding : 5px;
	border : 2px solid #FF4C49;
	background-color : #FFFFFF;
	z-index : 999;
}

.alertInfos .icon{
	float : left;
	width : 20px;
	height : 20px;
	background : transparent url(../images/icons.png) no-repeat -42px 0px;
}

.alertInfos .body{
	float : left;
	margin-left : 3px;
	margin-top : 3px;
}