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

body {
background-color:#B2B2B2;
}

#formulaire {
	width: 250px;
	background-color:#B2B2B2;

}

#resultat {
	width: 500px;
	position: absolute;
	left: 400px;
	top: 0px;
	display: block;
	margin-top: 25px;
	background-color:#B2B2B2;
	font:"Comic Sans MS";

}
#formulaire b {
	color: #E87C17;
}

#textfr {
text-decoration:blink;
}


