body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color: #a29d7f;
	font-family: Verdana, Helvetica, sans-serif;
	color: #798933;
	font-size: 12px;
}
HTML 
{ 
overflow-x:hidden ; 
overflow-y:auto;
scrollbar-face-color:#9E9880;
scrollbar-arrow-color:#FFF963;
scrollbar-highlight-color:#FEFA63;
scrollbar-3dlight-color:#595610;
scrollbar-shadow-color:#8C831C;
scrollbar-darkshadow-color:#592510;
scrollbar-track-color:#D6D5C1;
}

#hg {
background-position:top left;
background-repeat:no-repeat;
height: 100%px;
width: 500px;
background-image:url(images/coin-haut-gauche.jpg);
padding: 4px;
  }
  
  #hg2 {
background-position:top left;
background-repeat:no-repeat;
height: 100%;
width: 500px;
background-image:url(images/coin-haut-gauche2.jpg);
padding: 4px;
  }
  
#bd {
background-position:bottom right;
background-repeat:no-repeat;
height: 100%;
width: 500px;
background-image:url(images/coin-bas-droite.jpg);
padding: 4px;
  }
  
#bd2 {
background-position:bottom right;
background-repeat:no-repeat;
height: 100%;
width: 500px;
background-image:url(images/coin-bas-droite2.jpg);
padding: 4px;
 }

A {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #824F09;
font-weight: bold;
}

A:LINK {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #824F09;
font-weight: bold;
}

A:VISITED {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #824F09;
font-weight: bold;
}

A:HOVER {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #EEE8AA;
font-weight: bold;
}

P.copy {
	font-size: xx-small;
	color: #9A9A9A;
	text-align: justify;
}
TABLE {
	border: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom:0px;
}
TABLE.okok {
	border-left: 1px;
	border-color: Maroon;
	border-right: 1px;
	border-top: 1px;
	border-bottom:1px;
}
TD.okok {
	border-left: 1px;
	border-color: Maroon;
	border-right: 1px;
	border-top: 1px;
	border-bottom:1px;
}
TD {
	border: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom:0px;
}
TR {
	border: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom:0px;
}
TR.okok {
	border-color: Maroon;
	border-right: 1px;
	border-top: 1px;
	border-bottom:1px;
	border-left: 1px;
}