body { background-color : white;
       margin           : 2em 4.5em 2em 4.5em;
       font-family      : arial;
       letter-spacing   : 1pt;
       font-size        : 12pt; }

p.titre { text-align : center;
          font-size  : 22pt;
          margin     : 2em 0em 2em 0em; }

p.normal { text-align  : justify;
           color       : black;
           white-space : normal; }

/* ==================================================== */

div.droits { text-align		: center;
	         font-weight	: bold;
	         color			: black;
	         vertical-align	: middle;
	         background		: white;
	         border-top     : solid 1pt black;
	         margin-top		: 6em;
	         padding        : 1em;
}


p.auteur { text-align	: right;
           color		: black;
           padding-top	: 2em;
}

/* ==================================================== */
  
a { font-family      : arial;
    letter-spacing   : 1pt;
    font-size        : 12pt;}

a:link		{ color:black; text-decoration:underline; }
a:visited	{ color:#0066FF; text-decoration:underline; }                  
a:hover		{ color:#0066FF; text-decoration:underline; }
a:active	{ color:#33CCFF; text-decoration:underline; }
a:focus		{ color:#33CCFF; text-decoration:underline; }          