/*Titre du module */
.Interface h1
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px; 
	color:#666633;
	padding:0px;
	padding-bottom: 4px;
	margin:0px;	
		
}

/*resultat de la recherche */
.Interface h2
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#666633;
	padding:0px;
	margin:0px;	
		
}

/*Titre de l'occurence*/
.Interface h3
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#5C5C4A;
	margin:3px;	
}

/*Résumé de l'occurence*/
.Interface h5
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px; 
	color:#000000;
	padding:0px;
	margin:0px;
	text-align:justify;
}


.Interface font
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#666633;
}

.Interface .bouton
{	background-color: #FFCC33;
	color:#8A1D03;
	font-size: 10px;
}

/* -------------------------------------------------------------------------------- */
/* ----------------------------- M E N U       ------------------------------------ */
/* -------------------------------------------------------------------------------- */


.Interface #BlocOnglets{
	background-color:#ECECC5;
	float: left;
}

.Interface #ongletMenu
{
	width:100%;
}
.Interface #ongletMenu ul 
{
    margin: 0px;
	padding: 0px;
    list-style-type: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.Interface #ongletMenu li 
{
    padding-left: 8px;
    background: url('../Template/Images/left.gif') no-repeat left top;
    float: left;
}
.Interface #ongletMenu a
{
    padding-right: 10px;
    padding-bottom: 4px;
    padding-top: 5px;
    text-decoration: none;
    color: #666633;
    float: left;
    display: block;
    background: url('../Template/Images/right.gif') no-repeat right top;
    white-space:nowrap;
}
.Interface #ongletMenu a {float: none;}
.Interface #ongletMenu a:hover{text-decoration: underline;}
.Interface #ongletMenu #current
{
    background-image: url('../Template/Images/left_on.gif');
    font-weight: bold;
}
.Interface #ongletMenu #current a
{
    background-image: url('../Template/Images/right_on.gif');
    color: #ECECC5;
}
.Interface #ongletMenu #current a:hover {text-decoration: none;}


/* -------------------------------------------------------------------------------- */
/* ----------------------------- O N G L E T S ------------------------------------ */
/* -------------------------------------------------------------------------------- */
.Interface #onglet
{
	width:100%;
}
.Interface #onglet ul 
{
    margin: 0px;
	padding: 0px;
    list-style-type: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.Interface #onglet li 
{
    padding-left: 8px;
    float: left;
}
.Interface #onglet a
{
    padding-right: 10px;
    padding-bottom: 4px;
    padding-top: 5px;
    text-decoration: none;
    color: #666633;
    float: left;
    display: block;
}
.Interface #onglet a {float: none;}
.Interface #onglet a:hover{text-decoration: underline;}
.Interface #onglet #current a
{
    padding-right: 10px;
    padding-bottom: 4px;
    padding-top: 5px;
    text-decoration: none;
    color: #666633;
    float: left;
    font-weight : bold;
}
.Interface #onglet #current a:hover {text-decoration: none;}


/* partie centrale du module */
.Interface #centre
{
	clear:both;
	width : 99%;
	border: 1px solid #666633;
	background-color : #FFF7E1;
	padding:5px;
}

/* partie centrale du module */
.Interface #resultat
{	
	width : 100%;
	border-top: 1px solid #666633;
	border-bottom: 1px solid #FFCC33;
}

/* partie résultat du module : ligne paire*/
.Interface #resultatpair
{
	width : 99%;
	padding:5px;
	background-color : #ECECC5;
}

/* partie résultat du module : ligne impaire*/
.Interface #resultatimpair
{
	width:99%;
	padding:5px;
	background-color : #F4F4DD;
}

/* Bloc des autres champs de l'occurence de résultat*/
.Interface #autres ul {
    margin: 0px;
	padding: 0px;
}
/* Bloc des autres champs de l'occurence de résultat*/
.Interface #autres li 
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px; 
	margin-left:25px;
	padding:0px;
}

.Interface .infoMini
{
	font-family:Verdana;
	font-size: 9px;
	font-weight:none;
	font-color:gray;
}


/* partie navigation*/
.Interface #navigation
{	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold;	
	color: #7C0A17;
	width:100%;
	margin:5px;
	text-align:right;
}

.Interface #navigation a
{	
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	text-decoration: underline; 
	color: #7C0A17;
}
.Interface #navigation a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	text-decoration: underline; 
	color: #000000;
}


UL.listesSources { margin-top:1px;}
UL.listesSources LI {
	list-style-type:none;
	margin-left:-30px;
}

.tabComposant {
	background-color:#ffedb9;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	border-spacing:0px;
	cell-padding:0px;
	border:1px solid #000000;
	
}

.tabComposant TD {
	padding:4px;
	border:none;
	vertical-align:top;
	
}

.tabComposant TD A {
}

.tabComposant TD.celluleSourcesBordure {
	border-left: 1px solid #CC6600;
	
}

.tabComposant TD.cellVerrouSource {
	vertical-align:bottom;
	text-align:right;
}

.tabComposant TABLE.tabActions {
	width:100%;
}

.tabComposant TABLE.tabActions TD {
	vertical-align:bottom;
}

.ElementCache {
	display:none;
}
.ElementAffiche {
	display:block;
}

.MessageErreur {
	background-color: #FFFFFF;
}
.Message {
	text-align:center;
}


.BlocFiltres{
	text-align:center;
	border:none;
}


.tabStatsSources {
	border:none;
	height:10px;
}

.EntetePopup {
	width:100%;	
	background-color:#FFFFFF;	
}

.ContenuPopup {
	width:100%;
}

.ContenuPopup TD {
	vertical-align : top;
}


.tabMoteurRecherche TD {
	vertical-align:top;
}

.ResultatParPage{
	text-align:right;
}

A.LienPicto, A.LienPicto IMG {
	text-decoration:none;
	color:#0000FF;
}

.MessageRetourUtilisateur {
	height:100%;
	width:50%;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	
}

.tabResultats {
	width:100%;
	border:1px solid #000000;
}
.tabresultats TD {
	border:none;
}

.tabResultats {
	width:100%;	
	border:1px solid #000000;	
	background-color:#F4F4DD;
	
	
}
.tabResultats TD, .tabResultats P {
	border:none;
}

#BandeauEntete {
	background-image:url('../../../../afficher/images/bandeau.jpg');
	background-repeat:no-repeat;
	height:78px;
}