#abo_ins{
	position:relative;
	padding-top:16px;
	padding-bottom:20px;
	text-align:left;
	overflow:hidden;
	height:55px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d4d4d4;

}

#form_abo_ins {
	padding:0px;
	margin:0px auto;
	height:30px;
	line-height:30px;
	background-color: #F7F7F7;
	-webkit-box-shadow: inset 1px 1px 1px #aaaaaa;
	-moz-box-shadow: inset 1px 1px 1px #aaaaaa;
	box-shadow: inset 1px 1px 1px #aaaaaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:215px;

}

#abo_ins #abo_ins-titre {
	font-family: 'Trebuchet MS', Tahoma, serif; /*'MYRIADPRO-REGULAR',*/ 
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #3b7610;
	font-size: 14px;
	line-height: 14px;
	margin-bottom:10px;
}

#form_abo_ins #email_abo {
	background-color: transparent;
	font-size:12px;
	font-weight:normal;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:5px;
	padding-right:10px;
	width:165px;
	height:27px;
	line-height:27px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d0d0d0;
}

#form_abo_ins #btn_envoi_ins {
	cursor:pointer;
	display:block;
	float:right;
	background-image: url(images/enveloppe.png);
	height: 30px;
	width: 32px;
	background-repeat: no-repeat;
	background-position: center center;
}


#form_abo_ins #loading_abo {
	margin-top:5px;
	margin-right:5px;
	float:right;
	display:none;
	background-color: #FFF;
}

#form_abo_ins #err_ins {
	color: #F00;
	text-decoration: blink;	
	
}


#end_inscription {
	color: #3b7610;
	text-decoration: blink;	
}