/* CSS Document */

body {
	margin: 0px 0px 0px 160px;
	background-attachment: scroll;
}
body.reduit {
	margin-left: 0px;
}
#bGauche {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	width: 161px;
	height: 100%;
}
.reduit #bGauche {
	display: none;
}
#menu {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000000;
	height: 100%;
	font-size: smaller;
}
#menu h2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1ex;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background-color: #EFEFE9;
	font-size: medium;
}
#menu ul {
	list-style-image: url('puceinf.gif');
	padding-left: 20px;
	margin-left: 0px;
}

#bHaut {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #88988F;
	height: 80px;
	width: 100%;
	margin: 0px;
}
#bHaut h1 {
	margin: 0px;
	padding: 5px;
	font-size: x-large;
}
.reduit #bHaut {
	height: 40px;
}
#bHaut h1 a:link, #bHaut h1 a:visited {
	color: #FFF;
	text-decoration: none;
}
#bContenu {
	padding: 5px;
}
#bExpd {
	position: absolute;
	left: 152px;
	top: 72px;
}
.reduit #bExpd {
	left: 0px;
	top: 32px;
}
#bExpd1 { display: none; }
.reduit #bExpd1 { display: inline; }
.reduit #bExpd0 { display: none; }

.ident {
	border: 1px dashed #993399;
	background-color: #FFCCFF;
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
	padding: 4px;
}
a.voir:link, a.voir {
	text-decoration: none;
	color: #000000;
	border-bottom: 1px dashed #0033CC;
}
a.voir:visited {
	border-bottom: 1px dashed #993366;
}

input.ok {
	background-image: url(icones/accept.png);
	background-repeat: no-repeat;
	background-position: 100% 2px;
	background-color: #FFFFFF;
	padding-right: 18px;
	height: 18px;
}
input.avoir {
	background-image: url(icones/error.png);
	background-repeat: no-repeat;
	background-position: 100% 2px;
	background-color: #FFFFFF;
	padding-right: 18px;
	height: 18px;
}
input.arectifier {
	background-image: url(icones/exclamation.png);
	background-repeat: no-repeat;
	background-position: 100% 2px;
	background-color: #FFFFFF;
	padding-right: 18px;
	height: 18px;
}
ul {
	list-style-image: url(icones/bullet_black.png);
}
li.pft-delete {
	list-style-image: url(icones/delete.png);
}

/* autocompletion */

div.autocomplete {
  position: absolute;
  width: 500px;
  background-color: white;
  border: 1px solid #888;
  margin: 0px;
  padding: 0px;
}
 
div.autocomplete ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  max-height: 20em;
  overflow: auto;
}
 
div.autocomplete ul li.selected {
    background-color: #ffb;
}
 
div.autocomplete ul li {
  list-style-type:none;
  display: block;
  margin: 0;
  padding: 2px;
  cursor: pointer;
}