/**************/
/**** Body ****/
/**************/
html, body {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	height: 100%;
	/*overflow-x: hidden;*/
}
/******************************/
/*** Styles header + footer ***/
/******************************/
table.header32 {
	height: 31px;
	background-color: #000000
}
table.footer29 {
	height: 29px;
	background-color: #000000
}
.textcouleur {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #ff9900
}
A.linkcouleur:link {
	color: #ff9900
}
A.linkcouleur:visited {
	color: #ff9900
}
A.linkcouleur:active {
	color: #ffffff
}
A.linkcouleur:hover {
	color: #ffffff
}
/*********************/
/*** Styles divers ***/
/*********************/
acronym {
	cursor: help;
	border-bottom: none
}
table.height100 {
	height: 100%
}
td.alignTop {
	vertical-align: top
}
td.alignBottom {
	vertical-align: bottom
}
td.alignMiddle {
	vertical-align: center
}
td.alignCenter {
	text-align: center;
	vertical-align: center
}
td.alignRight {
	text-align: right;
	vertical-align: right
}
td.alignCenterTop {
	text-align: center;
	vertical-align: top
}
td.alignCenterBottom {
	text-align: center;
	vertical-align: bottom
}
td.docAnnexe {
	vertical-align: top;
	white-space:nowrap
}
td.vignetteRech {
	/*vertical-align: bottom;*/
	padding: 2px;
	font-size: 10px;
}
.nomFichierRech {
	font-size: 9px;
}
.noWrap {
	white-space:nowrap
}
.bold {
	font-weight: bold;
}

#legendeVignetteLight {
	font-family: Verdana, sans-serif;
	color: #ff9801;
	font-size: 9px
}
#legendeVignetteLight:hover {
	font-family: Verdana, sans-serif;
	color: #ffffff;
	font-size: 9px
}
#legendeVignette {
	font-family: Arial, Verdana, sans-serif;
	color: #ff9801;
	font-size: 11px
}
#legendeVignette:hover {
	font-family: Arial, Verdana, sans-serif;
	color: #ffffff;
	font-size: 11px
}
div.autocomplete {
  position:absolute;
  width:245px;
  background-color:#ff9801;
  border:1px solid #888;
  margin:0;
  padding:0;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0;
  padding:0;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:15px;
  cursor:pointer;
  color: #000000;
}