/*
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:33:18
    Author     : spissoort
*/


div.menuold
{
	float:left;
	width:9.5%;
	/*height:400px;*/
	background-color:rgb(96,37,108);	
	text-align:center;
	border-width: 5px;
	border-style: groove;
	position:fixed;
	
}
div.menu
{
    overflow: hidden;
    width: 99%;
    /*height: 20%;*/
    color: var( --main-txt-color);
    text-align: right;
    font-size: 20px;
    border-bottom: 3px groove var(--main-txt-color);
    background-image: url('https://sport.dy-it.be/img/logo_menu.png');
    background-size:20% 75%;
    background-repeat:no-repeat;
    background-position:left; 
    
  
}

div.affich 
{
	float:right;
	width:89%;
	background-color:rgb(255,204,153);	
	text-align:center;
	border-width: 5px;
	border-style: groove;
	
	
}
div.information
{
    float:right;
    width:99%;
    text-align:center;
    color:black;
    border-width: 10px;
    background-color:darkcyan;
}