body {
	margin:0;
	padding:0;
	font-size:0.9em;
	color:#222;
	background-color:#69c;
}
.boite {
	margin:10px;
	padding:5px;
	border:3px solid #ccc;
	background-color:White;
}
img {border:none;}
button img {
	border:0;
	vertical-align:middle;
}
hr {
	margin:-3px;
	clear:both;
	visibility:hidden;
}
abbr, acronym {
	border-bottom:1px dotted #333;
	cursor:help;
}

button[type=reset] {
	font-weight:bold;
	color:Red;
}
legend {font-weight:bold;}
caption {
	padding:3px;
	font-size:1.2em;
	background-color:White;
}