
#connexionHelpDesk{
	height:117px;
	padding:15px;
	margin-bottom:15px;
	border:1px solid #EFEFEF;
}

	#connexionHelpDesk .controlLogin H1{
		display:none;
	}

	#connexionHelpDesk .controlLogin .alert{
		color:red;
	}

/*------------------------------------------------------*/

.btn_ticket a {
	display: block;
	width: 220px;
	padding: 8px 10px;
	background: url('images/bg_btn.gif') 0 0  no-repeat;
	
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.btn_ticket_highlight a {
	display: block;
	width: 220px;
	padding: 8px 10px;
	background: url('images/bg_btn_highlight.gif') 0 0  no-repeat;
	
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.btn_ticket a:hover,
.btn_ticket_highlight a:hover {
	background-position: 0 bottom;
}

/*------------------------------------------------------*/

#helpDesk_departmentsList {
}

	#helpDesk_departmentsList .btn_department {
		display: block;
		width: 129px;
		padding: 0 0 5px 0;

		text-decoration: none;
	}

	#helpDesk_departmentsList .btn_department:hover {
		background: url('images/btn_department-o.gif') 0 0  no-repeat;

		color: #fff;
	}
