@charset "utf-8";
/* CSS Document */

#div_news_letter {
	width:330px;
	height:90px;
	background-image:url(../img/ui/bg_newsl.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#div_news_letter .contenu {
	margin-top:45px;
	margin-left:10px;
	position:absolute;
	width:165px;
}

#div_news_letter input {
	border:none;
	width:150px;
	border-color:#FFF;
}

#div_news_letter_submit {
	background-image:url(../img/ui/page_suiv.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:10px;
	height:10px;
	cursor:pointer;
	display:inline;
	float:right;
	margin-top:5px;
	position:absolute;
}

#div_news_letter_submit:hover {
	background-image:url(../img/ui/page_suiv_off.jpg);
}
