body{
	font-family:arial,verdana,sans-serif;
	font-size:12px;
	text-align:center;
	/*margin-left:-475;
	padding-left:50%;*/
	margin: 0 auto;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

body.clean {
	background-image: none;
}

table {
	font-size:12;
}

h1{
	font-family: arial;
	font-weight: bold;
	font-size: 15;
	background-color:#e22121;
	color:white;
	margin-right:2px;
	padding-left: 10px;

        -moz-border-radius: 3px;
        border-radius: 3px;
}

h2{
	font-family: arial;
	font-weight: bold;
	font-size:13;
	background-color:#e22121;
	color:white;
	margin-right:2px;
	padding-left: 15px;

        -moz-border-radius: 3px;
        border-radius: 3px;


	position: relative;
}

h2 a {
	color: white;
}

td {
	padding-left:5px;
	padding-right:5px;
}

tr.st0 {
	background-color:#ddd;
}

tr.st1 {
	background-color:white;
}

tr.v0 {
	background-color:#ddd;
}

tr.v1 {
	background-color:orange;
}


div.error{
	min-height:50px;
	background-image:url(att.jpg);
	background-repeat:no-repeat;
	padding: 2px 2px 2px 50px;
	background-color:#e22221;
	color:white;
}

div.info{
	background-color:yellow;
}



a{
	color:black;
}


div.page {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width:960px;
	height:100%;
	text-align:left;
}

div.header {
	width:100%;
	height:180px;
	padding:0;
	margin:0 auto;
	color: white;
}

div.header a, div.header td {
	color: white;
}

div.left {
	margin: 0px auto;
	padding:0 0 0 0;
	width:210;
	float:left;
	clear:left;
	height:100%;
}

div.menutop {
	width:185; height:25;
	background-image:url(dmd-menu-top.jpg);
	margin:0px auto;
	padding:0 0 0 0;
	float:left;
}
div.menu {
	width:185px;
	background-image:url(dmd-menu.jpg);
	background-color:#e32424;
	background-repeat:repeat-y;
	margin: 0px auto;
	text-align:left;
	float:left;
}
div.menubottom {
	width:185px; height:25px;
	background-image:url(dmd-menu-bottom.jpg);
	margin:0px auto;
	padding:0 0 0 0;
	float:left;
}
.menu hr {
	width:150px;
}

.menu a{
	text-align:center;
	display:block;
	margin: 2px 5px 2px 15px;
	padding: 2px 2px 2px 2px;
	width:150px;
	color:white;
	text-decoration:none;
	border-bottom:1px solid white;
	border-right:1px solid white;
	border-top:1px solid #e24141;
	border-left:1px solid #e24141;
}

.menu a:hover {
	background-color:#f00000;
}

.menu a:active {
	color:black;
}

div.spacer {
	display:block;
	margin:2px 5px 2px 15px;
	padding: 2px 2px 2px 2px;
	width:160px;
	height:8px;
}

div.frame{
	float:left;
	width:700px;
	padding-left:10px;
}

div.subframe{
	float:left;
	width:50%
}


.red {
	color:red;
}

table.compact {
        font-size:12;
}

.compact td {
	vertical-align:top;
}

dt {
	margin: 10px 2px 2px 2px;
	font-weight: bold;
	font-style: italic;
}

table.feuille{
	border: 1px solid black;
}

.feuille tr {
	height:40px;
}

.feuille td {
	border: 1px solid black;
	background-color:#ddd;
	text-align:center;
	width:60px;
}

/* les détails de la liste de batch jobs se 
  dévoilent lors d'un :hover sur le li 
 -- un behavior script est prévu pour pallier
  aux lacunes d'IE */
ul.pop {
	list-style-type:none;
	letter-spacing:0;
	position:relative;
	width:300px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

ul.pop li {
	behavior: url(IEfix.htc);
	display:block;
	height:30px;
	margin: 2px 0 2px 0;
	padding:0;
	text-align:center;
	vertical-align:middle;
	position: relative;	/* sans offset, pour permettre l'absolute du div*/
	z-index:1;
}

ul.pop li:hover {
	background-color:#ddd;
}


ul.pop li div {
	display: none;
}

ul.pop li:hover div, div.IEfix {
	display:block;
	border:2px solid red;
	background-color:white;
	z-index:99;
	position: absolute;
	left:-210px; top:0;
	width:200px;
}

div.col2 {
	float: left;
	width:45%;
	margin:0;
	padding:10px;
}


