.bloc_mot
	{
	float:left;
	width:210px;
	}
	
fieldset legend.lexique_lettre
	{
	background:#92CB59;
	padding:2px;
	color:#ffffff;
	font-weight:bold;
	font-size:16px;
	padding-left:20px;
	padding-right:20px;
	border-radius: 5px;
	box-shadow: 1px 1px 3px #555;
	text-shadow: 1px 1px 3px #555;
	}
	
fieldset.lexique_lettre
	{
	border-radius: 5px;
	border:0px;
	box-shadow: 1px 1px 3px #555;
	margin-bottom:15px;
	background:#fff;
	}
	
fieldset a.lien_mot
	{
	text-decoration: none;
	font-weight:bold;
	font-size:14px;
	}