﻿
 .dnnField 
{
}

 .dnnField .dnnLabel
{
	float:left;
}

 .dnnField .dnnEditControl
{
	float:right;
}


.item .title {
font-size:large;
}

.item em 
{
font-style:normal;
font-weight:bold;
}

.item em, b {
text-decoration:inherit;
}

.item .infos
{
    padding: 3px;
}

.infos cite{
color:green;
font-style:normal;
}

.content
{
    padding: 2px;
}

.highlights
{
    padding: 2px;
}

.highlights em 
{
font-style:normal;
background-color: rgb(255, 255, 153);
}

.LuceneGroup
{
	font-size : larger;
	text-decoration : underline;
	color : #003366;
	}
	
a.linkEdit
{
	background-color : Transparent;
	background-image : url(../../images/edit.gif);
	background-repeat : no-repeat;
	display : block;
	height:16px;
	width:16px;
}	
	
/* Boutons de Tri*/
.sortdn
{
	border-style: none;
	background-color:Transparent;
	background-image: url(images/sortdn.gif);
	width:10px;
	height:10px;
	padding-left:0px;
	padding-right:0px;
	cursor:pointer;
}

.sortup
{
	border-style: none;
	background-color:Transparent;
	background-image: url(images/sortup.gif);
	width:10px;
	height:10px;
	padding-left:0px;
	padding-right:0px;
	margin-bottom:2px;
	cursor:pointer;
}

.sortdnactif
{
	border-style: none;
	background-color:Transparent;
	background-image: url(images/sortdnactif.gif);
	width:10px;
	height:10px;
	padding-left:0px;
	padding-right:0px;
	cursor:pointer;
}

.sortupactif
{
	border-style: none;
	background-color:Transparent;
	background-image: url(images/sortupactif.gif);
	width:10px;
	height:10px;
	padding-left:0px;
	padding-right:0px;
	margin-bottom:2px;
	cursor:pointer;
}

.CmdSearch
{
	display:inline;
	visibility:visible;
}

.BtnSearch
{
	display:none;
	visibility:hidden;
}
