.connect_form {
	background:url('images/form.png') no-repeat right bottom;
	border:none;
	padding-left:4px;
	padding-top:3px;
	height:18px;
	width:115px;
	font-size:12px;
	color: grey /*#E9ECEF */;
}
.connect_form:hover {
	background:url('images/form.png') no-repeat right bottom;
	border:none;
}
.connect_form:focus {
	background:url('images/form.png') no-repeat right bottom;
	border:none;
}

/* ##### Liens rapides ###### */
div#links_vertical {
	display:block !important;
	display:none;
	position:fixed;
	top:35%;
	margin-left:990px;
	width:27px;
	text-align:center;
	padding-left:7px;
}
div#links_vertical_top {
	width:29px;
	background:url(images/vertical_menu_top.png) no-repeat;
	text-align:center;
	padding-top:8px;
	height:24px;
}
div#links_vertical_central {
	width:29px;
	text-align:center;
	padding:4px 0px;
	background:url(images/vertical_menu_repeat.png) repeat-y;
}
div#links_vertical_bottom {
	width:29px;
	background:url(images/vertical_menu_bottom.png) no-repeat bottom;
	text-align:center;
	height:23px; 
}