digraph {
	graph [fontname="Roboto Condensed"];
	node [fontname="Roboto Condensed"];
	edge [fontname="Roboto Condensed"];

	"LettieBirthdayConvo3 begins." [color=orange];
		"LettieBirthdayConvo3 begins." -> j2127198848;
		"LettieBirthdayConvo3 begins." -> j1177889758;
	j2127198848 [label="Hé! Tu as prévu quelque chose d'amusant pour ton anniversaire? Comme te coucher tôt?",shape=box,color=red];
		j2127198848 -> j1746314018;
	j1177889758 [label="Joyeux anniversaire! Viens, on va aller en boîte!",shape=box,color=red];
		j1177889758 -> j4226037531;
	j1746314018 [label="+20 Chemistry",color=orange];
		j1746314018 -> j3257116627;
	j4226037531 [label="Jajajaja\n*Non*",shape=box,color=blue];
		j4226037531 -> "Chat ends.";
	j3257116627 [label="Jajajajaja\nAaayyy, sí\nUn bain chaud et une sieste, l'anniversaire de mes rêves",shape=box,color=blue];
		j3257116627 -> "Chat ends.";
	"Chat ends." [color=orange];
}