.meteo {
	position: relative;
	float: left;
	width: 80px;
	text-align: center;
	font-size: 60%;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="/squelettes/images/fond_meteo.png");
	padding: 3px;
 }

.meteo[class] {
	background-image: url("../images/fond_meteo.png");
 }
 
.meteo a {
 /*color: #6e6ea4;*/
}
.meteo a span {
font-weight: 900;
font-size: 100%;
}
table.meteofull tr td {
	padding-left: 5px;
	padding-right: 5px;
	border-style: solid;	
	border-width: 1px;
 }

tr td.titre {
	text-align: center;
	font-size: 110%;
	font-weight: bold;
 }
 
tr td.lienmeteo {
	text-align: center;
}

