body {
	margin: 0; /* pour éviter les marges */   
	text-align: center; /* pour corriger le bug de centrage IE */ 
	margin-left: auto;
	margin-right: auto;
	background-image:url('../chic_meteo/chic_meteo.jpg');
	background-repeat:no-repeat;
	background-position: top;
	width: 525px;
} 
#contenu {
	height: 600px;
}
#prevision{
	float: left;
	width: 85px;
	text-align : right;
	max-height: 60px;
}
#entete {
	padding: 10px 0px 0px 0px;
	width: 525px;
	height: 120px;
	text-align : center;
	color: #AF5314;
	margin: 0px;
}
#observe{
	padding: 5px 5px 0px 0px;
	float: right;
	width: 80px;
	line-height:10px;
}
#BiInlineComponent-185 {
	text-align : right;
	width: 455px;
	height: 280px;
	float: center;
	margin: 0px 0px 0px 37px;
}
#BiGauge2-3 {
	max-width: 455px;
	height: 280px;
}
#tableau{
	font: 100% "Trebuchet MS", "Lucida Sans Unicode", "Verdana", "Arial", sans-serif;
	margin:55px 0px 0px 20px;
	border-collapse: collapse;
	line-height: 12px;
	text-align:right;
}
td {
	width: 30px;
	text-align: right;
	padding-right: 10px;
}
th {
	text-align: center;
	font: bold 90% "Trebuchet MS", "Lucida Sans Unicode", "Verdana", "Arial", sans-serif;
}
.colonne{
	text-align: right;
	font: bold 90% "Trebuchet MS", "Lucida Sans Unicode", "Verdana", "Arial", sans-serif;
	padding: 0px;
}
