body {
	color:#FFFFFF;
}
table, tr, td, div, span {
	color:#333333;
}

a {
	color:#990035;
}
h1, h2, h3, h4, h5, h6{
	font-size:15px;
	color:#CCCCCC;
	font-weight: bold;
	margin-left: 10px;
}
.white-font {
	color:#666666;
}
.style1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}
.style2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#666666;
	font-weight:bold;
}
.style3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
}
.style4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.style5 {
	color: #990000;
	font-weight: bold;
}
.style6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

.search {
	min-width: 1115px;
	max-width: 1300px;
 	margin-right: auto;
	margin-left: auto;
}
/* Label */  
.box {
	border:thin;
	border-color:#999999;
	border-style:solid;
	padding: 15px;
	margin: 5px;
	width: 335px;
	}
label {
	width: 80px;
	padding-left: 20px;
	margin: 5px;
	float: left;
	text-align: left;
}
/* Input text */
hr {
	height: 1px;
	padding: 0;
	color: #CCCCCC;
	background-color: #CCCCCC;
	border: 0;
}
.first-ligne {
	background-image: url(/images/rollover.png);
	background-repeat: repeat-x;
	background-position: center center;
}
br {
	clear: left;
}
.textbox {
	border: 1px solid #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	color: #333333;
	background-color:#009999;
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}
div {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.borders{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BFBFBF;
	border-right-color: #DFDFDF;
	border-bottom-color: #DFDFDF;
	border-left-color: #BFBFBF;
}
 
/* 'Login' Button */
#submit {
	margin: 5px;
	padding: 0px;
	float: left;
	width: 50px;
	background-color: white;
}
#notification_error {
	color: red;
	height: auto;
	padding: 4px;
	text-align: center;
}
#login_response {
	overflow: auto;
}
#ajax_loading {
	display: none;
	font-size: 12px;
	font-family: Tahoma;
}
#logged_in {
	padding: 5px;
	margin: 23px 0 100px 43px;
	padding: 5px;
	text-align: center;
	width: 400px;
	position: relative;
	margin: 0 auto;
}
#status {
	margin-top: 20px;
	width: 310px;
}
table#example {
	border-collapse: collapse;
}
#example tr {
	border-collapse:collapse;
}
#example tr:hover {
	background-color:#EAEAEA;
}
#example th {
	background-image:url(/images/rollover.png);
	color:#CCCCCC;
	font-size: 14px;
	font-weight: bold;
	background-repeat: repeat-x;
	background-position: center center;
}
#example th, #example td {
	padding: 3px 5px;
}
#example td:hover {
	cursor: pointer;
}

