/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19-sept.-2018, 9:32:10
    Author     : spissoort
*/

body 
{
	/*background-color:rgb(0,0,0); /*Noir*/
        background-color: var(--main-bg-color);
	/*background-image: url('https://sport.dy-it.be/img/fond.png');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center; 
	background-size:50%;*/
	color: rgb(255,0,0); /*rouge*/
	font-size: 14px;
	font-family : Arial, Helvetica, sans-serif;
}
body.construction
{
	/*background-color:rgb(0,0,0); /*Noir*/
        background-color: var(--main-bg-color);
	background-image: url('https://sport.dy-it.be/img/under_construction.png'),url('https://sport.dy-it.be/img/fond.png');
	background-repeat:no-repeat, no-repeat;
	background-attachment:fixed, fixed;
	background-position:top, bottom; 
	background-size:15%,50%;
	color: rgb(255,0,0); /*rouge*/
	font-size: 14px;
	font-family : Arial, Helvetica, sans-serif;
}