/*-------------------------- */
/* Main */
/*-------------------------- */

body
{
  background-color: #ff8111;
}

ul.square 
{
	color: #fff;	
}

li.square 
{
	color: #fff;	
}


tr.blanc {
	background-color: #fff;
}

tr.noir {
	background-color: #000;
}

/*-------------------------- */
/* couleurs text
/*-------------------------- */

.text-blanc {
	color:#fff;
}

.text-noir {
	color:#000;
}

.text-gris {
	color:#3f3f3f;
}

.text-regular {
	color:#e5e5e5;
}

.text-orangered {
	color:#e74e00;
}

.text-orange {
	color:#d93910;
}

.text-or {
	color:#f0c36a;
}

.text-cuivre {
	color:#e59039;
}

.text-argent {
	color:#929aaf;
}

.text-alu {
	color:#cecece;
}

/*-------------------------- */
/* couleurs background
/*-------------------------- */
.back-orange {
	background-color:#d93910;
}

.back-blanc {
	background-color:#fff;
}
