/*
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 : 10 sept. 2017, 10:07:45
    Author     : Cedric
*/

html, body
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	
	/*background: url(/img/theme-2.jpg) no-repeat center fixed;*/
	/*-webkit-background-size: cover; /* pour anciens Chrome et Safari */
	/*background-size: cover; /* version standardisée */

	/*background-image:linear-gradient(#f3f3f3, white);*/
	/*-webkit-background-size: cover; /* pour anciens Chrome et Safari */
	/*background-size: cover; /* version standardisée */
}

body
{
	font-family: Arial;
	font-size: 12px;
}

.page_global
{
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	
	/*border: 5px solid green;*/
	box-sizing: border-box;
}

.page_contenu
{
	width: 100%;
	position: relative;
	/*border: 5px solid red;*/
	flex: 1;
	overflow: auto;
	box-sizing: border-box;
}