body {
	font-family: Arial;
	font-size: 13px;
	background-color: #EEEEEE;
}
a:link {
	font-family: Arial;
	font-size: 13px;
	color: #FF9900;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	font-family: Arial;
	font-size: 13px;
	color: #FF9900;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	font-family: Arial;
	font-size: 13px;
	color: #FF9900;
	text-decoration: underline;
	font-weight: bold;
	background-color: #000000;
}
h1 {
	font-family: Arial;
	font-size: 14px;
	color: #FF9900;
	letter-spacing: 5px;
	text-align: center;
}

select,input,textarea {
	font-family: Arial;
	color: #000000;
	font-size: 12px;
}

option.theme{
	font-family: Arial;
	color: #999999;
	font-size: 12px;
}

table.bord {
	border: thin dotted #000000;
}
td{
	font-family: Arial;
	font-size: 13px;
}

th {
	font-family: Arial;
	font-size: 13px;
	color: #FF9900;
}
.surligne {
	background-color: #000000;
	font-weight: bold;

}
