/* --------------- Div Newsletter --------------------- */
div.newsletterBox {
	display:block;
	width:300px;
	height:120px;
	padding-top:60px;
	padding-left:5px;
	padding-right:100px;
	padding-bottom:0px;
	margin:0px;
	margin-top:20px;
	text-align:left;
	font-family:Trebuchet MS,trebuchet,arial,sans-serif;
	background:transparent url(../pictures/fond_newsletter.png) left bottom no-repeat;
	font-size:9pt;
}

div.newsletterBox .contentbox {
	width:180px;
}

div.newsletterBox input {
	border: 1px solid black;
	background-color: #F3F3F3;
	width: 130px;
	height: 14px;
	color: black;
	font-size : 8pt;
	margin-right:2px;
	margin-top:4px;
	margin-bottom:4px;

}

div.newsletterBox div.linkToPage {
	margin-top:20px;
}

div.newsletterBox div.linkToPage a {


	font-weight:bold;
	color: #A43311;
	display:block;
	background-color:white;
}