body {
background :#cccc99;
font-size : 8px;
color:#676633;
font-family : verdana;
}
img { 
border: 0px; }

p,td,li {
font-size : 10px;
color:#676633;
font-family : verdana;
}

a:link 
  { color:#676633;
  text-decoration: none; 
  background-color: transparent }
a:visited 
  { color:#676633;
  text-decoration: none; 
  background-color: transparent }
a:hover 
  { 
  text-decoration: underline; 
  background-color: transparent }
a:active 
  { color: #676633; 
  text-decoration: underline; 
  background-color: transparent }

.menu {
	font-size : 12px;
	text-decoration: none;
	color:#666666;
	font-family : verdana;
	text-transform: uppercase;
	font-weight: bold;
}
.sousmenu {
	font-size : 12px;
	text-decoration: bold;
	color:#cccc99;
	font-family : verdana;
	
}

a.sousmenu {
	font-size : 12px;
	text-decoration: bold;
	color:#cccc99;
	font-family : verdana;
}
.sousmenu:visited 
  { color:#cccc99;
  
  background-color: transparent }

	.button{
	background-color : #666633;
	color:#FFFFFF;
	cursor : hand;
	border : 1px outset #FFFFFF;
	font-family : arial;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	font-size : 7pt;
}

	.button2{
	background-color : #0066cc;
	color:#FFFFFF;
	cursor : hand;
	border : 1px outset #FFFFFF;
	font-family : arial;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	font-size : 7pt;
}

	.button3{
	background-color : #FFFFFF;
	color:#666633;
	cursor : hand;
	border : 1px outset #FFFFFF;
	font-family : arial;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	font-size : 7pt;
}
.error{
	font-size : 10px;
	color:#C00000;
	font-family : verdana;
}