html, body
{
    padding: 0;
    margin: 0;
    height: 100%;
    font-family: Arial;
    font-size: 9pt;
    /* code ie */
    _text-align: center;
}

#fond
{
    position: relative;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    /*code ie*/
    _position: absolute;
    _left: 90;
}

/*colonne*/

.colonne
{
    position: absolute;
    float:left;
    width: 200px;
    margin-left: 30px;
    margin-top: 170px;
    /*code ie*/
    _margin-left: -680px;
}

/*head*/

.head
{
    width: 100%;
    text-align: center;
    background-color: #ffcc00;  
}

/*encadre*/

.encadre_gris
{
    width: 100%;
    text-align: center;
    background-color: #ddd9c3;
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.encadre_bleu
{
    width: 100%;
    text-align: center;
    background-color: #c5d9f0;
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.encadre_violet
{
    width: 100%;
    text-align: center;
    background-color: #e6b8b8;
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.encadre_vert
{
    width: 100%;
    text-align: center;
    background-color: #ccff66;
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.encadre_blanc
{
    width: 100%;
    text-align: center;
    background-color: white;
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.encadre_orange
{
    width: 100%;
    text-align: center;
    background-color: #f9c090;
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.encadre_jaune_fonce
{
    width: 100%;
    text-align: center;
    background-color: #ffff66;
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.encadre_jaune_clair
{
    width: 100%;
    text-align: center;
    background-color: #ffff99;
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#no_marge
{
    margin-top: 0px;
}

/*mois*/
.mois_bleu
{
    position: relative;
    margin-top: 20px;
    color: #0066cc;
    /*code ie*/
    _text-align: left;
}

.mois_noir
{
    position: relative;
    margin-top: 20px;
    color: black;
    /*code ie*/
    _text-align: left;
}

.mois_rouge
{
    position: relative;
    margin-top: 20px;
    color: #c00000;
    /*code ie*/
    _text-align: left;
}

/*no id*/
#contexte_mondial
{
    margin-top: 23px;
}

#intro
{
    position: absolute;
    width: 598px;
    margin-left: 30px;
    top: 0;
    text-align: left;
    /*code ie*/
    _margin-left: -680px;
}

#intro_border
{
    border: 1px solid black;
    display: block;
}

#etoile
{
    position: absolute;
    background-image:url('images/etoile.png');
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    /*code ie*/
    _margin-left: -110px;
}

#etoile_bis
{
    position: absolute;
    background-image:url('images/etoile.png');
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    margin-top: -5px;
    margin-left: 15px;
    /*code ie*/
    _margin-left: -50px;
}

#titre_calendrier
{
    position: absolute;
    text-align: left;
    left: 2.2%;
    top: 10px;
    /*code ide*/
    _top: 0;
}

#colonne_2006
{
    margin-left: 260px;
    /*code ie*/
    _margin-left: -450px;
}

#colonne_2007
{
    margin-left: 490px;
    /*code ie*/
    _margin-left: -220px;
}

#colonne_2008
{
    margin-left: 720px;
    /*code ie*/
    _margin-left: 10px;
}

/*autre entités*/
table
{
    position: absolute;
    font-size: 9pt;
    font-family: Arial;
    left: 655px;
    top: 0px;
    /*code ie*/
    _margin-top: 10px;
}

a
{
    text-decoration: none;
    display: inline;  
}
