@CHARSET "UTF-8";

#haut {
  background: url("../images/img-meteo.jpg") no-repeat 0 20px;
}

#infos-meteo {
	background-color: #b7d3df;
  font-size: 8pt;
  padding: 15px;
}

#infos-meteo input {
	border: 1px solid #7ea9ba;
  width: 300px;
  font-size: 8pt;
}

#infos-meteo-map {
	border: 1px solid #7ea9ba;
  width: 520px;
  height: 300px;
  margin-top: 5px;
  margin-bottom: 10px;
}

#infos-meteo-resultats {
  position: relative;
  height: 80px;
}

#meteo_courant {
  float: left;
  margin-top: 5px;
  margin-right: 15px;
}

#meteo_courant_temperature {
  font-size: 12pt;
  font-weight: bold;
}

#meteo_courant_condition {
  font-weight: bold;
}

#meteo_previsions {
  float: right;
}
	
#meteo_previsions td {
	text-align: center;
	width: 80px;
}

#meteo_previsions p {
  margin-top: 0;
  margin-bottom: 5px;
}