body {
	padding:			0px;
	spacing:			0px;
	background-image: 	url(../img/fond.gif);
	background-repeat:	repeat;
}

body, th, td, input, select, option {
	font-family:		Verdana,Arial,Helvetica,sans-serif;
	font-size:			11px;
	color:				#574329;
}

a {
	color:				#574329;
}

a:hover {
	text-decoration:	none;
}

table.main {
	border:				1px solid #574329;
}

table.main tr.haut1 {
	height:	11px;
	background-image: 	url(../img/haut_fond.gif);
}

table.main tr.haut2 {
	height:	62px;
}

table.main tr.haut2 .gauche {
	height:	62px;
	width:	79px;
	background-image: 	url(../img/haut_fond2_gauche.jpg);
}

table.main tr.haut2 .droite {
	height:	62px;
	width:	79px;
	background-image: 	url(../img/haut_fond2_droite.jpg);
}

table.main tr.haut2 .milieu {
	height:	62px;
	background-image: 	url(../img/haut_fond2_milieu.jpg);
	background-repeat: 	repeat-x;
	font-family:		Verdana,Arial,Helvetica,sans-serif;
	font-size:			25px;
	color:				#E2DBBF;
	font-weight:		bold;
	text-align:			center;
}

table.main tr.nav {
	height:				12pt;
	background-image: 	url(../img/fond_navigation.gif);
}

table.main tr.nav td {
	border-bottom:		1px solid #574329;
	color:				#574329;
	font-weight:		bold;
	padding-left:		20px;
	text-align:			left;
}

table.main tr.nav td a {
	color:				#574329;
}

table.main tr.nav td a:hover {
	text-decoration:	none;
}

table.main tr.bas {
	height:	68px;
}

table.main tr.bas .gauche {
	height:	68px;
	width:	251px;
	background-image: 	url(../img/bas_fond_gauche.jpg);
}

table.main tr.bas .droite {
	height:	68px;
	width:	251px;
	background-image: 	url(../img/bas_fond_droite.jpg);
}

table.main tr.bas .milieu {
	height:	68px;
	background-image: 	url(../img/bas_fond_milieu.jpg);
	background-repeat: 	repeat-x;
	text-align:			center;
}

table.formContainer tr td {
}


table.form {
	padding:			0px;
	margin:				0px;
	border-collapse:	collapse;
}

table.form tr th {
	text-align:			right;
	white-space:		nowrap;
	background-color:	#E2DBBF;
	color:				#574329;
	padding:			2pt 5pt 2pt 5pt;
	border:				1px solid #574329;
}

table.form tr td {
	text-align:			left;
	white-space:		nowrap;
	background-color:	#FFFFFF;
	color:				#574329;
	padding:			2pt 5pt 2pt 5pt;
	border:				1px solid #574329;
}

table.form tr td.empty {
	background-color:	transparent ;
	border:				0px solid #574329;
}

table.form tr td.right {
	text-align:			right;
}

table.form tr th.help {
	text-decoration:	underline;
	cursor:				help;
}

input.text, select {
	border:				1px solid #574329;
}

p.submit {
	text-align:			center;
}

input.submit {
	border:				1px solid #574329;
	background-color:	#E2DBBF;
	color:				#574329;
}

table.errors {
	text-align:			left;
}

table.errors td {
	text-align:			left;
	font-weight:		bold;
	color:				#950000;
}

table.list {
	margin-top:			10px;
	border:				1px solid #574329;	
}

table.list thead tr th {
	background-color:	#574329;
	color:				#E2DBBF;
	padding:			4px 1px 4px 1px;
	text-align:			left;
	white-space: 		nowrap;
}

table.list thead tr th a {
	color:				#E2DBBF;
}

table.list thead tr th a:hover {
	text-decoration:	none;
}

table.list thead tr th.sorted, table.list thead tr th.sortable {
}

table.list thead tr th.sorted a, table.list thead tr th.sortable a {
	background-position: left;
	display: block;
	width: 100%;
	padding-left: 10px;
}

table.list thead tr th.sortable a {
	background-image: url(../img/arrow_off.png);
	background-repeat: no-repeat;
}

table.list thead tr th.order1 a {
	background-image: url(../img/arrow_down.png);
	background-repeat: no-repeat;
}

table.list thead tr th.order2 a {
	background-image: url(../img/arrow_up.png);
	background-repeat: no-repeat;
}

table.list tbody tr.odd {
	background-color:	#FFFFFF;
}

table.list tbody tr.even {
	background-color:	#E2DBBF;
}

table.list tbody tr td, table.list tbody tr td a {
	text-align:			left;
	padding:			1px 1px 1px 1px;
	color:				#000000;
	white-space: 		nowrap;
}

table.list tbody tr td a:hover {
	text-decoration:		none;
}

span.pagebanner {
	background-color: 	#E2DBBF;
	border: 			1px dotted #574329;
	padding: 			2px 4px 2px 4px;
	width: 				95%;
	display: 			block;
}

span.pagelinks {
	background-color: 	#E2DBBF;
	border: 			1px dotted #574329;
	padding:			2px 4px 2px 4px;
	width: 				95%;
	display: 			block;
	border-top: 		none;
}

span.pagelinks a {
	color:					#000000;
}

span.pagelinks a:hover {
	text-decoration:		none;
}

div.domTTClassic {
	border: 1px solid black;
	background-color: InfoBackground;
}
div.domTTClassic .caption {
	font-family: serif;
	font-size: 13px;
	_font-size: 12px;
	font-weight: bold;
	font-style: italic;
	padding: 1px 2px;
}
div.domTTClassic .contents {
	color: InfoText;
	font-size: 13px;
	_font-size: 12px;
	font-family: Arial, sans-serif;
	padding: 1px 2px;
	_padding-bottom: 0;
}

table.simple {
	padding:			0px;
	margin:				0px;
	border-collapse:	collapse;
}

table.simple tr th {
	border-bottom: 		1px solid #000000;
	padding-right:		3px;
	padding-left:		3px;
}

table.simple tr td {
	border-top: 		1px dotted #000000;
	padding-right:		3px;
	padding-left:		3px;
}
