/************************************************************************/
/*      Auteur : Denis LALLET
/*     Version : 1.1
/*        Date : 22/10/2005
/* Commentaire : Partie spécifique pour la rubrique encyclopedie (ecran)
/************************************************************************/

#zonetexte a {
	font-size:			12pt;	
}

/* Format du titre de la zone fieldset */
#menucontextuel fieldset {
	font-size:			10pt;
	font-weight:			bold;
	color:				#006699;
	border-color:			#006699;
}

.lettrine:first-letter {
	font-family:			tolkien, serif;
	font-size:			300%;
	color:				#000066;
}
.vignette {
	float:				right;
}
.vignette img{
	border-style:			inset;
	border-width:			3px;
}
/* On centre le champ de recherche */
.rechercher {
	text-align:			center;	
}
#zonetexte table {
	width:				80%; /*100% et mal interprete par IE*/
	border-style:			solid;
	border-color:			#000000;
	border-width:			0 0 1px 0;
	margin:				auto;
	
	/* Suppression des espaces entres les cellules */
	border-collapse:		collapse;
}

#zonetexte thead {
	border-style:			solid;
	border-color:			#000000;
	border-width:			1px 0 1px 0;
	background-color:		#000066;
	color:				#006699;	
}

#zonetexte th {
	border-style:			solid;
	border-color:			#000000;
	border-width:			1px 0 1px 0;	
}
/* On equilibre les trois cellules et on centre le texte */
#zonetexte th,td {
	width:				33%;
	text-align:			center;
}

