/**
 * redéfinition des styles qui changent pour le wget
*/

body {
    margin: 15px 0 0 10px;
}

select {
    margin: 5px 0;
}

/****** Menus **********/
#menu .header h3 {
    font-size: 16px;
    color: #306a8f;
    margin: 5px 0 10px 0;
    text-decoration: underline;
}

#menu p.title {
    font-size: 14px;
    font-weight: bold;
}

#menu ul {
    margin: 0 0 10px 5px;
}

#menu a {
    color: #0a246a;
}

/****** Bulletins ******/
.bulletin {
    width: 400px;
}

/****** Echeancier des animations ******/
table.animEch {
    width: 500px;
}
table.animPrev {
    width: 500px;
}
.carteNavig {
    margin-top: 10px;
    clear: left;
}

.tabCarteNavig {width: 100%;}
.tabCarteNavig .tdech {width: 60%;}
.carteNavigEch {width: 100%; clear: left;}
.carteNavigParam {margin: 0;}
.carteNavigParam th {padding: 3px 0;}

.divparameteo {
    margin-top: 10px;
}

/******* Atmogrammes ***********/
.tableWeather th {
    background: #56a1cf;
}

/******* Meteoflash ************/
.meteoflash {
    width: 500px;
}

.versionCSV {
    position: absolute;
    top: 20px;
    left: 350px;
}

/******* Bouton nouvelle fenetre ************/
.nouvelleFenetre {
    display: none;
}

