@CHARSET "ISO-8859-1";

/* -------------------------------------------------------------------------- */
/* Résultat
/* -------------------------------------------------------------------------- */

.loginfo_logout,
#navtree,
#divLog,
#div_simpleSearch,
#sidebar
{
  display: none;
}
.doclistPagenav
{
  display: none;
}
#div_doclist .doclistItem
{
  padding: 10px;
  clear: both;
  display: block;
  border-top: 1px solid #000;
}
#div_doclist .doclistItem .buttonsList
{
  clear: both;
  display: none;
}
#div_doclist .thumbnail
{
  width: 140px;
  height: 140px;
  float: left;
  margin: 0 20px 20px 0;
}
#div_doclist .thumbnail img
{
  display: block;
  max-width: 140px;
  max-height: 140px;
  border: 0;
}

/* -------------------------------------------------------------------------- */
/* 
/* -------------------------------------------------------------------------- */

#ar-header .ar-toolbar
{
	display: none;
	visibility: hidden;
}
.ar-header-title img
{
	display: none;
	visibility: hidden;
}
.ar-noprint
{
	display: none;
	visibility: hidden;
}
.ar-btn
{
	display: none;
	visibility: hidden;
}
		
/*FORMS*/
.stdForm
{
	margin: 0;
	padding: 0;
}
.stdForm fieldset
{
	/*border: 1px solid gray;*/
	margin: 0 0 0 0;
	padding: 0.5em 0.5em 0.5em 0.5em;
	background-color: #EEEEEE;
	color: #444444;
}
.stdForm fieldset.submit
{
	border: none;
	background-color: transparent;
	text-align: center;
}
.stdForm fieldset.radio
{
	width: 15em;
	margin: 1em 0 2em 0;
	background-color: #DDDDDD;
}
.stdForm fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}
.stdForm fieldset.radio label
{
	font-weight: normal;
}
.stdForm fieldset ol {
	margin: 0;
	padding: 0;
}
.stdForm fieldset li, .stdForm li {
	list-style: none;
	padding: 4px;
	margin: 0;
}
.stdForm input
{
	/*display: block;*/
	/*width: 15em;*/
}
.stdForm label
{
	margin-bottom: 0.1em;
	font-weight: bold;
	display: inline-block;
	line-height: 1.8;
	font-size: 90%;
	vertical-align: top;
	width: 15em;
	text-align: right;
}
.stdForm select
{
}
.stdForm em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}
.stdForm input.readonly
{
	background-color: #CCCCCC;
	font-weight: bold;
}
.stdForm input.highlight
{
	background-color: yellow;
}

#info .status
{
	font-size: 80%;
}
#info .status img
{
	display: none;
	visibility: hidden;
}
.cTabs
{
	display: none;
	visibility: hidden;
}

/*
PAGE: userlist : table utilisateurs
*/
#userListFilters
{
	
}
#userListFilters .first
{
	font-weight: bold;
	list-style-type: none;
}
#userList
{
  width: 100%;
  margin-bottom: 1em;
}
#userList td
{
	padding: 2px;
	border: 1px solid black;
}
#userList .status_0
{
  font-style: italic;
}
#userList .status
{
  white-space: nowrap;
}
#userList .login a
{
  text-decoration: none;
}
#userList .email a
{
  text-decoration: none;
}
#userList .action
{
	display: none;
	visibility: hidden;
}
