body {
	background-color: #FFCC00;
	font-family: arial, verdana, sans-serif;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding:0px;
}
a {
	color: #0055CB;
	text-decoration: underline;
}
.shy{ color: #666; }
.liste { float: left; }
.header {
	color: #47A602;
	font-size: 14px;
	font-weight: bold;
}
th {
	color: #47A602;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
.logo{ 
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
select{
	background: #FFCC00;
	border: 1px solid black;
}
input{
	background: #0055CB;
	color: #ffffff;
	border: 1px solid black;
	margin-right: 6px;
}
em {
	color: #0055cb;
	font-weight: bold;
	font-style: normal;
}

#page {
	margin: 0 auto 0 auto;
	width: 570px;
	overflow: hidden;
	margin-bottom: 40px;
}

#nav {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.back {
	position: absolute;
	top: 0;
	left: 0;
	height: 16px;
	color: #0055cb;
	padding-left: 14px;
	background: transparent url( images/arrows.gif ) no-repeat 0 -48px;
}
.next {
	position: absolute;
	top: 0;
	right: 0;
	color: #0055cb;
	padding-right: 14px;
	background: transparent url( images/arrows.gif ) no-repeat right -32px;
}
div.next {
	color: #cfae2b;
	background: transparent url( images/arrows.gif ) no-repeat right 0px;
}
div.back {
	color: #cfae2b;
	padding-left: 14px;
	background: transparent url( images/arrows.gif ) no-repeat 0 -16px;
}

.showing {
	margin: 0 100px;
	text-align: center;
}


table {
	border-collapse: collapse;
	width: 100%;
}
td, th {
	padding: 4px 8px 4px 4px;
}
td.hilite {
	color: #fff;
	background: #0055CB !important;
}
td.odd {
	background:#FFD52F;
}

#nav {
	margin: 20px 0;
	font-weight: bold;
}


#search p {
	margin: .2em 0;
}


p.error {
	color: #E60A00;
	font-weight: bold;
	font-size: 1.2em;
}

p.error em {
	color: #0055CB;
}
















