/* CSS Document */
:root 
{
	--bg-body:#dbeafe;/*#ddf;*/
	
	/* bottom right = diagonal */
	--bg-header:#003366;/*linear-gradient(to bottom right, #77f, #55a);*/
	
	--bg-footer:#003366;/*#55a;*/
	
	--bg-form:#eef;
	
	--bg-button-hover:#00509e;/*#003366;*//*#77f;*/
	--bg-button-border:#00509e;/*#55d;*/
	
	--type-text-color:#183384;
	
	/* outline = border au clic */
	--type-text-outline:#183384;	
}
