/*

CSS ATF_COLOR
	
20190725 SCI : v1.0
	
*/


/* COULEUR DE BASE */
.atfBlueColor 			{	color:#17469e;	}
.atfBlueBgColor 			{	background-color:#17469e;	}
.atfBlueBorderColor 		{	border-color:#17469e;	}

.atfOrangeColor	 		{	color:#f58f23;	}
.atfOrangeBgColor		{	background-color:#f58f23;	}
.atfOrangeBorderColor	{	border-color:#f58f23;	}

.atfRedColor	 		{	color:red;	}
.atfRedBgColor			{	background-color:red;	}
.atfRedBorderColor		{	border-color:red;	}

.atfWhiteColor	 		{	color:white;	}
.atfWhiteBgColor		{	background-color:white;	}
.atfWhiteBorderColor	{	border-color:white;	}

.atfLightGreyColor	 		{	color:lightgrey;	}
.atfLightGreyBgColor		{	background-color:lightgrey;	}
.atfLightGreyBorderColor	{	border-color:lightgrey;	}

.atfDarkGreyColor	 		{	color:darkgrey;	}
.atfDarkGreyBgColor		{	background-color:darkgrey;	}
.atfDarkGreyBorderColor	{	border-color:darkgrey;	}

/* STATUT */
.timeStatus				{	text-align:center; color:black;	}
.redStatus				{	background-color:red; }
.orangeStatus			{	background-color:orange; }
.yellowStatus			{	background-color:yellow; }
.greyStatus				{	background-color:grey; }
.greenStatus			{	background-color:greeen; }
			