hr {
	height: 1;
	width: 100%;
	color: #FFCC33;
}
.navbar {
	color: Maroon;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
a.navbar, a:active, a:link{
	color: #F4A460;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
a.navbar:hover{
	text-decoration: underline;
	color: Gray;
	font-weight: bold;
	font-size: 14px;
}
.titre {
	font: normal normal normal 40px;
	color: #666666;
	text-decoration: underline;
}

body {
	font-family: Helvetica, Verdana;
	margin: 25;
	font-size: 12px;
	scrollbar-arrow-color: Black;
	scrollbar-darkshadow-color: Gray;
	scrollbar-base-color: #FFCC33;
	text-shadow: inherit;
}
.TableBorder {
	border: 1px solid #999999;
	padding: 10;
}

img {
	border: #FFCC33;
}

a:hover {
	color: #F4A460;
	text-decoration: underline;
	font-size: 12px;
}
a, a:active, a:link {
	color: #999999;
	text-decoration: none;
	font-size: 12px;
}
td {
	font-size: 12px;
	padding: 5;
}
table {
	
	table-layout: auto;
}

th {
	font-size: 12px;
	text-align: left;
	background-color: #CCCCCC;
	color: Black;
	padding: 3;
}
input {
	color: Black;
	font-size: 10px;
	background-color: #FFCC33;
}

textarea {
	color: Black;
	font-size: 10px;
	background-color: #FFCC33;
}

