body {
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-family: Tahoma,Arial,Helvetica,"Bitstream Vera Sans",sans-serif;
	font-size: 11px;
	margin-top: 0px;
	background-color: #1a1a1a;
}
a {
	color: #97440D;
	text-decoration: none;
}
label{
	vertical-align: 4px;
}
div{
	cursor: default;
}
abbr {
	CURSOR: help
}
.message{
	line-height: 16px;
	background-color: White;
	border: 1px inset White;
}
.selected{
	border: 1px dotted #D26112;
	font-weight: bold;
	color: #D26112;
	cursor: pointer;
}
.selection{
	cursor: pointer;	
	BACKGROUND-COLOR: #D9D7D7;
	color: #000000;
	BORDER:  1px dotted #6C6A6A;
	width: 180px;
	display: block;
}
#divfiles span{
	width: 180px;
	display: block;	
}
input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;	
}
textarea, select{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	}
.onglet{
	padding: 5px;
}
.main{
	border: 1px solid Black;
	border-top: 0px;
}
#maindiv{
	height: 490px;
	display:block;
	float:right;
	background-color: #F2F2F2;
	width:100%;
	overflow-y: auto;
	overflow-x: hidden;	
}
.lignetop{
	background-image: url(../images/lignetop.gif);
	background-repeat: repeat-x;
	height: 8px;
}
.bottom{
	background-color: #F4AB7A;
	line-height: 20px;
	color: #97440D;
	padding: 0px 0px 0px 5px;
	clear: both;
}
.status{
	background-color: #F2F2F2;
	line-height: 16px;
	color: #97440D;
	padding: 1px;
	display:block;
	BORDER: 1px outset ButtonFace;
	width: 99%;
	font-size: 90%;	
}
#s1, #s2{
	padding: 1px;
	BACKGROUND-COLOR: White;
	color: Black;
	BORDER: 1px inset ButtonFace;
	float: left;
	height: 14px;		
}
#s1{
	width: 660px;
	}
#s2{
	width: 120px;
	vertical-align: middle;
	}	
.titre{
	background-color: #245B7E;
	color: White;
	text-transform: uppercase;
	vertical-align: middle;
	letter-spacing: 3px;
	text-align: left;
	text-shadow: 2px;
	font-weight: bold;
	background: url(../images/titre.jpg) repeat;
	height: 40px;
	line-height: 40px;
	padding: 0px 0px 0px 5px;
}
.divcomment{
	background: White url(../images/logo-kobject-php.png) no-repeat right;
	height: 110px;
	vertical-align: middle;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.label{
	font-weight: normal;
	color: #97440D;
}
.section{
	font-weight: bold;
	background: none;
	width: auto;
}
.separateur{/*
	background-image: url(../images/separateur.gif);
	background-repeat: repeat-x;
	background-position: center;
	width: auto;*/
}
.btn{
	font-family: "Trebuchet MS","Bitstream Vera Sans",verdana,lucida,arial,helvetica,sans-serif;
	color: #97440D;
	background-image: url(../images/btn.jpg);
	width: 100px;
	height: 24px;
	border: none;
}
.select{
	BACKGROUND-COLOR: #F7BF99;
	color: #97440D;
	BORDER-RIGHT: #F7BF99 thin inset;
	BORDER-TOP: #F7BF99 thin inset;
	BORDER-LEFT: #F7BF99 thin inset;
	BORDER-BOTTOM: #F7BF99 thin inset;
}
.editzone{
	BACKGROUND-COLOR: White;
	color: Black;
	BORDER-RIGHT: thin inset ButtonFace;
	BORDER-TOP: thin inset ButtonFace;
	BORDER-LEFT: thin inset ButtonFace;
	BORDER-BOTTOM: thin inset ButtonFace;
display: block; 
overflow:hidden; 
overflow-x: hidden; 
overflow-y: auto; 
overflow : -moz-scrollbars-vertical;	
}
.form{
	BACKGROUND-COLOR: #E2E2E2;
	color: Black;
	padding: 0px;
	width: 100%
}
.groupbox1{
	BACKGROUND-COLOR: inherit;
	color: Black;
	BORDER-RIGHT: 1px solid White;
	BORDER-TOP: 1px solid Gray;
	BORDER-LEFT: 1px solid Gray;
	BORDER-BOTTOM: 1px solid White;
	padding: 1px;	
}
.groupbox2{
	BACKGROUND-COLOR: #E2E2E2;
	color: Black;
	BORDER-RIGHT: 1px solid Gray;
	BORDER-TOP: 1px solid White;
	BORDER-LEFT: 1px solid White;
	BORDER-BOTTOM: 1px solid Gray;
	padding: 5px;
}
.selection1
{
    FONT-WEIGHT: bold;
    COLOR: Black;
    FONT-FAMILY: Verdana;
    BACKGROUND-COLOR: #F7BF99;
}
.selection4
{
    FONT-FAMILY: Verdana;
    BACKGROUND-COLOR: #EE7D32;
}
.selection2
{
    FONT-FAMILY: Verdana;
    BACKGROUND-COLOR: #ffffff;
}
.selection3
{
    FONT-WEIGHT: bold;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana;
    BACKGROUND-COLOR: #97440D;
}

fieldset { 
	padding: 5px;
	border: thin inset;
	}
legend{
	color:#97440D;
	font-weight: bold;
	}
code {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 95%;
}
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required, select.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed, select.validation-failed {
	border: 1px solid #FF3300;
	color: #FF3300;
}
input.validation-passed, textarea.validation-passed, select.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice, .custom-advice {
	color: #C60000;
	font-weight: normal;
	background-image: url(../images/nogood.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
	margin: 1px;
	line-height: 15px;
	cursor: pointer;
}
  #entrep_update {
    border: 1px solid #999;
    background: #fafafa;
  }
  #entrep_update ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
#entrep_update a {
    display: block;
    padding: .2em .3em;
    text-decoration: none;
    color: #333;
  }
#entrep_update a:hover {
    display: block;
    padding: .2em .3em;
    text-decoration: none;
    color: #333;
	background-color: #FFD784; 
}
  .selected {
	background: #FFFFCC;
}

    #no-tabs {
      float:left;
      width:100%;
      background:#F4F4F4;
      font-size:93%;
      line-height:normal;
	  padding: 5px;
      }
/*- Menu Tabs J--------------------------- */

    #tabsJ {
      float:left;
      width:100%;
      background:#F4F4F4;
      font-size:98%;
      line-height:normal;
      border-bottom:1px solid #F27E38;
      }
    #tabsJ ul {
        margin:0;
        padding:10px 10px 0 50px;
        list-style:none;
      }
    #tabsJ li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsJ a {
	float: left;
	background: url("../images/tableftJ.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 5px;
	text-decoration: none;
}
    #tabsJ a span {
      float:left;
      display:block;
      background:url("../images/tabrightJ.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#944208;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    #tabsJ a:hover span {
      color:#A8490A;
      }
    #tabsJ a:hover {
      background-position:0% -42px;
      }
    #tabsJ a:hover span {
      background-position:100% -42px;
      }

        #tabsJ .current a {
                background-position:0% -42px;
        }
        #tabsJ .current a span {
                background-position:100% -42px;
                color:#FFF;
        }	