/* Administration */

body {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
	background-color: #e6ebef;
	background-image: url(bg.png);
  color: #494949;
	overflow:auto;
	scrollbar-DarkShadow-Color: #323266;
	scrollbar-3dLight-Color		: #FAFAFF;
	scrollbar-Arrow-Color			: #323266;
	scrollbar-Base-Color			: #e4e9f0;
	scrollbar-Face-Color			: #e6ebef;
	scrollbar-Highlight-Color	: #e6ebef;
	scrollbar-Shadow-Color		: #e6ebef;
	scrollbar-Track-Color			: #e4e9f0;	
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 170%;
}

h2 {
  font-size: 160%;
}

h3 {
  font-size: 140%;
}

h4 {
  font-size: 130%;
}

h5 {
  font-size: 120%;
}

h6 {
  font-size: 110%;
}

p,li,ul,th,td {
  font: 11px/100% "Verdana";
  line-height:14px;
}

a:link, a:visited {
  color: #027AC6;
  text-decoration: none;
}

a:hover {
  color: #0062A0;
  text-decoration: underline;
}

a:active, a.active {
  color: #5895be;
}

hr {
	border-style : none none solid;
	border-color : #2A5C99;
	border-width : 0 0 1px;
	height : 1px;
	width : 98%;
}

img, a img {
  border: none;
}

/** Formulaires **/

.admin-header {
  background: #d2e6f3 url(bg_title.png) 0 0 repeat;
	border: 1px outset;
	border-collapse: collapse;
}

form {
  margin: 0;
  padding: 0;
  color: #494949;
  font: 11px/100% "Verdana";
  line-height:14px;
}

input {
  font : 10px arial, helvetica, sans-serif;
} 

textarea, select {
  color: #494949;
}

select { 
  color : #000;
  font : 11px Arial, Helvetica, sans-serif;
  border : 1px solid #2A5C99;
} 

.form-toolbar {
  padding: 2px 2px 2px 2px; 
  border: 1px outset;
	border-collapse: collapse;
  background: #e6ebef url(bg.png) 0 0 repeat;
}

.form-table {
  padding: 2px 2px 2px 2px; 
  border: 1px solid gray;
	border-collapse: collapse;
  background: #e6ebef url(bg.png) 0 0 repeat;
}

.form-sep {
	font-weight: bold;
	border-collapse: collapse;
  border: 1px outset;
  background: #e4e9f0 url(bg_title.png) 0 0 repeat;
}

.form-th {
  padding: 4px 4px 4px 4px; 
	font-weight: bold;
	background-color: #e6ebe6;
  border: 1px outset;
}

.form-td {
  padding: 2px 2px 2px 2px; 
  border: 1px outset;
  background-color: #eeeeee;
}

.row0 {
	background-color: #FFFFFF;
	border-collapse: collapse;
  border: 1px solid #a9a9a9;
}

.row1 {
	background-color: #edf5fa;
	border-collapse: collapse;
  border: 1px solid #a9a9a9;
}

/** Bordures **/

.inset {
	border: 1px inset;
}

.outset {
	border: 1px outset;
}

.groove {
	border: 1px groove;
}

.ridge {
	border: 1px ridge;
}


