digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"ArthurBirthdayConvo2 begins." [color=orange];
		"ArthurBirthdayConvo2 begins." -> j3834121095;
		"ArthurBirthdayConvo2 begins." -> j453669334;
	j3834121095 [label="Joyeux anniversaire au petit frère d'Eleanor!",shape=box,color=red];
		j3834121095 -> j399532730;
	j453669334 [label="Joyeux anniversaire, Arthur. Des plans?",shape=box,color=red];
		j453669334 -> j4051064930;
	j399532730 [label="Merveilleux. Maintenant, j'en ai deux sur le dos qui ne laisseront jamais tomber ça.",shape=box,color=blue];
		j399532730 -> "Chat ends.";
	j4051064930 [label="+20 Chemistry",color=orange];
		j4051064930 -> j1998968443;
	"Chat ends." [color=orange];
	j1998968443 [label="Merci! C'est gentil de ta part de t'en souvenir. Je vais peut-être partir une demi-heure plus tôt aujourd'hui. Je n'ai pas encore décidé.",shape=box,color=blue];
		j1998968443 -> "Chat ends.";
}