#hp-newsletter-right #newsletterContainer #newsletterTitle{
	background: url(/static/images/sprites/general-sprite-bgs.png) top left; 
}

#newsletterBox #newsletterContainer #newsletterTitle{
	background: url(/static/images/sprites/general-sprite-bgs.png) top left; 
}

#newsletterTitle{
	height:22px;
	text-align:center;
	padding-top:3px;
} 

#newsletterContainer {
	width:250px;
	float:left;
	background-color:#FFFFFF;
	margin:10px 0px 0px 10px;
	padding:10px 0px 10px 0px;
}

#newsletterContainer .separatorBlue{
	margin-top:5px;
}

#hp-newsletter-right #newsletterContainer .separatorBlue{
	display:none;
}

#newsletterBox #newsletterContainer .separatorBlue{
	display:none;
}

#hp-newsletter-right #newsletterContainer{
	background:none;
	float:none;
	margin:none;
	padding:0px;
}

#hp-newsletter-right #newsletterContainer .block-title{
	color:#FFFFFF;
}

#newsletterBox #newsletterContainer #newsletterTitle .separatorGradientLTR {
	background: url(/static/images/sprites/general-sprite-bgs.png) 0px -34px transparent;
	height: 1px;
	clear: both;
}

#newsletterContainer .block-title {
	color: #3399FF;
	font-size: 18px;
	line-height: 18px;
}

#newsletterBox #newsletterContainer #newsletterTitle .block-title {
	color: #fff;
}

#newsletterContainer .block-title span{
    font-weight: bold;
}

#hp-newsletter-right #newsletterContainer #newsletterContentBg{
	background-color:#008bf1;
}

#newsletterBox #newsletterContainer #newsletterContentBg{
	background-color:#008bf1;
}

#newsletterContentBg{
	padding:5px 3px 0px 3px;
}

#newsletterContent{
	background-color:#FFFFFF;
	padding:0px 10px;
	overflow:hidden;
}

#newsletterContent.fr {
	padding-top : 6px;
	padding-bottom: 1px;	
}

#newsletterContent p {
	margin: 0 0 15px;
	padding: 0;
	font: normal 12px Tahoma;
	color: #666;
	width: 100%;
	margin: 5px 0;
}

#newsletterContent .btn {
	float: left;
}

#hp-newsletter-right #newsletterFooter{
	background: url(/static/images/sprites/general-sprite-bgs.png)  0px -26px;
	width:250px;
	height:8px;
}

#newsletterBox #newsletterContainer #newsletterFooter{
	background: url(/static/images/sprites/general-sprite-bgs.png)  0px -26px;
	width:250px;
	height:8px;
}


#nl-tooltip {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	color: #39F;
	font-weight: bold;
	font-size: 13px;
	line-height: 25px;
}

#newsletter .form fieldset input#email {
	float: left;
	margin: 0;
	padding: 0 0 0 5px;
	line-height: 15px;
	font: normal 11px Tahoma;
	color: #000;
}

#hp-newsletter-right #newsletterContainer {
	margin-left: 0 !important;
}

#emailNewsletter {
	float: left;
	margin-top: 5px;
	width: 115px;
	border: 1px solid #ABADB3;
}

#fr #socialLogos {
	width: 165px;
	padding: 10px 19px 0 60px;
	background-color: #fff;
}

#es #socialLogos {
	width: 130px;
	padding: 10px 19px 0 95px;
	background-color: #fff;
}

#it #socialLogos {
	width: 145px;
	padding: 10px 19px 0 80px;
	background-color: #fff;
}

#socialLogos a img {
	 margin-right: 5px;
	 -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	 
}

#newsletterBox {
	width: 255px;
	height: 95px;
	/* background: url(/static/images/theme-armateurs/theme-armateurs-sprite.png) no-repeat 0px -99px; */
	position: absolute;
	top: 0;
	right: 10px;
	display: inline-block;
}

#formNewsletters .btn {
    margin: 0;
    padding: 0;
    width: 85px;
    line-height: 28px;
    text-align: center;
    height: 30px;
    color: #fff;
    font-size: 13px;
    margin-right: 5px;
    cursor: pointer;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    right: -10px;
    background: #ba0808;
    background: -webkit-linear-gradient(#f85555, #ba0808);
    background: -o-linear-gradient(#f85555, #ba0808);
    background: -moz-linear-gradient(#f85555, #ba0808);
    background: linear-gradient(#f85555, #ba0808);
    -webkit-border-radius: 8;
    -moz-border-radius: 8;
    border-radius: 8px;
}