@charset "iso-8859-1";

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #ffffff;
  color: #000000;
}

div {
  margin: 0;
  padding: 0;
  color: #000000;
}

p {
  margin: 0;
}

.clear {
  clear: both;
}

.container {
  margin: auto;
  height: auto;
  width: 985px;
  border: 1px solid #f00;
}

div#barreHaut {
  position: relative;
  width: 100%;
  height: 20px;
  margin-bottom: 30px;
  overflow: visible;
  z-index: 1000;
}
div#barreHaut ul {
  list-style-type: none;
}
div#barreHaut ul li {
  margin-right: 20px;
  height: 20px;
  overflow: visible;
}
div#barreHaut ul li#menu {
  float: left;  
}
div#barreHaut ul li#menu ul li {
  float: right;
  height: 20px;
  overflow: visible;
  background-color: #ddd;
}
div#barreHaut ul li#menu ul li ul {
  display: none;  
}
div#barreHaut ul li#menu ul li:hover ul {
  display: block;  
  margin: 0;
  padding: 0;
  background-color: #ddd;
}
div#barreHaut ul li#menu ul li ul li {
  float: none;  
}

div#barreHaut ul li#ident {
  float: right;
  text-align: right;
}
div#barreHaut ul li div#frmIdent {
  width: 250px;
  display: none;
  background-color: #cccccc;
}

#page {
  position: relative;
  width: 100%;
  height: auto;
}
#page #droite {
  float: right;
  width: 320px;
  min-height: 290px;
  height: auto;
}
#page #center {
  position: relative;
  height: auto;
}

.texte {
	color: #5C5C5C;
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.ui-icon {
  padding-left: 1.3em;
}

div#frmSubmit input#btn_cancel {
  float: left;
}
div#frmSubmit input#btn_submit {
  float: right;
}

.dispData {
  color: #000;
  background-color: #eee;
  border: 1px solid #ccc;
}

#footer {
  clear: both;
  text-align: center;
  padding-top: 20px;
}
#footer * {
  margin: 0 10px;
}
