#clavier-hiragana
{
	border-width:1px;
	background-color:white;
	box-shadow: 0 4px 10px -1px rgba(200, 200, 200, 0.7);
}
#clavier-hiragana a:hover
{
	font-weight:bold;
}
#champs-clavier
{
	width:500px;
}
table
{
	border-collapse:collapse;
	margin:2px;
}
table .titre
{
	font-variant:small-caps;
}
th, td
{
	border:1px solid rgb(204, 204, 204);
	cursor:pointer;
}
td
{
	text-align:center;
	
}
form
{
	margin:0;
}
textarea, input[type="text"], input[type="password"], input[type="file"], input[type="button"], input[type="submit"], input[type="reset"], select
{
	margin-left:2px;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
}