/************************************************************************/
/*      Auteur : Denis LALLET						*/
/*     Version : 1.0							*/
/*        Date : 15/05/2005						*/
/* Commentaire : Partie spécifique pour la rubrique encyclopedie	(PRN)
/************************************************************************/
#zonetexte h2 {
	font-family:			tolkien, serif;
	font-size:			150%;
	font-weight:			bold;
	color:				#000066;
	text-align:			right;
	border:				1px solid #DDDDDD;
	padding-left:			1%;
	background-color:		#EEEEEE;	
}
#zonetexte h3 {
	font-family:			tolkien, serif;
	font-size:			150%;
	font-weight:			bold;
	color:				#000066;
	text-align:			left;
	border:				1px solid #DDDDDD;
	padding-left:			1%;
	background-color:		#EEEEEE;	
}
#menu {
	border:				1px;
	border-style:			solid;
	border-color:			#DDDDDD;
	background-color:		#EEEEEE;
	margin-right:			200px;
}
p {
	text-align :			justify;
}
.lettrine:first-letter {
	font-family:			tolkien, serif;
	font-size:			300%;
	color:				#000066;
}
.vignette {
	float:				right;
}
.vignette img{
	border-style:			inset;
	border-width:			3px;
}
.info {
	border:				1px;
	border-style:			dashed;
	border-color:			#DDDDDD;
}
#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;
}
/* Utilisee pour coloriser en gris une ligne sur deux */
.gris {
	background-color:		#DDDDDD;
}
