* {
	margin: 0;
	padding: 0;
}
body {
	background: #ddd;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #333;
	text-align: center;
}
a {
	text-decoration: underline;
	color: #254085;
}
a:hover {
	text-decoration: none;
}
h1 {
	color: #254085;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
h2 {
	color: red;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.red {
	color: red;
}
ul {
	margin-left: 20px;
}
#container {
	width: 960px;
	border: 1px solid black;
	margin: 20px auto 0 auto;
	background: white;
	text-align: left;
}
#header {
	position: relative;
	width: 960px;
	height: 105px;
	background: transparent url(images/header_admin.gif) no-repeat top left;
}
#menu {
	position: absolute;
	height: 20px;
	bottom: 3px;
	right: 10px;
	text-align: right;
}
#menu a {
	margin: 0 5px 0 5px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
#menu a:hover {
	color: #254085;
	text-decoration: underline;
}
#content {
	margin: 20px 10px 10px 10px;
	min-height: 500px;
	background: transparent url(images/content_admin.gif) no-repeat bottom right;
}
#pied {
	border-top: 1px solid black;
	background: #eee;
	text-align: center;
	padding: 5px;
}
label {
	color: #666;
	font-size: 14px;
}
.desc {
	font-size: 11px;
	margin-left: 10px;
	font-style: italic;
}
.formul[type="text"], .formul[type="password"] {
	border: 1px solid #666;
	padding: 2px;
	color: #D9782D;
	margin: 2px 0 5px 0;
}
select.formul {
	border: 1px solid #666;
	color: #D9782D;
	margin: 2px 0 5px 0;
}
select.formul option {
	padding-right: 5px;
}
.invisible {
	display: none;
}
.bouton_valider {
	display: block;
	width: 123px;
	height: 32px;
	background-color: transparent;
	background-image: url('images/bouton_valider.png') !important;
	background-image: url('images/bouton_valider.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-left: 15px;
	text-indent: -999em;
	outline: none;
}
.bouton_valider:hover {
	background-image: url('images/bouton_valider_hover.png') !important;
	background-image: url('images/bouton_valider_hover.gif');
}
.form_center {
	margin-top: 50px;
	margin-left: 100px;
}
table {
	margin: 5px;
	border: 1px solid #666;
	width: 98%;
}
table tr {
	height: 1.4em;
	background: white;
}
table tr.even {
	background: #f0f0f0;
}
table th {
	font-size: 12px;
	background: #254085;
	height: 2em;
	color: white;
	padding: 0 0 0 5px;
	border-right: 1px solid white;
}
table td {
	border-right: 1px solid #ddd;
	padding: 2px 2px 2px 5px;
}
table.noborder {
	border: none;
	margin-left: 0;
}
table.noborder td {
	border: none;
	padding: 0;
}
.formul_bout {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background: #eee;
	color: #666;
	padding: 2px;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}
.formul_bout:hover {
	color: black;
}
#admin_menu {
	display: block;
	width: 500px;
	float: left;
}
#stats {
	display: block;
	width: 400px;
	float: left;
}
.clearance {
	clear: both;
}
.message {
	position: absolute;
	top: 10px;
	left: 200px;
	width: 500px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #c9b484;
	padding: 5px;
	color: #333;
	background-color: #fcc;
	text-align: center;
    z-index: 2000;
}
.tabbed {
	margin-left: 40px;
}
tr.exported td {
	background: #BFFFBF;
}
