/**
* --------------------------------------
*                LEXIQUES
* --------------------------------------
*/
a.lexique:link,
a.lexique:visited {
	text-decoration:	underline;
	color:				#000;
	font-weight:		normal;
}
a.lexique:hover,
a.lexique:active {
	text-decoration:	none;
	color:				#000;
	font-weight:		normal;
}
table.lexique{
	width:	100%;
	border:	none;	
	padding: 10px 0 20px 50px;
}
table.lexique tr.tr1{
	background-color:	#f0f0f0;
}
table.lexique tr.tr2{
	background-color:	#fff;
}
table.lexique td{
	width:		50%;
	padding:	5px;
}
p.sommaire_lexique{
	text-align:	center;
}
p.liens_connexes{
	margin-bottom:	50px;
}
p.tags{
	margin-top:	40px;
	font-size:	10px;
}
