/********** PROPRIETE GENERIQUE  *****************/

*{
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #E1E1E1;
	margin: 0px;
	padding: 0px;
	border: none;
	list-style-type: none;
}

a:link, a:visited, a:hover, a:active { outline:none }

form {
  background-color:white;
  float:left;
}
input.btn{
	width: 70px;
	height: 20px;
	border: 1px solid ActiveBorder;
	margin: 5px;
	color: black;
}
input.btn:hover {
    background: gray;
    cursor: pointer;
    color: white;
}
#loginerror{
	color: red;
	background-color: white;
}
#centrage {
	height: 864px;
	width: 1200px;
	margin: 20px auto;
	overflow: hidden;
	background-color: White;
}

#login{
	background-color: White;
	padding-right: 20px;
	padding-top: 15px;
	float: right;
}
.calendar{
	background-color: White;
	width: 25px;
	height: 25px;
	position:absolute;
	margin-left:5px;
	margin-top:-6px;
	float: left;
}
b {
	background-color: White;
}
#form1 {
	background-color: White;
}
#form2 {
	float:left;
	background-color: White;
	padding-left:3px;
	padding-top:10px;
	height: 25px;
	text-align: left;
	display: block;
}

#petittexte {
	font-size: x-small;
	color: Gray;
}
#btnSend {
	width: 90px;
	height: 20px;
	border: 1px solid #999999;
	background-color: #F1F1F1;
	margin-left: 5px;
}
#btnSend:hover {
	border: 1px solid #999999;
	background-color: #E1E1E1;
}
#btnlogoff {
  padding-bottom: 3px;
  margin-left: 5px;
}
#lesite input{
	width: 135px;
	height: 19px;
	text-align: left;
	color:#666666;
	font-size:12px;
	background-image: url(../images/fondform.jpg);
	background-repeat: repeat-y;
	border-bottom-style: none;
	border: none;
	margin-top: -2px;
	padding-top:1px;
	padding-left:4px;
	float:left;
}
#lesite{
	background-color: White;
}
#contenu{
	background-color: White;
}
#result_list1{
	background-color: White;
	max-height: 600px;
	overflow-y: auto;
}
.select{
	margin-top: 3px;
	padding-left: 1px;
	display: block;
	z-index:2;
	background-color: White;
}
.select p{
	padding-left: 8px;
	background: url(../images/background_dropdown_out.gif) no-repeat;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	cursor: pointer;
}
.select ul li{
	display: block;
/*	width: 185px;
	background: white url(../images/background_dropdown_middle.gif) repeat-y; */
	position: relative;
	vertical-align: middle;
	height: 19px;
}
.select ul li a,
.select ul li a:link,
.select ul li a:active,
.select ul li a:visited,
.select img a{
	display: block;
/*	width: 180px; */
	margin-left: 2px;
	padding: 0px;
	font-size: 11px;
	line-height: 15px;
	color: #3B3938;
	text-decoration: none;
/*	background-color: white; */
	text-align: left;
}
.select ul li a:hover{
	display: block;
	background: #ECECEC;
	text-decoration: none;
}
.select img a:hover{
	background: #ECECEC;
}
#graphe {
  float:left;
	background-color: white;
	width: 800px;
	height: 480px;
	padding-top: 20px;
}
#minigraphe {
  float:left;
	background-color: white;
	width: 200px;
	height: 480px;
	margin-top: 10px;
	font-size: x-small;
	overflow: auto;
}
#minigraphe img {
  background-color: white;
  float:left;
  width: 178px;
  height: 103px;
  margin-bottom: 15px;
  cursor: pointer;
}
#graph {
  background-color: White;
}
#info {
	background-color: white;
	width: 330px;
	height: 150px;
	padding-top: 30px;
	float: left;
    clear: both;
	text-align: left;
	padding-left: 20px;
	font-family: sans-serif;
	font-size: 12px;
}
#tableau {width: 600px;}
#tableauindex {clear: both; float:left; min-width: 100%;}
#steel {
	background-color: white;
	width: 230px;
	height: 70px;
	padding-top: 110px;
	float: left;
	text-align: right;
	padding-right: 20px;
	font-family: sans-serif;
	font-size: 10px;
}
#steel a {
	text-decoration: none;
	cursor: pointer;
	font-family: sans-serif;
	font-size: 10px;
	color: #004040;
	background-color: white;
}
#steel a:hover{
	text-decoration: underline;
}
#steel a:visited {
	text-decoration: none;
}
#logosteel{
	background-image: url(../images/logosteel_50x50.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	margin-top: -64px;
	padding-left: 100px;
	margin-left: 50px;
	width: 50px;
	height: 50px;
	position: relative;
}
/* onglets */

#onglet {
   float:left;
   width:100%;
   background:#DAE0D2 url(../images/bg.gif) repeat-x bottom;
   font-size:11px;
   line-height:normal;
	height:25px;
}
#onglet ul {
	list-style:none;
}
#onglet li {
    float:left;
    background:url(../images/left_both.gif) no-repeat left top;
    margin:0;
    padding:0 1px 0 7px;
/*    border-bottom:1px solid #765;*/
}
#onglet a {
	cursor: pointer;
   float:left;
   display:block;
   width:.1em;
   background:url(../images/right_both.gif) no-repeat right top;
   padding:5px 15px 4px 6px;
   text-decoration:none;
   font-weight:bold;
   color:#765;
   white-space:nowrap;
}
#onglet > ul a {width:auto;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#onglet a {float:none;}
/* End IE5-Mac hack */
#onglet a:hover {
  color:#333;
  }
#onglet .current {
  background-position:0 -150px;
  border-width:0;
  }
#onglet .current a {
	background-position: 100% -150px;
	padding-bottom: 5px;
	color: #000;
}
#onglet .normal {
  background-position:100% -150px;
  border-width:0;
  }
#onglet .normal a {
	background-position: 0 -150px;
	padding-bottom: 0px;
	color: #765;
}
#onglet li:hover, #header li:hover a {
  background-position:0% -150px;
  color:#333;
  }
#onglet li:hover a {
  background-position:100% -150px;
  }
#onglet li:active, #header li:active a {
  background-position:0% -150px;
  color:#333;
  }
#onglet li:active a {
  background-position:100% -150px;
  }

#gifpdf {
	position:relative;
	left:-90px;
	border:0px;
	visibility:hidden;
}
.spacer {
  clear:both
  }
#menu {
	float:left;
	background-color: white;
	width: 850px;
	margin-top: 13px;
	margin-left: 5px;
	height: 32px;
}
#switch {
	float: left;
/*	margin-left: 60px; */
	background-color: white;
}
#switch img {
	background-color: white;
	margin-top: -5px;
	cursor: pointer;
}
#selectdate {
	float: left;
	margin-left: 13px;
	background-color: white;
	display:none;
}
/* modifmois */
#modifmois {
	float:left;
	margin-top:-2px;
	margin-left: 13px;
	display: block;
}
#modifmois button {
	background-image:url(../images/fondform.gif);
	background-repeat:repeat-y;
	border:medium none;
	float:left;
	font-size:13px;
	height:20px;
	padding-left:4px;
	padding-bottom:2px;
	font-weight: bold;
	text-align:center;
	width:130px;
}
#modifmois img {
	float:left;
	cursor:pointer;
}
/* modifannee */
#modifannee {
	float:left;
	margin-top:-2px;
	margin-left: 13px;
	display: block;
}
#modifannee button {
	background-image:url(../images/fondform.gif);
	background-repeat:repeat-y;
	border:medium none;
	float:left;
	font-size:13px;
	height:20px;
	padding-left:4px;
	padding-bottom:2px;
	font-weight: bold;
	text-align:center;
	width:50px;
}
#modifannee img {
	float:left;
	cursor:pointer;
}
/********** Factures  *****************/

#titre {
	height: 20px;
	background-color: Gray;
	color: White;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top:3px;
	padding-left:3px;
	text-align: left;
	clear: both;
}
#doc {
	width: 90px;
	height: 90px;
	background-color: white;
	color: black;
	font-family: sans-serif;
	font-size: 10px;
	padding-top: 3px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
	float: left;
}
#doc a{
  background-color: white;
  padding: 0px;
  margin: 0px;
  height: 50px;
}

/* Calendrier */

.ds_box {
	background-color: #FFF;
	border: 1px solid #000;
	position: absolute;
	z-index: 32767;
}

.ds_tbl {
	background-color: #FFF;
}

.ds_head {
	background-color: #333;
	color: #FFF;
	font-family: Garamond;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.ds_subhead {
	background-color: #CCC;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Garamond;
	width: 32px;
}

.ds_cell {
	background-color: #EEE;
	color: #000;
	font-size: 13px;
	text-align: center;
	font-family: Garamond;
	padding: 5px;
	cursor: pointer;
}

.ds_cell:hover {
	background-color: #F3F3F3;
}




.bouton{
	text-align: center;
	background-color:#F1F1F1;
	border:1px solid #999999;
	height:18px;
	width:90px;
	padding-top: 2px;
	cursor:pointer;
}
.bouton:hover{
	background-color: gray;
	color: white;
}
#titreUser{
  float:left;
  margin-top: 0px;
  margin-left: 15px;
  width: 200px;
  height: 20px;
	background-color: white;
	font-weight: bold;
}
#titreUser img{
  background-color: white;
  margin-top: -1px;
  margin-left: 342px;
  position: absolute;
  cursor: pointer;
}
#infousers{
	float: left;
	margin-top: 1px;
	margin-left: 20px;
	background-color: white;
	color: #62d963;
	height: 20px;
	text-align: center;
}
#infoprincipale{
	float: left;
	margin-top: 1px;
	margin-left: 566px;
	background-color: white;
	height: 20px;
}
#infoprincipale img {
	background-color:white;
	cursor:pointer;
	margin-right: 5px;
	margin-top:-1px;
	float: left;
}
#check_all{
	float: left;
	margin-top: -2px;
	margin-left: 275px;
	background-color: white;
	height: 20px;
}
#check_all img {
	background-color:white;
	cursor:pointer;
	margin-right: 5px;
	margin-top:-1px;
	float: left;
}
.uneliste{
	display: none;
	position: relative;
	margin-top: 2px;
	margin-left: 2px;
	z-index:10;
	border: 1px solid #535353;
}
.leslistes{
/*	width: 185px; */
	background: url(../images/background_dropdown_middle.gif) repeat-y;
	display: block;
}
.select ul{
/*	width: 185px; */
	max-height:540px;
/*	overflow-x: hidden; */
	overflow-y: auto;
	cursor:pointer;
}
.listetop{
	display:block;
/*	width:185px; */
	height:5px;
	margin:0;
	padding:0;
/*	background:url(../images/background_dropdown_top.gif) no-repeat; */
	font-size:0;
	line-height:0;
}
.listebottom{
	display:block;
/*	width:185px; */
	height:5px;
	margin:0;
	padding:0;
/*	background:url(../images/background_dropdown_bottom.gif) no-repeat; */
	font-size:0;
	line-height:0;
}
.select ul li{
	display: block;
	height: 18px;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px;
/*	width: 180px; */
}
.select ul li a,
	.select ul li a:link,
	.select ul li a:active,
.select ul li a:visited{
	display:block;
	margin: 0;
	padding: 0px;
	font-size: 11px;
	line-height: 13px;
	color: #3B3938;
	text-decoration: none;
}
.select ul li a:hover{
	display: block;
	background: white;
/*	width: 165px; */
	height: 17px;
	text-decoration: none;
}

#listeUser{
  clear: both;
  float:left;
	margin-top: 1px;
	margin-left: 15px;
	width: 360px;
	height: 430px;
	border: 2px double #bababa;
	background-color: white;
	overflow-x: auto;
}

#listeUser li a{
	display:block;
	margin: 0;
	padding: 4px;
	line-height: 13px;
	color: #3B3938;
	text-decoration: none;
	background-color: white;
	text-align: left;
	cursor: pointer;
}
#listeUser li a:visited{

}
#listeUser li a:hover{
	display: block;
	background: #ECECEC;
	text-decoration: none;
}
#listeUser li a:active,a:focus{
	display: block;
	background: #ECECEC;
	text-decoration: none;
}
#infoUser{
  float:left;
	margin-top: 1px;
	margin-left: 15px;
	width: 380px;
	height: 430px;
	border: 2px double #bababa;
	background-color: white;
	overflow-y:auto;
    overflow-x: hidden;
}
#infoUser .libInput{
  padding: 5px;
  height: 25px;
  width: 290px;
  background-color: white;
}
#infoUser h4{
  padding: 2px;
  height: 12px;
  width: 150px;
  float:left;
  background-color: white;

}
#infoUser input{
  float: left;
  height: 18px;
  width: 93%;
  margin-top: 5px;
  margin-bottom : 10px;
  margin-left: 3px;
}
#inforUser form{width:100%;}

#infoUser a{
  background-color: white;
  text-decoration: none;
}
#btnsaveuser{
  margin-top: 10px;
  margin-left: 7px;
  float: left;
  margin-bottom: 10px;
}
#btndeleteuser{
  margin-top: 10px;
  margin-right: 22px;
  float: right;
}
#chooseMeters{
  float:left;
	margin-top: 1px;
	margin-left: 15px;
	width: 385px;
	height: 430px;
	border: 2px double #bababa;
	background-color: white;
	position: relative;
	overflow: auto;
}
#chooseMeters li{
  float: left;
  display: block;
  background-color: white;
  height: 16px;
  width: 360px;
  margin-top: 8px;
  margin-left: 5px;
  overflow: hidden;
  font-size: 10px;
}
#chooseMeters img{
  float: left;
  background-color: white;
  margin-left: 2px;
  margin-right: 3px;
}
#gifxls {
	border:0px;
	z-index:10;
	background-color: white;
	position: absolute;
	margin-top: 27px;
	margin-left: -275px;
	cursor:pointer;
	visibility:hidden;
}
#tableau table {
	float:left;
}
#gifxlstableau {
	background-color: white;
	float: left;
	margin-left:5px;
	margin-top:55px;
	border:0px;
	visibility:visible;
	cursor:pointer;
}
#gifxlsindex {
	position:relative;
	background-color: white;
    margin-right: 3px;
    float: right;
	top:-5px;
	border:0px;
	visibility:visible;
	cursor:pointer;
}
#tableau caption {
	height: 25px;
	overflow: hidden;
	margin-top: 15px;
}
.index-right{text-align: right;}

#tableauindex tr td {text-align: right;}
#tableauindex tr th {text-align: left;}
#tableauindex tr.title td {text-align:  center;}