.tounderline {text-decoration: underline;}
#diag
{	
    margin-left:100px;
    margin-right:100px;
    background-color:#FFCF76;
    width: 600px;
    height: 292px;
    border:solid orange 1px;
    text-align:left;
}

    #barres
    {
        position:absolute;
        margin: auto;
        margin-top:35px;
        padding-right:5px;
        width:530px;
        height:200px;
        margin-left:33px;
    }

        .bar
        {
            margin:0;
            padding:0;
            width:10px;
            float:right;
            height:200px;
        }

            .bari
            {
                position:absolute;
                width:4px;
                background-color:black;
                bottom:0;
                overflow:hidden;
                font-size:0;
                line-height:0;
                margin-left:3px;
            }

    #semaines
    {
        position:absolute;
        width:530px;
        height:20px;
        color:black;
        margin-left:34px;
        margin-top:235px;
        
    }

        .sem
        {
            margin:0;
            width:8px;
            margin-right:2px;
            text-align:center;
            height:20px;
            float:right;
            font-size:8px;
            cursor:default;
        }

        .sem2
        {
            margin:0;
            width:8px;
            margin-right:2px;
            padding-top:3px;
            text-align:center;
            height:20px;
            float:right;
            font-size:8px;
            cursor:default;
        }

        #legende
        {
            position:relative;
            float: right;
            margin-right:4px;
            margin-top:-5px;
            height:25px;
            width:125px;
            border-right:solid black 1px;
            border-bottom:solid black 1px;
        }					

            #legtxt
            {
                margin-top:12px;
                color:black;
                font-size:10px;
                font-family: tahoma;
            }
