/*
* Module interne demande_doc
* Créé par Adrien BIELINSKI le 04/06/2007
*/

/**
{
	font-family: Arial;
	font-size: 9pt;
}*/

H2
{
	text-align: center;
}

FORM#demandeDocument INPUT
{
	/*border: none;
	background-color: transparent;*/
}

DIV#etape1
{
	border: 1px solid black;
}

DIV#contactsConnus
{
	background-color:#000000;
	float: left;
	width: 175px;
	height: 400px;
	text-align: center;
	border: 1px solid black;
}



DIV#listeContactsConnus
{
	overflow: scroll;
	height: 360px;
	text-align: left;
}

DIV#documentsDispo
{
	float: right;
	width: 200px;
	height: 400px;
	text-align: center;
	border: 1px solid black;
}

DIV#listeDocumentsDispo
{
	overflow: scroll;
	height: 360px;
	text-align: left;
}

DIV#infosContact
{
	border: 1px solid black;
	margin-left: 180px;
	margin-right: 205px;
	padding: 5px;
	height: 400px;
}

LABEL.alignerChampsContact
{
	display:block;
	width:100px;
	float:left;
}

/*
* Apparence des menus déroulants d'auto-completion
*/
DIV.autocomplete {
	position:absolute;
	width:250px;
	background-color:white;
	border:1px solid #888;
	margin:0px;
	padding:0px;
}
DIV.autocomplete UL {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
DIV.autocomplete UL LI.selected { background-color: #ffb;}
DIV.autocomplete UL LI {
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	cursor:pointer;
}



DIV#etape2
{
	display: none;
	border: 1px solid black;
}