/* module météo */
#home_meteo {
  float: left;
  position: relative;
  top: -168px;
  width: 304px;
  padding-left: 11px;
  height: 150px;
  padding-top: 8px;
  text-align: center;
  color: white;
  font-size: 15px;
  font-weight: bold;
  overflow: hidden;
}
table#globale {
	display: block;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7px;
}
td.titre {
	color: #1B2A45;
	font-size: 15px;
}
.corps {
	
}
table.premier {
	width: 250px;
}
.temperature {
	color: #1B2A45;
	font-size: 11px;
}
.corps {
	
}
.sstitre {
	color: #1B2A45;
	font-size: 13px;
}
.footer a{
	text-decoration: none;
	font-size: 9px;
	color: #33395f;
}