/** resultats de recherche --------------------------------------------------------------------*/

/** PAGINATION --------------------------------------------------------------------------------*/

ul.pagination li
{
    display: 			inline;
    list-style-type:	none;
    padding-right: 		1em;
}

ul.pagination li img 	{ vertical-align: middle; }


/* 1 LIGNE -----------------------------------------------------------------------------------*/

.search_results_row
{
	clear: 		both;
	border: 	solid 1px #efefef;
	background: #fff;
	margin: 	0.5em;
}

/* PICTO ACTIVITE ---------------------------------------------------------------------------*/

.search_results_act
{
	float: left;
}

.search_results_act img
{
	height: 60px;
	width: 60px;
	margin: 0.5em;
}

/* ZONE ARTICLE ----------------------------------------------------------------------------*/

.search_results_article
{
	margin-left: 70px;
	padding: 0.5em;
	border: 0 !important;
}

.search_results_article h2
{
	background: none !important;
	text-indent: 0 !important;
	text-align: left !important;
	line-height:	normal;
	border: 0 !important;
	border-bottom: solid 1px #eee !important;
	color: #555;
}

.search_results_article h2 a
{
	color: #555;
	font-weight: bold;
	text-decoration: none;
}


/* ZONE RUBRIQUE -------------------------------------------------------------------------*/

.search_results_rub a
{
	color: #777;
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
}


/* ZONE RESUMÉ --------------------------------------------------------------------------*/
.search_results_summary
{
	padding-top: 0.5em;
	font-size: 90%;
}

/* FICHIERS JOINTS ----------------------------------------------------------------------*/

.pjHandler
{
cursor: pointer;
line-height: 16px;
margin-bottom:	5px;
}

.pjHandler img
{
float: left;
margin-right: 5px;
}

.pjHandler em
{
font-style: normal;
text-decoration: underline;
}

.pjTrigger { display: none; }


/* BLOC RECHERCHE -----------------------------------------------------------------------*/

#blocrecherche
{
position: absolute;
right: 5px;
top: 10px;
z-index:500;
}

	/* Recherche dans sidebar */

	.articleLinkBox,
	.articleSearchBox
	{
		width: 92%;
		border: solid 1px #aeaeae;
		background: #ddd url(../images/box/sidebarArticleGradient.jpg) repeat-x;
		padding: 0 5px;
		margin-bottom: 0.5em;
	}

	.articleLinkBox 	{ height: 38px; }

	.articleSearchBox 	{ height: 59px; }


		.articleLinkBox h2,
		.articleSearchBox h2
		{
			border: none;
			font-family: "Trebuchet MS", arial, sans-serif;
			margin: 0 !important;
		}

		.articleLinkBox h2 {
			height: 16px;
			line-height: 16px;
			padding: 11px 0 11px 21px;
			background: transparent url(../images/box/sidebarArticleIcon.jpg) no-repeat 0 50% !important;
		}


		.articleSearchBox h2,
		.articleLinkBox h2 a
		{
			color: #667b86 !important;
			text-shadow: 1px 1px 0 #fff;
		}

		.articleSearchBox h2 {
			margin: 0 !important;
			font-size: 13px !important;
			background: #ddd url(../images/box/sidebarArticleTitle.jpg) repeat-x !important;
			height: 23px;
			line-height: 23px;
			padding: 0 5px;
		}
			.articleLinkBox h2 a { font-size: 11px !important; }

		.articleSearchBox input.searchInput {
			border: solid 2px #c1c2c2;
			width: 95%;
			height: 19px;
			margin: 0.5em 0;
		}


/* TRI ----------------------------------------------------------------------------------*/

table.sort
{
	float: right;
	width: auto 		!important;
	border: none 		!important;
	margin-bottom: .5em !important;
}

table.sort tr
{
	background: none	!important;
	border: none 		!important;
}

table.sort th
{
	background: none	!important;
	border: none		!important;
	color: #555			!important;
	font-weight: normal	!important;
	padding: none		!important;
}

th.sortLinks 		{ width: 20px; }
th.sortLinks a,
th.sortLinks input 	{ display: block; margin-top: 3px;}