/*********Feuille de style spécifique au dictionnaire ***************/
.recherche
{
	font-family:Arial, Verdana;
	text-decoration:underline;
	text-align:center;	
	font-size:18px;
	color:#80b7ea;
	font-weight:normal;	
}
.definition
{
	text-align: center;
}
.list_lettre
{
	border-collapse:collapse;
	font-size:16px;
	font-family: Arial, "time new roman", serif;
	color:white;
	text-align:justify;
	margin-left:50px;
	
}
.list_lettre td
{
	border: 2px solid white;
	
}
.list_lettre th
{
	font-size:16px;
	font-family: Arial, "time new roman", serif;
	color:#80b7ea;
	text-align:center;
	border: 2px solid white;
}
.cell_mot
{
	width:200px;
}
.cell_def
{
	width:400px;
}
#lettre
{
	text-align:center;
}
