body,html {
	margin: 0;
	font-family: Verdana,sans-serif;
}

/* modification ext liste déroulante */
.x-combo-list-item{font-size:10px}

/* modification grille */
.x-grid3-hd-row td,.x-grid3-row td,.x-grid3-summary-row td{
	font:normal 10px arial,tahoma,helvetica,sans-serif;-moz-outline:none;-moz-user-focus:normal;
}


/*modification checkbox dans fieldset */

/* uniquement dans ie */
.ext-ie .x-fieldset legend{margin-bottom:5px;}
.ext-ie .x-fieldset{padding-top:0;padding-bottom:4px;}

/* dans les autres browser */
.x-fieldset{border:1px solid #B5B8C8;padding:5px;margin-bottom:5px;display:block;}


/*pour les filtres*/
.my-form-item{font:normal 12px tahoma,arial,helvetica,sans-serif;display:block;margin:0px;padding:0px;zoom:1;height:15px}



/* icons used in the toolbar */
.add {
  background-image:url(/images/add.gif);
}

.del {
	background-image:url(/images/del.gif);
}

.excel {
	background-image:url(/images/page_excel.gif);
}

/*style pour les grille de recherche combo*/
.search-item {
	font:normal 9px tahoma, arial, helvetica, sans-serif;
	padding:3px 3px 3px 3px;
	border:1px solid #fff;
	border-bottom:1px solid #eeeeee;
	white-space:normal;
	color:#555;
}
.search-item h3 {
	display:block;
	font:inherit;
	font-weight:bold;
	color:#222;
	overflow:hidden;
}

.search-item h3 span {
	float: right;
	font-weight:normal;
	font-size:9px;
	margin:0 0 5px 5px;
	width:80px;
	display:block;
	clear:none;
	overflow:hidden;
	color:gray;
}

/*style pour le panel dp/detail/info*/
.info-dp {
	font:normal 10px tahoma, arial, helvetica, sans-serif;
}

.info-dp h1 {
  float:left;
	font-weight:normal;
	padding:3px;
	padding-left:16px;
}

.info-dp h2 {
  float:left;
	color:green;
	padding:3px;
}

.info-dp h3 {
  float:left;
	color:red;
	padding:3px;
}


/* portal */
.x-portlet {
	margin-bottom:10px;
}

/* site */
a img{
	border:none;
	vertical-align:top;
	text-decoration:none;
	width:16px;
	height:16px;
  margin-right:2px;
}


.actionLink{
	font-family: Verdana,sans-serif;
	font-size: 10px;
	color: Blue;
	cursor: pointer;
	line-height:20px;
}

.actionLink:hover{
	color: red;
	cursor: pointer;
}

.docLink{
	font-family: Verdana,sans-serif;
	font-size: 10px;
	text-decoration:none;
	color: Blue;
	cursor: pointer;
}

.docLink:hover{
	color: red;
	cursor: pointer;
}

