.BoxMaj{
    position: absolute;
    margin: 0;
    padding: 0;
    border: 0;
    border-style: solid;
    width: 355px;
    height: 200px;
    left: 395px;
    Background: url('../images/fond_maj.gif') no-repeat top left;
    text-align: justify;
    z-index: 7;
}

.BoxMajTitre{
    position: absolute;
    font: 14px "Verdana";
    font-weight: bolder;
    margin: 0;
    padding: 0;
    top: 5px;
    left: 0;
    width: 240px;
    height: 20px;
    Background: url('../images/meteo/stabiloc.gif') no-repeat top center;
    text-align: center;
    z-index: 8;
}

.BoxMajTexte{
    position: absolute;
    font: 11px "Lucida sans";
    font-weight: bold;
    padding:0;
    margin:0;
    top: 0;
    left: 0;
    Background: transparent;
    text-align: left;
    z-index: 8;
}


