a:link
{
	text-decoration:none;
	color: rgb(255,255,153); 
}
a:visited
{
	text-decoration:none;
	color: rgb(255,255,153); 
} 
a:active 
{
	font-weight:bold; 
	text-decoration:none;
	color: rgb(255,51,0);
}
body
{
	font-family: Verdana, Arial, Helvetica;
	color: #000000;
	font-size : 9px;
	background-color: #cccccc;
}
table, td {
	table-border-color-light: rgb(255,255,102);
	table-border-color-dark: #cccccc;
	font-size : 9px;
	background-color: rgb(255,255,102);
 
}

td#fond {
	background-color: rgb(153,153,153);
}

h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
}
h1
{
	color: rgb(255,153,0);
}
h2
{
	color: rgb(255,255,255); 
}
h3
{
	color: rgb(204,51,0); 
}
h4
{
	color: rgb(255,255,153);
}
h5
{
	color: rgb(0,0,0);
	font-weight: bold;

}
h6
{
	color: rgb(255,255,255);
}




ul
{
margin: 0px 0px 0px 0px;
}






dl, dt, dd, li {
margin: 0;
padding: 0;
list-style-type: none;

}


dl#menu {
width: 140px;
}

dl#menu dt {
cursor: pointer;
margin: 10px 0px;
height: 20px;
line-height: 15px;
text-align: left;
font-weight: bold;
border: 0px solid #666666;
background: #ccc;
}

dl#menu dd {
border: 0px solid gray;
}

dl#menu li {
text-align: left;
margin: 5px 5px;
background: #ccc;
margin: 0px 0px 0px 0px;
line-height: 20px;
height: 10px;
}

dl#menu li a, dl#menu dt a {
color: black;
text-decoration: none;
display: block;
height: 100%;
}

dl#menu li a:hover, dl#menu dt a:hover {
background: #999999;
border: 1px solid #666666;
font-weight:normal;
}

dl#menu li a:active, dl#menu dt a:active {
background: #999999;
border: 1px solid #666666;
font-weight:normal;
}