/* FEUILLE DE STYLE YAHOO WEATHER BLOC */
div#blocMeteo {
	background-color:#f5f0ea;
	width:164px;
	height:98px;
	float:left;
	margin-left:7px;
	_margin-left:3px;
	margin-bottom:15px;
	margin-top:-5px;
	_margin-top:26px;
	border-top:1px solid #AB834E;
	border-bottom:1px solid #AB834E;
	border-left:1px solid #AB834E;
}

div#yahooWeather {
	width:153px;

	position:absolute;
	margin-top: 12px;
	margin-left: 9px;
	border:1px solid #d4d4d4;
	padding-top:2px;
	padding-bottom:2px;
	background-color:#ffffff;
}

div#yahooWeather div#info {
	float:right;
	margin-top:5px;
	width:109px;
	font-size:11px;
	color:#AB834E;
	height:33px;
	font-weight:bold;
	text-align:center;
}

div#yahooWeather div#title div#value {
	border-right: solid 18px #5D8436;
}

div#yahooWeather div#weatherImage {
	float:left;
	margin-left:2px;
	margin-top:5px;
}

div#yahooWeather div#weatherImage img{
	margin:0px;
}


/*bloc newsletter*/
div#boxNewsletterForm {
	background-image: url("../images/newsletter_shadow.gif");
	background-color:#f5f0ea;
	width:166px;
	height:98px;
	float:left;
	margin-top:-5px;
	_margin-top:26px;
	border-top:1px solid #AB834E;
	border-bottom:1px solid #AB834E;
}

div.blocFond
{
		background-image: url("../images/bloc_newsletter.jpg");
		height:20px;
		width:140px;
		margin-top:12px;
		margin-left:10px;
}

div.blocEmail {
	position:absolute;
	margin-left:1px;
	margin-top:5px;
}

div.blocEmail input{
	border:0px transparent;
}

div#inscrire {
	position:absolute;
	margin-left:120px;
	margin-top:1px;
}

div#boxNewsletterError {
	width:166px;
	height:71px;
	float:left;
	margin-top:-4px;
	_margin-top:0px;
}

div.boxAvertissement {
	
	margin-top:-1px;
	_margin-top:0px;
	padding-left:5px;
	padding-top:5px;
	width:160px;
	height:68px;
	_height:68px;
	background-color:#FFFFFF;
	border-top:1px solid #AB834E;
	border-bottom:1px solid #AB834E;
	border-left:none;
	border-right:none;
	font-size:11px;
}

div.newsletterDesc
{
	margin-left:10px;
	color:#AB834E;
	font-size:11px;
	margin-top:1px;
	letter-spacing:1px;
}

	
