@charset "utf-8";
/* CSS Document */
.bouton {
color:#090;
font-weight:bold;
font-size:1em;
cursor:pointer;
line-height:1.8em;
}
.bouton:hover {
	text-decoration:underline;
}
.bouton2 {
color:#090;
font-size:1em;
cursor:pointer;
line-height:1.8em;
}
.bouton2:hover {
	text-decoration:underline;
}
.texte {
	color:#0066ff;
	font-weight:normal;
}
.texteg {
	color:#0066ff;
	font-weight:bold;
}