
/**************************** TEASER ************************/


div.newsletter_teaser{
	width:100%;
	height:35px;
	background:url(../images/newsletter_teaser_fond.jpg) repeat-x;
}

/* TEXT */
.newsletter_teaser_text {
	float: left;
	margin-left: 11px;
	margin-right: 20px;
}

 /*INPUT*/
.newsletter_teaser_input{
	border:1px solid #CCC;
	background-color:#FFF;
	margin:8px 0 0 0;
	padding:2px 5px;
	width:270px;
	min-width:270px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #A0A7B8;
}

/* BOUTON */
div.newsletter_teaser_btn {
	float: right;
	width:38px;
	height:35px;
	margin: 0px 13px 0px 0px;
	background: url(../images/newsletter_teaser_bouton.jpg) 0 0 no-repeat #7A1316;
}

*html div.newsletter_teaser_btn {
	margin: 0px;
	margin-right: 5px;
}

div.newsletter_teaser_btn a {
	display: block;
	overflow:hidden;
	margin: 0; padding:0;
	width:100%; height:100%;
	font: bold 13px/1 verdana;
	color:#039;
	text-decoration: none;
	background: url(../images/newsletter_teaser_bouton.jpg) 0 0 no-repeat;
	}
	
div.newsletter_teaser_btn a:hover {
	background-image: none;
	color: yellow;
	}
	
div.newsletter_teaser_btn span {
	display: none;
	margin:0; padding:0;
}

/* OMBRE */
.newsletter_teaser_ombre {
	background:url(../images/newsletter_teaser_ombre.jpg) no-repeat;
	width: 460px;
	height: 36px;
}
