/* CSS Document */
#mycustomscroll {
	width: 290px;
	height: 330px;
	overflow: auto;
	position: relative;
	}
body {
	margin: 0px;
	background-color: #ffffff;
}
body, p, td, input, textarea {
	color: #555555;
	font-family: Tahoma;
	font-size: 13px;
}
.copyright{
	color: #999999;
	font-family: Tahoma;
	font-size: 9px;
}
.tableau{
	border:1px dashed #014d26;
}
.vert{
 	color : #014d26;
}
.rouge{
	color : #990000;
}
.titre_orange{
	color : #e58200;
	font-size:16px;
}
a:link, a:visited {
	color:#647cb9;
	text-decoration:none;
}
a:hover {
	color:#990000;
	text-decoration:none;
}
a:active {
	color:#FF9900;
	text-decoration:none;
}