/* CSS Document */

body,td,th, .degre, .min, .max, .date, .meteo, .ville {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color:transparent;
}

.degre, .min, .max, .date, .meteo {
	font-size: 12px;
	color: #3333CC;
	font-weight:bold;
}

.min {
	color: #0033CC;
}

.max {
	color: #CC0000;
}

.date {
	color: #006699;
}

.meteo {
	color: #006699;
	font-size: 9px;
	margin-top: 7;
}

.ville {
	margin-top: 12;
	color:#006699;
	font-weight:bold;
}


