td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: left;

}
.titre-menu {
	font-weight: bold;
	background-color: #99CCFF;
}
A:link          {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;

}
A:visited       {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;

}
A:hover         {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.sidelink:link	{
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;


}
.sidelink:visited	{
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;


}
.sidelink:hover	{
	color: #0000FF;
	font-weight: bold;
	text-decoration: underline overline;
}
input,select,textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border: 1px solid #3399CC;


}
.bordure-table {
	border: 1px solid #3399CC;
}
.titre-menu-top {
	font-weight: bold;
	background-color: #3399CC;
}
ul.tree-menu {
    font-size: 10px;
    line-height: 16px;
    font-family: tahoma;
    margin: 0;
    padding: 0;
}
ul.tree-menu ul {
    margin: 0 0 0 10px;
    padding: 2px 0 0 0;
}
ul.tree-menu li {
    list-style-type: none;
    margin: 0;
    padding: 0;
	text-align:left;
}
ul.tree-menu li {
    background-image: url("images/folder.gif");
    background-repeat: no-repeat;
    background-position: top left;
    padding-top: 1px;
    padding-bottom: 1px;
}
ul.tree-menu li.section-open {
    background-image: url("images/folder-open.gif");
    background-repeat: no-repeat;
    background-position: top left;
    padding-top: 1px;
    padding-bottom: 1px;
}
ul.tree-menu li.box {
    background-image: url("images/doc.gif");
    background-repeat: no-repeat;
    background-position: top left;
    padding-top: 1px;
    padding-bottom: 1px;
}
ul.tree-menu a {
    margin-left: 20px;
    color: #0000ff;
    text-decoration: none;
}
ul.tree-menu a:hover {
    margin-left: 20px;
    color: #0000ff;
    text-decoration: underline overline;
}
