/* CSS Document */
#mycustomscroll {
	width: 290px;
	height: 330px;
	overflow: auto;
	position: relative;
	}
body {
	margin: 0px;
	background-color: #c36108;
}
body, p, td, input, textarea {
	color: #555555;
	font-family: Tahoma;
	font-size: 13px;
}
.copyright{
	color: #000000;
	font-family: Tahoma;
	font-size: 9px;
}
.copyright a:link {
	color: #ffffff;
}
.copyright a:visited {
	color: #ffffff;
}
.copyright a:hover {
	color: #990000;
}
.copyright a:active {
	color: #990000;
}
.copyright2{
	color: #000000;
	font-family: Tahoma;
	font-size: 9px;
}
a:link {
	color:#647cb9;
	text-decoration:none;
}
a:visited {
	color:#647cb9;
	text-decoration:none;
}
a:hover {
	color:#990000;
	text-decoration:none;
}
a:active {
	color:#FF9900;
	text-decoration:none;
}
.keywords{
	font-size: 9px;
}
.site{
	font-size: 10px;
}
.erreur{
	font-size: 14px;
	color:#990000;
}
.erreur2{
	font-size: 10px;
	color:#990000;
}
.Titre{
	font-size: 22px;
	font-weight:bold;
}
.txt{
	font-size: 17px;
}
.txt2{
	font-size: 15px;
}
.SousTitre{
	font-size: 18px;
	font-weight:bold;
}
.SousTitre2{
	font-size: 16px;
	font-weight:bold;
}
.SousTitre3{
	font-size: 14px;
}
.rouge{
	color : #990000;
}
.bleu{
	color:#000066;
}
.tableau{
	border : 1px dashed #c26108;
}
