div.meteo {
    width:190px;
    text-align:center;
    color:#000000;
    background-color: #FFFFFF;
    border:1px solid #AAAAAA;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin: 0 auto 3px!important;
    padding:2px;
}
.meteo ul {
    font-size: 12px;
    color: #0E5399;
    font-weight: normal;
    font-style: normal;
    margin: 10px 0;
    padding: 0;
    list-style: none outside none;
}

.meteo ul li {
    background-color: #FFF4A3;
    border-color: #006699;
    border-image: none;
    border-radius: 3px 3px 0 0;
    border-style: solid;
    border-width: 1px 1px 0;
    float: left;
    margin: 0 0 0 3px;
}
.meteo ul li span {
    padding: 0 3px;
    color: #000000;
    cursor: pointer;
}
.meteo ul li.active {
    background-color: #FFFCE6;
}
.meteo ul li.active span {
    background-color: #FFFCE6;
    display: block;
    position: relative;
    text-decoration: none;
    top: 1px;
}
.meteo table {
    clear: both;
     border: solid 1px;
    border-color: #006699;
    margin: 0 3px;
    padding: 0 3px;
    background-color: #FFFCE6;
    font-size: 12px;
    line-height: 1.1;
    margin-bottom: 0.5em;
}
.meteo table th {
    border: none ;
    font-weight: bold;
    font-style: italic;
    padding: 0.5em 0;
    text-align: center;
    width: 62px;
}
.meteo table td {
    border: none ;
    font-weight: normal;
    padding: 0.25em 0;
    text-align: center;
    width: 62px;
    color: #0E5399;
}
.meteo table.close {
    display: none;
}
.meteo a {
    font-size: 12px;
    text-decoration: none;
}
span.meteo {
    font-size: 12px;
    color: #ff00ff;
    font-weight: normal;
}
p.meteo {
    font-size: 12px;
    color: #0E5399;
    font-weight: normal;
    font-style: normal;
    margin-top: -2px;
}
img.meteo {
    margin: 0;
    border: none;
}
div.meteo_erreur {
     border: solid 1px;
    border-color: #006699;
    background-color: #FFFCE6;
    font-size: 15px;
    margin: 1em;
}
div.meteo_erreur p {
    font-size: 14px;
    color: #0E5399;
}
.meteo table tr.rouge td {
    color: #ff0000;
}