/* CSS Stylesheet */
body { 
	background-color: #F2F2E8; 
	font-family: "Bitstream Vera Sans", Arial, Tahoma, sans-serif; 
	font-size: 10pt; 
	text-align: left;
}

a { color: blue; text-decoration: none; }
a:visited { color: blue; }
a:hover { text-decoration: underline }

h1 {
	font-size: 120%;
	font-weight: bold;
}

h2 {
	font-size: 110%;
	font-style: italic;
}

h3 {
	font-size: 100%;
	font-style: bold;
}

.fileinfo {
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	background-color: #6172a6;
	color: white;
	padding: 2pt;
}

.login {
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
}

div.login {
	position: relative;
	margin: auto;
	border: 2px dashed #99C;
	padding: 5pt;
	background-color: #F2F2E8;
	vertical-align: middle;
	text-align: center;
	width: 40%;
}


/* listes en lignes */
ul.inline li {
	display: inline;
}

div.logo h1 {
	color: white;
	text-align: right;
	font-size: 8pt;
}

.error {
	color: black ! important;
	font-size: 15pt ! important;
	text-align: center ! important;
	font-weight: bold ! important;
	border: 2pt dashed #99C;
	background-color: #F2F2E8;
	padding: 5pt;
}

p.meter {
	font-size: 16pt ! important;
	color: red ! important;
	text-align: center ! important;
}

.hlight {
	color: red;
	font-style: italic;
}

.notes {
	font-size: smaller ;
	color: red;
	font-style: italic;
	padding: 0pt;
	padding: 0;
	margin: 0;
	padding-left: 5pt;
}

p.stats {
	font-size: 10pt ! important;
	text-align: left ! important;
}

p.gobackfilex {
	font-size: 8pt ! important;
	text-align: right ! important;
}

.center {
	text-align: center ! important;
}

.smaller {
	font-size: smaller;
}

table.infos {
	border: solid black;
	border-width: 1px 0 0 1px;
}

table.infos td, table.infos th {
	border: solid black;
	border-width: 0 1px 1px 0;
}

table.infos tr.even {
	background-color: #c9cad0;
}

table.infos tbody {
	font-size: 10pt;
}

table.infos thead {
	text-align: center;
	font-weight: bold;
	color: white;
	background: #6172a6;
}

table.infos thead a {
	font-weight: bold;
	color: white;
	font-style: italic;
}
table.infos thead a:visited {
	font-weight: bold;
	color: white;
	font-style: italic;
}

table.infos a.expired {
	color: red;
	font-style: italic;
}

table.infos caption {
	font-style: italic;
}

div.body {
	background-color: white;
	margin: 10pt 2% 10pt 2%;
	border: 2pt solid black;
}

div.body hr {
	border: 1px dashed black;
	width: 100%;
}

div.main {
	margin: 5pt;
}

div.admenu {
	margin: 5pt;
}

div.upform {
	margin: 5pt;
}

div.upform h1 { 
	font-size: 10pt; 
	font-style: italic;
}

div.footer {
	text-align: center;
	font-size: 8pt;
}

div.img {
	border: 0;
	text-align: center;
	margin: 0;
	padding-left: 0;
}

div.logo {
	background-color: white;
	background-image: url(../media/head2.png);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #6172A6;
	margin: 0;
	padding: 0;
	position: relative;
	height: 55px;
}

div.logo h1 {
	z-index: 2;
	/*position: relative;*/
	position: top left;
	padding: 0;
	margin: 0;
	height: 55px;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(../media/head1.png);
}

div.logo span {
	display: none;
}

div.manage {
	float: right;
	border: 2px dashed #99C;
	padding: 5pt;
	background-color: #F2F2E8;
	vertical-align: top;
}

div.manage p {
	font-size: 8pt;
}

/* for forms */
.Field { padding: 0pt;  border: 1px solid #aaa; margin: 2pt; vertical-align: middle; }
input.Submit { padding: 0pt; margin: 2pt;  border: 1px solid #aaa; vertical-align: middle; }

