@import "shadowlab/box.css";
@import "shadowlab/gray_box.css";

/* Tags */
body {
	color: black;	background-image: url('../images/shadowlab/background.gif');
	background-color: #333366; background-attachment: fixed;
	padding: 0px; margin: 0px; text-align: center;
}
* {	font-family: "Book Antiqua", "Utopia", "Palatino Linotype", "serif"; }
img {	border: 0px; }
table {	empty-cells: show; }
a:link { text-decoration: none; }
a {	color: #336699;	text-decoration: none; }

.middle { vertical-align: middle; }
.center { margin-right: auto; margin-left: auto; }

/* Menu */
/* Hack: IE don't handle fixed, so we say absolute before fixed */
#left-marge { position: absolute; top: 20px; left: 20px; width: 115px }
html>body #left-marge { position: fixed; }

#logo {	margin: 0px auto 20px auto; }
#menu { margin: 0px auto 0px auto; }
#contents {  margin: 20px auto auto 140px; min-width: 600px; }
.main-contents { min-height: 500px; margin-top: 5%; }
.main-contents > table { margin: 3% auto auto auto; }
.image-cell {
	text-align: center;	margin: 0px; font-size: 12px;	padding: 0px 0px 0px 0px;	width: 65px;
}
.menu-item { margin: 12px auto 12px auto; }

/* Footer */
#copyright {
	font-family: "Apple Chancery", "Lucida Calligraphy", serif;
	font-size: 10px; font-style: italic; color: #e0e0e0;
}

/*Utilisé dans les différentes tables */
.stdCell {
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 1px 2px 1px 2px;
	height: 17px;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #cccccc;
	white-space: nowrap;
}
.row1 { background-color: white; }
.row2 {	background-color: #dfdfdf; }
.headerRow {
	font-size: 13px;
	font-weight: bold;
	/*background-image: url(../images/Gray_Shade.png);*/
	background-color: #cccccc;
	background-position: top;
}
.headerCell {
	padding-left: 3px;
	padding-right: 3px;
	text-align: center;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	height: 20px;
}

/*Erreur*/
.errors {
  font-size: 14px;
  color: red;
}

.listView {
	background-color: white;
	border: 1px solid #999999;
	font-size: 13px;
	width: 100%;
}

/*Form*/
.borderedForm {
  margin-right: auto;
  margin-left: auto;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  padding: 8px;
}
.label {
	font-size: 12px;
	text-align: right;
	vertical-align: middle;
	padding-right: 2px;
	padding-left: 2px;
	white-space: nowrap;
}
.field {
 font-size: 12px;
 padding-top: 2px;
 padding-bottom: 2px;
 text-align: left;
 white-space: nowrap;
}
.fieldGroup {
	background-color: #dfdfdf;
	padding: 8px;
	text-align: left;
	white-space: nowrap;
	font-size: 12px;
	margin-left: 20px;
}
.menuItem {
	margin: 8px 8px 8px 0px;
}
