								/* meteo */
#fond-meteo {
	background-image:     url("../img/ciel1.gif");
	background-position: center top;
	padding-top: 29px;
	padding-bottom: 29px;
	padding-left: 49px;
	background-repeat: repeat-y;
}
.meteo-bilan {
	width: 320px;
	height: 99px;
	border: 1px solid #369;
	overflow: hidden;
	margin-bottom: 29px;
	background-color: #FFF;
	background-image:    url("../img/ciel2.gif");
	background-repeat: no-repeat;
}
.meteo-bilan p {
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
.meteo-carte {
	width: 320px;
	height: 20px;
}
.meteo-bilan span, .meteo-carte span {
	background-color: #FFF;
	border-bottom: 1px solid #369;
	font-size: 9px;
	color: #369;
	font-weight: bold;
	margin-left: 0px;
	line-height: 20px;
	height: 20px;
	display: block;
	padding-left: 10px;
}
.meteo-carte span {
	background-image:    url("../img/fl-bas.gif");
	background-repeat: no-repeat;
	background-position: 297px 6px;
}
#carte-meteo24 {
	background-image: url(http://www.meteoconsult.fr/image/meteodirect/md_france24h.gif);
	background-repeat: no-repeat;
	background-position: 0px 20px;
	background-color: #6777B4;
	border-top: 1px solid #369;
	border-right: 1px solid #369;
	border-left: 1px solid #369;
}
#carte-meteo48 {
	background-image: url(http://www.meteoconsult.fr/image/meteodirect/md_france48h.gif);
	background-repeat: no-repeat;
	background-position: 0px 20px;
	background-color: #6777B4;
	border: 1px solid #369;
}