h1 {
	font-size: 14pt;
	font-weight: bold;
}

h2 {
	font-size: 14pt;
	font-weight: bold;
}

#auth {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 400px;
	margin-top: -100px;
	margin-left: -200px;
	border: 1px solid black;
	background: white;
	padding-top: 20px;
	font-size: 1.1em;
}
label {
	display: inline-block;
	width: 190px;
	text-align: right;
	white-space: nowrap;
	padding-right: 5px;
}
input {
	width: auto;
	border: 1px solid #3399ff;
	margin-bottom: 10px;
	font-size: 1.1em;
}
input.error {
	border-color: red;
	background-color: #faa;
}
span.error {
	color: red;
}
div.error {
	background-color: #f33;
	border: #444 solid 1px;
	padding: 1em;
}
p.error {
	background-color: red;
	padding: 1em;
}
#auth div {
	text-align:center;
}
#auth input {
	width: 180px;
	font-weight: bold;
}

.bq label {
	text-align: left;
	width: auto;
}

div.bq {
	display: inline-block
}

.forms {
	width: 100%;
}
.forms label {
	width: 100px;
}

.link {
	border: 1px solid black;
	margin: 5px;
}


.link a {
	text-decoration: none;
}

div.info {
	background-color: green;
	padding: 1em;
}

.tbl1d table {
	border-collapse: collapse;
}

.tbl1d td {
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
}
.tbl1d td:first-child {
	background-color: #aaa;
	font-weight: bold;
	padding-right: 1em;
}
.tbl1d tr:first-child td {
	border-top: 1px solid black;
}
.tbl1d tr:last-child td {
	border-bottom: 1px solid black;
}

.tbl2d table {
	border-collapse: collapse;
	width: 100%;
}

.tbl2d th {
	padding: 0px 1em;
	background-color: #aaa;
}

.tbl2d tr {
	border: 1px solid black;
	margin: 0px;
}
.tbl2d tr:nth-child(2n+1) {
	background-color: #ddd;
}

.tbl2d td {
	border: 1px dotted black;
	margin: 0px;
}
table {
	width: 100%;
	border: 1px solid black;
	border-collapse: collapse;
}
th {
	background: #aaa;
}
tr {
	border: 1px solid black;
	margin: 0px;
}
td {
	border: 1px dotted black;
}
.empty {
	text-align: center;
}
.right {
	float: right;
}

#sub_menu {
	float: left
	width: 150px;
}
.mr10 {
	margin-right: 10px;
}

body, td, th {
	font-family: sans-serif;
	font-size: 10pt;
}



.trois_col {
	display: inline-block;
	width: 32%;
	height: 15em;
	vertical-align: top;
	padding: 5px;
	border: #ccc solid 1px;
}

.header {
	border: black solid 1px;
	padding: 5px;
	background: #ffd;
	margin-bottom: 10px;
}


