
HR {
    color           :       red;
    margin-left     :       0px;
    margin-right    :       0px;
    size            :       1pt;
    }

A:link {
    text-decoration :       none;
    color           :       Blue;
    font-weight     :       normal;
    background      :       transparent;
    }

A:active {
    text-decoration :       none;
    color           :       Blue;
    font-weight     :       normal;
    background      :       transparent;
    }


A:visited {
    text-decoration :       none;
    color           :       #000000;
    font-weight     :       normal;
    background      :       transparent;
    }

A:hover {
    text-decoration :       none;
    color           :       red;
    font-weight     :       normal;
    background      :       transparent;
    }

H1 {
    background:        #FFCC00;
    border:        none;
    color: #000099;
    font-size: large;
    font-weight: bold;
    margin-left: 0px;
    margin-right: 0px;
    text-align: left}

H2 {
    font-family     :       "fixed";
    background      :       #FFCC00;
    border          :       none;
    color           :       #000099;
    font-size       :       large;
    font-weight     :       bold;
    margin-left     :       0px;
    margin-right    :       0px}

H3 {
    margin-left     :       0px;
    margin-right    :       0px;
    font-size       :       medium;
    font-weight     :       bold;
    border          :       none;
    color           :       #000099;
    background      :       #ffff99;
    }

H4 {
    color           :       #000099;
    font-size       :       medium;
    }

H5 {
    color           :       #000099;
    font-size       :       medium;
    }

PRE {
    font-family     :       "fixed";
    color           :       #0000EE;
    margin-left     :       20px;
    }

CODE {
    font-family     :       "fixed";
    color           :       #0000EE;
    }

EM, I, TT {
    font-family     :       "fixed";
    color           :       #0000EE;
    }

STRONG {
    font-size       :       medium;
    font-weight     :       bold;
    }

.cadre {
    background      :       #cccccc;
    border          :       1px solid black;
    color           :       #000099;
    margin-left     :       0px;
    margin-right    :       20px
    }

.NOTE {
    color           :       #990000;
    }

.TOC {
    text-align      :       right;
    }

.PROGRAMLISTING {
    font-family     :       "fixed";
    color           :       #0000EE;
    margin-left     :       40px;
    }

.box, .boxmenu    {
	font-size	:	9pt;
  	color		:	#000000; 
	text-align	:	left;
	margin-left	: 	12px;
	vertical-align	:	top;
	    }

.margin {
margin-left: 10px;
}

.blanc  {
        background-color : #EEEEEE;
}



