.BoxInfo{
    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;
}

.BoxInfoTitre{
    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;
}

.BoxInfoTexte{
    position: absolute;
    width:93%;
    font: 12px "Lucida sans";
    font-weight: normal;
    padding:0;
    margin:0;
    top: 0;
    left: 0;
    Background: transparent;
    text-align: left;
    z-index: 8;
}

.BoxInfoSousTitre{
    position: absolute;
    width:93%;
    font: 12px "Lucida sans";
    font-weight: bold;
    font-style: italic;
    padding:0;
    margin:0;
    top: 0;
    left: 0;
    Background: transparent;
    text-align: left;
    z-index: 8;
}