body {
	margin: 0px;
	padding: 0px;
	overflow:hidden;
}

table {
	Vertical-Align: middle;
	Font-Weight:Bold;
	margin: 0px;
	padding: 0px;
}


td.GraphDeduit
{
	font-size: 9px;
	overflow:visible;
	text-align:left;
}

td.STitreGraph
{
	Font-Weight:Bold;
	Vertical-Align: middle;
	text-align:center;
}

td.STitreGraphSelected {
	Font-Weight:Bold;
	Vertical-Align: middle;
	text-align:center;
	color:Aqua;
	background-color:Green;
}

td.SValueGraphRouge
td.SValueGraphBleu
td.SValueGraphVert
{
	Border-Style: Inset;
	Vertical-Align:middle;
	Font-Weight:Bold;
	Font-Size:11px;
}

td.SValueGraphRouge
{
	text-align:center;
	border: 1px solid red;
}
td.SValueGraphBleu {
	border: 1px solid blue;
	text-align:center;
}
td.SValueGraphVert {
	border: 1px solid green;
	text-align:center;
}

td.img {
	Vertical-Align: middle;
	Text-Align: Center;
	Font-Weight:Bold;
	Font-Size:10px;
}

td.span {
	Vertical-align : middle;
	Font-Weight:Bold;
	Font-Size:10px;
}

table.left
{
   float: left;
}

#tblWait
{
   background-color: black;
   color: green;
   width: 100%;
   height: 100%;
   Font-Size:38px;
   text-align:center;
}






#TableFleche #Button2,
#TableFleche #Button1
{
   background-color: Transparent;
   width=100%;
}

#Button1 img,
#Button2 img
{
   width=100%;
}

/*==========================================*/
/* Pour gestion des paramètres d'impression */
/*==========================================*/
@media print
{
    #headerprint
    {
        /* Texte de haut en bas et de droite à gauche */
        writing-mode:tb-rl;
        height: 100%;
    	text-align:center;
    };

    #headerprint h1
    {
        font-size:25px;
    };

    #channels
    {
        visibility:hidden;
        position:absolute;
        top:0;
        left:0;
        margin:0;
        padding:0;
        padding:0px;
        filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=0, xray=0, mirror=0, invert=0, opacity=1, rotation=1);
    };
}

/*==========================================*/
/* Pour gestion des paramètres d'affichage */
/*==========================================*/
@media screen
{
    #headerprint
    {
        display:none;  /* Pas d'affichage à l'écran */
    };

    #channels
    {
        visibility:hidden;
        position:absolute;
        top:0;
        left:0;
        margin:0;
        padding:0;
    };
}