/* style pour RSform newsltter dans sidebar */

.rsformabonnementNewsletterSideBar .rsform-submit-button, .rsformabonnementNewsletterSideBar .rsform-input-box, .rsformabonnementNewsletterSideBar #newsletterTitle{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;	
    -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15);
    -moz-box-shadow:    0px 1px 0px rgba(255, 255, 255, 0.15);
    -o-box-shadow:      0px 1px 0px rgba(255, 255, 255, 0.15);
    box-shadow:         0px 1px 0px rgba(255, 255, 255, 0.15);
}

.rsformabonnementNewsletterSideBar{
	padding: 0 12px !important;
}

.rsformabonnementNewsletterSideBar #newsletterTitle{
	background:url("../images/bg_suivez.png") no-repeat bottom;
	width:263px;
	margin:10px auto 5px auto;
	height:42px;
	line-height:46px;
	padding:0 10px;
	font-family:pt_sans_narrowbold;
	font-weight:normal;
	color:#19345e;
	font-size:1.2em;
}

.rsformabonnementNewsletterSideBar a.btnFollowFFHG{
	float:right;
        margin-left: 5px;
	margin-top:5px;
}

.rsformabonnementNewsletterSideBar .introLeft{
	color:white;
	font-family:droid_sansregular;
	font-size:0.8em;
	line-height:1.2em;
	margin: 0 0 6px 0;
}
.rsformabonnementNewsletterSideBar p{
    margin: 0;
    padding: 0;
}

.rsformabonnementNewsletterSideBar .rsform-input-box{
	background:url("../images/bg_email.png") no-repeat bottom;
	width:190px;
	height:34px;
	border:none;
	padding:0 0 0 34px;
	color:white;
	font-family:droid_sansregular;
	font-size:0.9em;
	vertical-align:top;
	margin:0;
}

.rsformabonnementNewsletterSideBar .rsform-submit-button{
	background:url("../images/btn_ok_email.png") no-repeat bottom;
	width:53px;
	height:34px;
	border:none;
	font-family:pt_sans_narrowbold;
	color:#ffffff;
	box-shadow:none;
	vertical-align:top;
	padding:0;
        display: inline-block;
}

.rsformabonnementNewsletterSideBar .rsform-submit-button:hover{
	background:url("../images/btn_ok_email_select.png") no-repeat bottom;
}

.rsformabonnementNewsletterSideBar a{
	font-family:droid_sansregular;
	font-size:0.8em;
	font-weight:normal;
	color:#b0cbea;
}

.rsformabonnementNewsletterSideBar a:hover{
	text-decoration:underline;
	color:#b0cbea;
}

.rsformabonnementNewsletterSideBar form{
    margin: 0;
    padding: 0;
}
.rsformabonnementNewsletterSideBar .formFieldset, .rsformabonnementNewsletterSideBar .formBody{
    width: 100%;
    margin: 0;
}