@charset "utf-8";
/* CSS Document */

.bouton {
color:#090;
font-size:1em;
cursor:pointer;
line-height:1.8em;
}
.bouton:hover {
text-decoration:underline;
}
.texte {
	color:#f00;
	font-weight:normal;
}
