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

}
.titre-menu {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #BAD6BE;
	padding-left: 20px
	
}
A:link          {
	text-decoration: none;
	font-weight: bold;
	color: #666666;

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

}
A:hover         {
	color: #429305;
	font-weight: bold;
	text-decoration: underline;
}

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


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


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



}
.bordure-table {
	border: 1px dashed #999999;
}

/* barres de defilement */
  body {
	background-color: #FFFFFF;
	scrollbar-face-color: #BAD6BE;
	scrollbar-shadow-color: #808080;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #FFFFFF;
	scrollbar-highlight-color : 000000;
	margin : 0;
	text-align : center;
	font-family:Verdana;
	font-size:11px;
	color: #BAD6BE;
	
}
