html { background: #f7f7f7; }

body {
	background: #fff;
	color: #333;
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	margin: 2em auto 0 auto;
	width: 700px;
	padding: 1em 2em;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	border: 1px solid #dfdfdf;
}

a { color: #2583ad; text-decoration: none; }

a:hover { color: #d54e21; }

a:focus { outline: transparent none; } /* Enlève l'encadrement dotted de FF lors d'un clic */

h1 {
	border-bottom: 1px solid #dadada;
	clear: both;
	color: #666;
	font: 24px Georgia, "Times New Roman", Times, serif;
	margin: 5px 0 0 -4px;
	padding: 0;
	padding-bottom: 7px;
}

p, li {
	padding-bottom: 2px;
	font-size: 12px;
	line-height: 18px;
}

code { font: 13px Consolas, Monaco, Courier, monospace; color: #222;}

.button {
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	text-decoration: none;
	font-size: 12px !important;
	line-height: 12px;
	padding: 5px 10px;
	cursor: pointer;
	border: 1px solid #E6E8D9;
	color: #464646;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
}

.button:hover, .button:focus {
	color: #222;
	border-color: #666;
}

.button {
	background: #f2f2f2 url('img/white-grad.png') repeat-x scroll left top;
}

.button:active {
	background: #eee url('img/white-grad-active.png') repeat-x scroll left top;
}

.button span {
	padding: 0px 0px 0px 20px;
}

.button .wrench_screwdriver { background: url('img/icons/wrench_screwdriver.png') no-repeat left top; }
.button .rocket-fly { background: url('img/icons/rocket-fly.png') no-repeat left top; }

.form-table {
	border-collapse: collapse;
	margin-top: 1em;
	width: 100%;
}

.form-table td {
	margin-bottom: 9px;
	padding: 10px;
	border-bottom: 8px solid #fff;
	font-size: 12px;
}

.form-table th {
	font-size: 13px;
	text-align: left;
	padding: 16px 10px 10px 10px;
	border-bottom: 8px solid #fff;
	width: 180px;
	vertical-align: top;
}

.form-table tr {
	background: #f3f3f3;
}

.form-table code {
	line-height: 18px;
	font-size: 18px;
}

.form-table p {
	margin: 4px 0 0 0;
	font-size: 11px;
}

.form-table input {
	line-height: 20px;
	font-size: 15px;
	padding: 2px;
}

#error-page, #error-system { margin-top: 50px; }

#error-system p {
	margin: 25px 0 20px;
}
