/* CSS Document */
html{
  font-size:0.85em;
}

* { 
  margin:0px;
  padding:0px;
}
a img {
border:none;
}
a {
text-decoration:none;
}

body {
  background-color:black;
  color:rgb(143,143,143);
  font-family:arial,trebuchet MS, sans-serif;
  font-size:1em;
}


.conteneur {

  width:990px;
  height:100%;
  position:absolute;
  top:0px;
  left:50%;
  margin-left:-495px;
  z-index:0;

}

.bandeau {
  width:100%;                 
  height:200px;
  background-color:#510000;
}

.bandeau2 {

  width:100%;
  height:186px;
  background-image:url('../images/bandeau.jpg');
  background-repeat:no-repeat;
  position:absolute;
  top:0px;
  left:0px;
  z-index:1;
}
.tameteo {
position:absolute;
top:130px;
left:370px;
z-index:3;
}

#legende{
  position:absolute;
  top:175px;
  right:50%;
  margin-right:-495px;
  width:150px;
  height:10px;
  background-image:url('../images/legende_meteo.png');
  z-index:4;
  
}

.zone_centrale {
  width:auto;
  height:auto;
  background-position:bottom;
  background-repeat:repeat-x;
  background-image: -moz-linear-gradient(top, #510000, #020000); 
  background-image: -o-linear-gradient(top, #510000, #020000); 
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #510000),color-stop(1, #020000)); 
  background-image: -webkit-linear-gradient(#510000, #020000); 
  background-image: linear-gradient(#510000, #020000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#510000', EndColorStr='#020000');
 
}

.p_gauche {

  width:180px;
  float:left;
}
.dynNav {
color:white;
}
