#widget_meteo {
  height: 320px;
}
#widget_meteo table {
  width: 100%;
  height: 280px;
}
#widget_meteo table tr {
  border-top: 1px solid #eee;
}
#widget_meteo table tr th, #widget_meteo table tr td {
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}
#widget_meteo table thead {
  background: #ebf7fc;
}
#widget_meteo table thead #maj {
  text-align: center;
  color: #999;
  font-family: Georgia;
  font-style: italic;
  font-size: 1em;
  font-weight: lighter;
}
#widget_meteo table thead strong {
  display: block;
  font-size: 1.3em;
  color: #009cde;
  margin: 0 0 5px 0;
}
#widget_meteo table thead small {
  display: block;
  font-size: 1em;
  color: #45c8ff;
}
#widget_meteo table tbody th {
  color: #999;
}
#widget_meteo table tbody td {
  color: #666;
  font-weight: bold;
  font-size: 1.5em;
}
#widget_meteo table tfoot {
  background: #ebf7fc;
}
#widget_meteo table tfoot th {
  padding: 0;
  height: 30px;
}
#widget_meteo table tfoot a {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #e75012;
  font-size: 1.1em;
  font-weight: lighter;
}
#widget_meteo table tfoot a:hover {
  background: #bee5f6;
}
.meteo_picto {
  display: block;
  width: 64px;
  height: 64px;
  background: url(images/meteo_picto.png);
  margin: 0 auto;
}
.meteo_picto_1 {
  background-position: 0 0;
}
.meteo_picto_2 {
  background-position: -64px 0;
}
.meteo_picto_3 {
  background-position: -128px 0;
}
.meteo_picto_4 {
  background-position: -192px 0;
}
.meteo_picto_5 {
  background-position: -256px 0;
}
.meteo_picto_6 {
  background-position: -320px 0;
}
/* MAJ 14/12/2010 */
#alpedhuez {
  padding: 20px;
  background: #d3e8f5;
  margin-bottom: 20px;
  position: relative;
}
#alpedhuez h2 {
  text-align: center;
  padding-bottom: 130px;
}
#alpedhuez .meteo_picto {
  position: absolute;
  top: 75px;
  left: 200px;
}
#alpedhuez #temperatures {
  position: absolute;
  top: 50px;
  left: 280px;
  width: 150px;
  padding-top: 10px;
}
#alpedhuez #temperatures small {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  color: #7a858b;
}
#alpedhuez #temperatures strong {
  display: block;
  font-size: 22px;
}
#alpedhuez table {
  width: 100%;
}
#alpedhuez table thead th {
  color: #1b94cd;
  padding-bottom: 10px;
  padding-left: 10px;
  border-left: 1px solid #c1d4df;
  text-align: left;
}
#alpedhuez table thead th strong {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}
#alpedhuez table thead th small {
  display: block;
  font-size: 11px;
  font-weight: lighter;
}
#alpedhuez table tbody tr {
  height: 25px;
  line-height: 25px;
}
#alpedhuez table tbody tr th {
  text-align: left;
  color: #7a858b;
  font-weight: normal;
}
#alpedhuez table tbody tr td {
  color: #3e3e40;
  font-weight: bold;
  padding-left: 10px;
  border-left: 1px solid #c1d4df;
}
#alpedhuez table tbody .valrisque td {
  padding-left: 40px;
  background: url(images/avalanche.png) 0 -6px no-repeat;
}
#autres_stations {
  padding: 20px;
  background: #d3e8f5;
  margin-bottom: 20px;
}
#autres_stations h2 {
  text-align: center;
  padding-bottom: 20px;
}
#autres_stations table {
  width: 100%;
}
#autres_stations table thead th {
  color: #1b94cd;
  padding-bottom: 10px;
  padding-left: 10px;
  border-left: 1px solid #c1d4df;
  text-align: left;
}
#autres_stations table thead th strong {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}
#autres_stations table thead th small {
  display: block;
  font-size: 11px;
  font-weight: lighter;
}
#autres_stations table tbody tr {
  height: 25px;
  line-height: 25px;
}
#autres_stations table tbody tr th {
  text-align: left;
  color: #7a858b;
  font-weight: normal;
  vertical-align: middle;
}
#autres_stations table tbody tr td {
  color: #3e3e40;
  font-weight: bold;
  vertical-align: middle;
  padding-left: 10px;
  border-left: 1px solid #c1d4df;
}
#autres_stations table tbody .temp th {
  background: url(images/meteo_sprite.png) center 0 no-repeat;
  height: 50px;
}
#autres_stations table tbody .vent th {
  background: url(images/meteo_sprite.png) center -50px no-repeat;
  height: 60px;
}
#autres_stations table tbody .valrisque td {
  padding-left: 40px;
  background: url(images/avalanche.png) 0 -6px no-repeat;
}
/*/ feuille de style etat des pistes et remontées /*/
.secteurs {
  width: 485px;
  height: 280px;
  margin-left: 30px;
}
.secteur {
  float: left;
  width: 100%;
}
.secteur h3 {
  background: #D3E8F5;
  cursor: pointer;
  margin: 10px 0;
  padding: 5px;
}
.secteur h3:hover {
  background: #fff;
}
.secteur h3 span {
  display: block;
  float: right;
  font-style: normal;
}
#contenu_central .secteur h4 {
  text-align: center;
  margin: 0 0 10px 0;
}
.pistes-blocseul {
  width: 460px;
  height: 200px;
  background-color: #d3e8f5;
  margin-top: 25px;
  margin-left: 15px;
}
.pistes {
  display: none;
  width: 225px;
  margin-right: 30px;
  background-color: #d3e8f5;
  float: left;
  padding: 10px;
}
.remontees {
  display: none;
  width: 225px;
  background-color: #d3e8f5;
  float: left;
  padding: 10px;
}
.pistes ul li b {
  float: left;
  line-height: 25px;
  clear: both;
  width: 150px;
}
.pistes-blocseul ul li b {
  float: left;
  line-height: 30px;
  clear: both;
  width: 150px;
}
#contenu_central .pistes-blocseul ul {
  list-style-type: none;
  margin-top: 5px;
}
#contenu_central .remontees ul, #contenu_central .pistes ul {
  margin: 0;
}
#contenu_central .pistes ul li, #contenu_central .remontees ul li {
  list-style-type: none;
  width: 100%;
}
#contenu_central .pistes ul li b, #contenu_central .remontees ul li b {
  float: left;
}
.prev, .ouvert, .ferme {
  background-position: 10px 0;
  background-repeat: no-repeat;
  width: 32px;
  height: 17px;
  display: block;
  padding-right: 100px;
  margin-left: 155px;
  text-indent: -9999px;
}
.prev {
  background-image: url('images/prevision.png');
}
.ouvert {
  background-image: url('images/ouvert.png');
}
.ferme {
  background-image: url('images/ferme.png');
}
.piste-bleue {
  width: 11px;
  height: 20px;
  background-image: url(images/puce-bleue.png);
  background-position: 0 8px;
  background-repeat: no-repeat;
  padding-left: 25px;
  clear: both;
  display: block;
}
.piste-verte {
  width: 11px;
  height: 20px;
  background-image: url(images/puce-verte.png);
  background-repeat: no-repeat;
  background-position: 0 8px;
  padding-left: 25px;
  clear: both;
}
.piste-rouge {
  width: 11px;
  height: 20px;
  background-image: url(images/puce-rouge.png);
  background-repeat: no-repeat;
  background-position: 0 8px;
  padding-left: 25px;
  clear: both;
}
.piste-noire {
  width: 11px;
  height: 20px;
  background-image: url(images/puce-noire.png);
  background-repeat: no-repeat;
  background-position: 0 8px;
  padding-left: 25px;
  clear: both;
}
.remontees ul li b {
  float: left;
  line-height: 25px;
  clear: both;
  width: 150px;
}
.teleski {
  width: 18px;
  height: 27px;
  background-image: url(images/teleski.png);
  background-repeat: no-repeat;
  padding-left: 25px;
  clear: both;
}
.telesiege {
  width: 18px;
  height: 27px;
  background-image: url(images/telesiege.png);
  background-repeat: no-repeat;
  padding-left: 25px;
  clear: both;
}
.ascenseur {
  width: 18px;
  height: 27px;
  background-image: url(images/ascenseur.png);
  background-repeat: no-repeat;
  padding-left: 25px;
  clear: both;
}
.tapis-roulant {
  width: 18px;
  height: 27px;
  background-image: url(images/tapis-roulant.png);
  background-repeat: no-repeat;
  padding-left: 25px;
  clear: both;
}
/*/ feuille de style etat des pistes/*/
.meteo-zone {
  margin-bottom: 10px;
}
.meteo-conditions-stations {
  height: 230px;
  margin-bottom: 20px;
}
.meteo-conditions-stations > div {
  background-color: #D3E8F5;
  float: left;
  height: 235px;
  width: 163px;
}
#contenu_central .meteo-conditions-stations > div h4 {
  margin: 10px 0;
}
.meteo-picto-etat-general {
  width: 150px;
  height: 130px;
  background-image: url(images/pictos-meteo.png);
  background-repeat: no-repeat;
  margin-left: 20px;
  margin-top: 0;
  margin-bottom: 15px;
}
#contenu_central h4 {
  color: #012e71;
  font-family: Arial, Arial Narrow, "MS Trebuchet", sans-serif;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
}
.alpehuez h4 {
  color: #012e71;
  font-family: Arial, Arial Narrow, "MS Trebuchet", sans-serif;
  text-align: center;
  margin-top: 5px;
  padding-bottom: 3px;
}
.alpehuez p {
  color: #012e71;
  font-size: 15px;
  padding-left: 105px;
  padding-top: 0;
  line-height: 35px;
}
#contenu_central .temperature {
  font-family: Arial, Arial Narrow, "MS Trebuchet", sans-serif;
  font-size: 21px;
  padding: 120px 0 0 0;
  margin: 0;
  text-align: center;
}
#contenu_central.exposant {
  margin-left: 0;
  padding-bottom: 0;
  font-size: 18px;
}
#contenu_central .domaine-alpin {
  margin: 0 15px;
}
#contenu_central .domaine-alpin ul, #contenu_central .sous-bloc ul {
  list-style-type: none;
  margin: 10px 0;
  padding-left: 10px;
}
#contenu_central .domaine-alpin ul li {
  list-style: none;
}
#contenu_central .domaine-alpin .avalanche {
  background-image: url(images/avalanche.png);
  background-position: 0 -8px;
  background-repeat: no-repeat;
  padding-left: 40px;
  display: block;
}
#contenu_central .domaine-alpin .neige {
  background-image: url(images/enneigement.png);
  background-repeat: no-repeat;
  background-position: -3px 5px;
  padding-left: 40px;
  display: block;
}
#contenu_central ul .neige-stations {
  background-image: url(images/enneigement.png);
  background-repeat: no-repeat;
  background-position: -10px 5px;
  display: block;
  margin-left: 10px;
  padding-left: 50px;
}
.pic-blanc {
  margin-left: 0;
}
#contenu_central .sous-bloc ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 10px;
}
#contenu_central .sous-bloc ul li {
  list-style: none;
}
#meteo-ete {
  background-color: #FFFCF0;
  margin: 10px 0;
  padding: 5px;
}
#meteo-ete .meteo-picto-etat-general {
  float: left;
}
#contenu_central #meteo #bulletin ul, #contenu_central #meteo #previsions ul {
  margin: 0;
}
#contenu_central #meteo #bulletin li, #contenu_central #meteo #previsions li {
  list-style: none;
  display: block;
  float: left;
  width: 50%;
  text-align: center;
}
#contenu_central #meteo #bulletin .debut strong, #contenu_central #meteo #previsions .debut strong {
  color: #090;
}
#contenu_central #meteo #bulletin .fin strong, #contenu_central #meteo #previsions .fin strong {
  color: #900;
}
#contenu_central #meteo #bulletin p, #contenu_central #meteo #previsions p {
  padding: 10px;
  border: 1px solid #D3E8F5;
  background: #fff;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
  color: #999;
}
#contenu_central #indice li {
  list-style: none;
  background: #D3E8F5;
  padding: 10px;
  display: block;
  float: left;
  width: 225px;
  margin: 0 15px 15px 0;
  text-align: center;
}

