/* style des fiches*/
body	{
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: black;
	line-height:15px;
	font-size: 12px;
	width: 500px;
	margin-left:5px;
	}
#hautPage{
	clear:both;
}
#contenu{
	clear:both;
}
.entree	{
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold;
	font-size: 150%;
	color: #625c1c;
}

.italique{
	font-style:italic}
.ligne td{
	vertical-align:top;
	padding-top:12px;}
.ligne td:first-child{
	width:50%;
}
.ligne td:first-child + td{
	width:50%;
}
.ligne img{
	margin-right:5px}
.titre{			/*mise en relief des sous-entrées : synonymes, variante ortho., etc.*/
	font-weight:bold;
	}
.topolectale{
}
.langue{
}
.titreFiche{}

.titreFiche .info{ /* mise ne relief du genre du titre*/
	margin-left:10px;
	font-size: 12px;
	font-weight:bold;
	font-family:Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	}

.titreFiche .topolectale{}