html
{
background: #fff;
}

body
{
margin: 0;
padding: 0;
color: #fff;
}

body, h1, h2, h3, h4, p, td, ul, li, a
{ 
font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #5f5f5f; 
line-height: 120%; 
} 

body, p, td, ul, li
{ font-size:small; }

h1
{ 
font-size:x-large; 
}

h2
{ 
font-size:large;
}

h3
{ 
font-size:medium;
margin-bottom: 0;
margin-top:2em;
}

a
{
text-decoration:none;
}

table{
    border-collapse: collapse;
}

img { border:0; }

.p-button {
padding:3px;
cursor:pointer;
display:inline-block;
overflow:visible;
position:relative;
text-align:center;
text-decoration:none !important;
border-radius:6px 6px 6px 6px;
background:#f4eee5;
border:1px solid #a5a395;
color:#3f3731;
font-weight:bold;
font-family:Verdana,Arial,sans-serif;
font-size:1.1em;
outline:medium none;
vertical-align: middle; 
}

.p-button:hover,.p-button:focus {
background:#3f3731;
border:1px solid #a5a395;
color:#f4eee5;
}

.p-link{
color:#716331;
text-decoration: underline;
cursor:pointer;
}

.p-button img{
vertical-align:-2px;
}

.p-back{
float:left;
margin-right:10px;
}

.p-tree-img{
width:12px;
vertical-align:-2px;
}

.p-tree-trigger{
vertical-align:-2px;
cursor:pointer;
}

.palette-change-color {
	background:#fff;
}
.palette-change-color:hover {
	background:#c9e1ff;
}

.p-input {
background:#eee;
padding:2px;
border:1px solid #ddd;
}

.p-hide{
opacity:0.3;
}

/* DESIGN */

#palette-top{
	width:100%;
	height:24px;
	top:-0px;
	position:fixed;
	background-color: #210707;
	padding: 5px 5px 1px 5px;
	color: #fff;
	z-index:99999;
}

#palette-top a{
	color: #fff;
	background-color: #651515;
	padding: 5px 5px 4px 5px;
	text-decoration: none;
}
#palette-top a:hover {
	background-color: #a52222;
}


#palette-disconnect {
	color: #fff;
	border:0px;
	display:inline-block;
	background:#000;
	padding: 3px 5px 0 5px;
	margin:0px;
	cursor:pointer;
}

#palette_menu{
	position:fixed;
	top:30px;
	width:200px;
	height:100%;
	overflow:auto;
	direction: rtl;
	background-color: #ddd;
}
#palette_menu a { font-size: normal;  }

#palette_menu-content{
	text-align:left;
	direction: ltr;
	padding:15px 15px 60px 15px;
}

#palette_menu-content a:hover{
	background-color: #fff;
}

#palette_content{
	margin-top:30px;
	padding:10px;
	margin-left:200px;
}

#palette-version {
	float: left;
	color: #fff;
	height: 20px;
}

#palette-welcome {
	float: right;
	color: #fff;
	height: 20px;
	margin-right: 8px;
}

.clearboth {
	clear: both;
	visibility: hidden;
	margin: 0;
	height: 0;
	padding: 0;
}

.tree-title {
    font-size: small;
    line-height: 20px;
    white-space: nowrap;
}

.p-details{
	color:#aaa;
	font-size:0.8em;
}

.table-form {
	border-collapse: separate;
    border-spacing: 2px 6px; 
}

.table-form td {
	vertical-align: top;
}

.table-form input, .table-form select, .table-form textarea {
	width:300px;
}

.table-form textarea {
	height:160px;
}


.comment {
	font-size:0.85em;
	font-style: italic;
	color:#888;
}

td.label {
	background-color:#eee;
	color:#333;
	text-align: right;
	padding:4px 6px;
	min-width:160px;
}

.zone-de-saisie-dte {
	min-width: 300px;
}