.pastille-menu {
	font-family: "Courier New", Courier, mono;	
	color: white;
	background-color: #0A4F92;
	display: inline;
	margin: 2px;
}

div.cyan {
	background: #5BC0DE;
}

div.vert {
	background: #35AA47;
}

div.noir {
	background: #555555;
}

div.rouge {
	background: #D44937;
}

div.violet {
	background: #852B99;
}

div.bleu {
	background: #4C8EFA;
}

div.orange {
	background: #f4af24;
}