/* Block newsletter */
#footer #newsletter_block{
	width:283px;
	height:581px;
	float:right;
	border:1px solid #cacaca;
	padding:20px;
	text-align:center;
	margin-bottom:50px;
}
#footer #newsletter_block h2{
	font-size:15px;
	text-transform:uppercase;
	font-weight:bold;
	font-family:'Novecentowide-Medium', Arial;
	text-align:center;
	padding:20px 0 0;
	margin:0 0 20px;
	background:url('../../../img/icon/montagnes.gif') top center no-repeat;
}
#footer #newsletter_block h3{
	font-size:18px;
	text-transform:uppercase;
	font-weight:bold;
	font-family:'Novecentowide-Medium', Arial;
	text-align:left;
	padding:30px 0 5px;
}
#footer #newsletter_block h4{
	font-size:12px;
	text-transform:uppercase;
	font-weight:normal;
	font-family:'Novecentowide-Medium', Arial;
	text-align:left;
	padding:0 0 15px;
}

#footer #newsletter_block a{ margin:0 7px; }

#footer #newsletter_block input[type=text]{
	display:block;
	width:224px;
	height:27px;
	line-height:27px;
	border:2px solid #a5a5a5;
	padding:0 5px;
	float:left;
	text-align:left;
	color:#333;
	font-size:12px;
	font-family:Georgia, Arial;
}
#footer #newsletter_block input.submit{
	display:block;
	width:31px;
	height:31px;
	border:none;
	float:left;
	overflow:hidden;
	text-indent:-9999px;
	cursor:pointer;
	background:url("../../../img/icon/fleche_noir.gif") center center no-repeat;
	margin:0;
}
#footer #newsletter_block p{
	position:relative;
	top:8px;
}




body#newsletter_popup #newsletter_block input[type=text]{
    background: url("../../../img/icon/fleche.gif") no-repeat  12px center;
    border-radius: 3px;
    display: block;
    float: left;
    font-family: Arial;
    font-size: 12px;
    height: 30px;
    margin: 25px 0 0;
    padding: 0 0 0 40px;
    width: 180px;
}
body#newsletter_popup #newsletter_block input.submit{
	background:#928467;
    border: medium none;
    border-radius: 3px !important;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: left;
    font-family: 'UniversLT-UltraCondensed',Arial;
    font-size: 18px;
    height: 32px;
	line-height:32px;
    letter-spacing: 0.03em;
    margin: 24px 0 0 15px;
	padding:0 30px;
    text-transform: uppercase;
}