@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 18px;
}

.bouton {
	padding: 10px;
}

.vert {
	color: green;
	font-weight: bold;
}