A:Link	{	text-decoration: none; 		}

BODY {
  font-family: Arial,hevetica,roman,system;
  line-height: 1.1;
  background: black;
  background-image: url(black.gif);
  color: silver;
	font-weight: normal;
	font-size: 10pt;
	text-align: left;
	vertical-align: top;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: 30px;        /* copied from opposite side (right) */
}

a:hover    {color :yellow; background-color : purple; font-size:125%; text-decoration:underline;font-style: bold}
A:link     {color :lime; text-decoration: underline }          /* unvisited link */
A:visited  {color :pink; text-decoration: none }        /* visited links */
A:active   {color :blue; text-decoration:underline}        /* active links */

A:link IMG { border: 0 }
A:visited IMG { border: 0 }
A:active IMG { border: 0 }
A:hover IMG {color : none;	background-color :none}

#elzoom {
	position: absolute;
	visibility: hidden;
}
#elmessage {
	position: absolute;
	left: 0; top: 0;
	width: 200;
	visibility: hidden;
	text-align: center;
	color: yellow;
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial;
}

#item {	
   LEFT: 0px; 
	 POSITION: absolute; 
	 VISIBILITY: hidden
	 }


H1	{	font-size: 24pt; font-weight: bold;	text-align: center; vertical-align: middle; }
H2	{	font-size: 21pt; font-weight: bold;	text-align: center; vertical-align: middle; }
H3	{	font-size: 18pt; font-weight: bold;	text-align: left; vertical-align: middle; }
H4	{	font-size: 16pt; font-style: normal; text-align: left; vertical-align: middle; }
H5	{	font-size: 14pt; font-style: normal;	text-align: left; vertical-align: middle; }
H6	{	font-size: 12pt; font-style: normal;	text-align: left; vertical-align: middle; }
address {font-size: 12pt; text-align: left; font-style: italic;	vertical-align: middle;}

.mesliens {body text: #000000; background: #CCCCCC; link: #0000EE; vlink: #804040; alink: #FF0000; border-top: solid thick red;  border-right: none thin white;  border-bottom: solid thick red;  border-left: none thin white} 
.meslienssurgris {body text: #000000; background: #CCCCCC; link: #0000EE; vlink: #804040; alink: #FF0000; border-top: solid thick red;  border-right: none thin white;  border-bottom: solid thick red;  border-left: none thin white}
.mescommandes {body text: #000000; background: #FFCC00; link: #0000EE; vlink: #804040; alink: #FF0000; border : solid thin black}
.fondgris {background: #CCCCCC}
.fondorange { background: orange}
.fondopale {background: #FFFFCC }
.fondcyan {background :#CCFFFF }

.Bold	  {	font-weight: bold;		}
.Italic	{	font-style: italic;		}
.ordinaire {	font-style: normal;		}
.petit {	font-style: normal;		font-size: 8pt;	}
.entete {	font-weight: bold; font-style: italic; 		font-size: 18pt;	 		}
.title	{	font-weight: bold; font-style: italic; text-align: center; vertical-align: middle;	color: black;	border: solid black;		}
.cadrewhite {  color: black;  background: white;  border: solid black;	}
.cadreyellow {  color: black;  background: yellow;  border-withborder: double black;	}
.evident {  color: black;  background: yellow;  border: none;	}
.cadregrey {  color: black;  background: grey;  border: solid black;	}
.lineaire {  border-top: solid thick red;  border-right: none thin white;  border-bottom: solid thick red;  border-left: none thin white}	

TABLE	{	font-family: arial;
	 	font-size: 12pt;
		font-style: normal;
		vertical-align: top;
            background: black;
            color:white;
            		}


