@charset "utf-8";
/* CSS Document */

body
{
    margin-top: 2px;
    padding: 0;
    text-align: center ;
    font: 0.8em "Tahoma";
    background: #F7F7F7;
}

div#conteneur
{
    top: 1px;
    width: 900px ;
    margin: 0 auto;
    text-align: left ;
    border: 1px solid #999999;
    background: #D7E7FF;
}

div#header
{
    height: 73px ;
    margin: 0;
    border-bottom: 1px solid #999999;
}

div#bandeau_menu
{
    height: 19px ;
    padding-top: 1px;
    padding-left: 10px;
    border-bottom: 1px solid #999999;
    background: #CCCCCC ;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

.titreinfo
{
    font-size: 14px;
    color: #000000;
}

div#contenu{
    padding-left: 1px;
    padding-top: 5px;
    min-height:500px;
    font-size: 1em;
}

div#contenu h2
{
    font-size: 1.1em;
    padding-left: 5px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 10px;
    border-bottom: 2px solid #3333FF;
    border-left: 3px solid #3333FF;
}

div#footer {
    font-size: 10px;
    border-top: #666666 1px solid;
    background: #AAAAAA;
    height: 18px;
}

div#box {
    width:80px;
    height:15px;
    line-height: 15px ;
    text-align: center ;
    color: #333333;
}

.box_donnee {
    line-height: 15px ;
    margin: 5px;
    background: #E9E9E9;
    color: #333333;
    font-weight: bold;
}

.titre_couche{
    font: 0.8em;
    font-weight: bold;
    color: #FFFFFF;
    padding-right: 5px
}
.petitTexte {
    font-size: 10px;
}
.texte-cadre {
    font-size: 1.1em;
    font-weight: bold;
}
.Texte {
    font-size: 1em;
}
.MoyenTexte {
    font-size: 0.9em;
}
.grandeur-bis {
    padding-left: 5px;
    border-left: #FFFFCC 2px solid;
    font-size: 1.1em;
}
.grandeur {
    padding-left: 7px;
    font-size: 1.1em;
}
.grandeur-calcul {
    font-size: 1em;
}
.mesure {
    font-size: 1.7em;
    color: #660066;
    font-weight: bold;
}
.mesure-tempe {
    font-size: 2.0em;
    color: #660066;
    font-weight: bold;
}
.mesure-bis {
    font-size: 1.2em;
    color: #660066;
    font-weight: bold;
}
.texte-bis {
    color: #660066;
    font-weight: bold;
}
.date {
    font-size: 1em;
    color: #CC0000;
}

a:link {
    text-decoration: none;
    color: #000000;
}
a:visited {
    text-decoration: none;
    color: #000000;
}
a:hover {
    text-decoration: none;
    color: #000000;
}
a:active {
    text-decoration: none;
    color: #000000;
}



