body {
	font-family: verdana;
	font-size: 8px;
	background-color: FFFBFF;
	margin-top: 10px; 
	padding: 0;
	color: #000000;
	font-weight: normal;
}

TD {
	font-size:10px;
}

a:link, a:visited, a:active {
	color: #757575;
	text-decoration: none;
}

a:hover {
	color: #CC3333;
	text-decoration: underline;
}

fieldset {
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
}

form {
	margin: 0px;
}

ul {
	list-style: square;
	margin-top : 0px;
	padding: 0px;
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 0px;
}

.content_left {
	top: 10px;
	position: absolute;
	left:10px;
	width:200px;
}

.content_right {
	top: 10px;
	position: absolute;
	right:10px;
	width:200px;
}

.content_main {
	margin-left: 220px;
	margin-right:220px;
}

.title {
	font: 100% arial, sans-serif;
	font-weight: bold;
	color: #000000;
}

.adresse {	
	color: #000000;
	text-align: center; 
	font-size: 10px; 
	padding-top: 30px;
}

.error {
	color:red;
	font-weight:bold;
	text-align:center;
}

.inputObject {
	font-family: arial;
	font-size: 8pt;
	background: white;
	border-style: solid;
	border-width: 1px;
	border-right-color: #AAAAAA;
	border-bottom-color: #AAAAAA;
	border-top-color: black;
	border-left-color: black;
}

.inputObject {
	font-family: arial;
	font-size: 8pt;
	background: white;
	border-style: solid;
	border-width: 1px;
	border-right-color: #AAAAAA;
	border-bottom-color: #AAAAAA;
	border-top-color: black;
	border-left-color: black;
}

.buttonObject2 {
	font-family: arial;
	font-size: 8pt;
	background: #EEEEEE;
	border-style: solid;
	border-width: 1px;
	border-right-color: black;
	border-bottom-color: black;
	border-top-color: #AAAAAA;
	border-left-color: #AAAAAA;
	width: 80px;
	cursor: hand;
}

.buttonObject {
	font-family: arial;
	font-size: 8pt;
	color: white;
	background: transparent url(../img/button.gif) no-repeat center top;
	cursor: hand;
	border-style: none;
	width: 100px;
	height: 24px;
}

.bigButtonObject {
	font-family: arial;
	font-size: 8pt;
	color: white;
	background: transparent url(../img/bigButton.gif) no-repeat center top;
	cursor: hand;
	border-style: none;
	width: 200px;
	height: 24px;
}

.tree {
	vertical-align:top; 
	background:white; 
	border: black;
	border-bottom:gray;
	border-right:gray;
	border-style: solid; 
	border-width: 1px;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.menu1 a
{	
	color: black;	
	text-decoration: none;	
	height: 20px;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	padding-left: 5px;
	font-weight: bold;
	left: 10px;
}

.menu2 a
{
	color: black;
	text-decoration: none;
	font-family: serif;
	font-size: 12px;
	width: 120px;
	vertical-align: middle;
	padding-left: 15px;
}

.menu2 a:hover
{
	text-decoration: underline;
}

.formTitle {
	font-family: arial;
	font-size: 8pt;
	font-weight: bold;
	text-align: right;
	padding: 3px;
	padding-left: 30px;
}

.formValue {
	font-family: verdana;
	font-size: 8pt;
	text-align: left;
	padding: 3px;
	padding-right: 30px;
}

.formFinal {
	text-align: center;
	padding-top: 15px;
}

.evenRow {
	background: #FFBBB0;
}

.oddRow {
	background: #FFCCC0;
}

.selectedRow {
	color: white;
	background: #8D181B;
	cursor:pointer;
}

.titleRow {
	font-family: arial;
	font-weight: bold;
	background: #DDDDDD;
}

.formBloc {
	background:#FFAA9F; 
	border-width: 1px;
	border-style: solid;
	border-color: red;
}

.formHeader {
	color: red;
}

.adminTools {
	position: absolute;
}

.toolbar {
	background-color: white; 	
}

