/*phpmyedit css by fardeen (http://fardeen.biz)*/ 
body {
  margin:0;
  padding:0;
  font: normal 11px/1.5em Verdana;
  background:#8C8C8C;
}

h2 {
  font: bold 14px Verdana, Arial, Helvetica, sans-serif;
  color: #000;
  margin: 0px;
  padding: 0px 0px 0px 15px;
}

img {
 border: none;
}


table .pme-main {
  border : 0;
}


a {
  color : #0D4A76;
}

a:hover {
text-decoration :none ;
}

hr.pme-hr		     { 
  border: 0px solid; 
  padding: 0px; 
  margin: 0px; 
  border-top-width: 1px; 
  height: 1px; 
}

table.pme-main 	     { 
  border: #000 1px solid; 
  border-collapse: collapse; 
  border-spacing: 0px; 
  width: 100%; 
}

table.pme-navigation { 
  border: #000 0px solid; 
  border-collapse: collapse; 
  border-spacing: 0px; 
  width: 100%; 
}

th.pme-header	     { 
  border-right: white 1px solid; 
  border-bottom: white 1px solid;
  padding: 4px; 
  background: #101010; 
  color : white;
}

th.pme-header a{ 
  color : white;
}

th.pme-header a:hover{ 
  text-decoration :none ;
}


td.pme-key-0, td.pme-value-0, td.pme-help-0, td.pme-navigation-0, td.pme-cell-0,
td.pme-key-1, td.pme-value-1, td.pme-help-1, td.pme-navigation-1, td.pme-cell-1,
td.pme-sortinfo, td.pme-filter { 
  border: black 1px solid; 
  padding: 3px; 
}

td.pme-cell-0,td.pme-navigation-0 {
  background : #A8F880;
}

td.pme-cell-1,td.pme-navigation-1 {
  background : #96D377;
}

/*edition*/
td.pme-key-0, td.pme-value-0, td.pme-help-0 {
  background : #A8F880;
}

td.pme-key-1, td.pme-value-1, td.pme-help-1 {
  background : #96D377;
}

td.pme-key-0,td.pme-key-1 {
  font-weight  : bold ;
}

td.pme-sortinfo {
  background : #7BF53D;
}	

.pme-input-0, .pme-input-1 {
  border: black 1px solid; 
  background : white;
  color : black;
}

td.pme-stats {
  color : #FFF;
}

td.pme-buttons { 
  text-align: left;   

}

td.pme-message { 
  text-align: center; 
}
td.pme-stats { 
  text-align: right; 
}

input {
  border: white 1px solid; 
  background : black;
  color : white;
}

input:hover {
  border: white 1px solid; 
  background : #7BF53D;
  color : black;
}

input:disabled {
  border: #CCC 1px solid; 
  background : #8C8C8C;
  color : #CCC;
}

textarea {
  border: black 1px solid; 
  background : black;
  color : white;
}

textarea:hover {
  border: white 1px solid; 
  background : #7BF53D;
  color : black;
}

/*premiere colonne*/
#first_col {
  width : 100px;
}

/*message en bas du tableau*/
.pme-message {
margin : 0;
  border-left : 2px solid black;
  border-right : 2px solid black;
  border-bottom : 2px solid black;
  font-weight : bold ;
  color : black ;
  background : #7BF53D;
}

/*- Menu Tabs 6 pour les onglets-------------------------- */

#tabs6 {
  float:left;
  width:100%;
  background:#8C8C8C;
  font-size:93%;
  line-height:normal;
  border-bottom:1px solid #FFF;
}

#tabs6 h1{
  display : inline ;
  padding : 0;
  margin : 0;
  position : absolute ;
  right : 30px;
  top: 10px;
  font-size : 12px;
  color : white;
}

#tabs6 ul {
    margin:0;
    padding:10px 10px 0 50px;
    list-style:none;
}

#tabs6 li {
  display:inline;
  margin:0;
  padding:0;
}

#tabs6 a {
  float:left;
  background:url("../images/tableft6.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
}

#tabs6 a span {
  float:left;
  display:block;
  background:url("../images/tabright6.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs6 a span {
  float:none;
}
/* End IE5-Mac hack */
#tabs6 a:hover span {
  color:#FFF;
}
#tabs6 a:hover {
  background-position:0% -42px;
}
#tabs6 a:hover span {
  background-position:100% -42px;
}

#tabs6 #current a {
  background-position:0% -42px;
}
#tabs6 #current a span {
  background-position:100% -42px;
}

/*messages*/
#msg_ok {
	background : #D4FFBF;
	width : 98%;
	padding : 5px;
	border : 1px solid white;
	margin : 10px;
	color : black;
}

#msg_ok h3{
  color : red;
	font-size : 1.3em;
	padding : 0;
	margin : 0;
	text-transform : uppercase;
}

#msg_error {
	background : #FF978F;
	width : 98%;
	padding : 5px;
	border : 1px solid white;
	margin : 10px;
	color : black;
}

#msg_ok h3{
  color : green ; 
	font-size : 1.3em;
	padding : 0;
	margin : 0;
	text-transform : uppercase;
}
