/*****************************************************************************
 *
 * Eptica Self Service custom style sheet
 * Fait par Vincent Delebecque
 *
 ****************************************************************************/

img.documentStandard {
	display: none;
}
/*menu de recherche */ 
span.searchBoxLimitGroup {
   display: none;
}
 /*menu raccourci*/
div.sectionShortcuts {
	display: none;
}
div.SectionTitle {
	display: none;
}
#searchResultsCount {
	display: none;
}

#CurrentGroupDisplayed {
	background-color: rgb(221,221,221);
}

div.Article {
	background-color: rgb(240,240,240);
 }

.SectionBody ul{
	float: left;
	display: block;
	width: 100%;
	min-height: 50px;
	line-height: 1.5em;
	overflow: hidden;
	padding: 10px 10px 10px 55px;
	background-color: rgb(240,240,240);
	text-decoration: none;
}
.SectionBody ul:hover {
    text-decoration: none;
    background-color: rgba(240,240,240,0.5);
    border: 2px solid rgb(240,240,240);
	border-color: rgb(221,221,221);
}

span.button a[href="register.do"] {
	display: none;
}
span.pathSeparator {
	display: none;
}
span.TreeFolderContinuator {
	display: none;
}

#searchBox {
	text-align: center;
	width: 190px;
}

.TemplateName b {
	padding: 0px 0px 0px 10px;
}