﻿body {
}

#masterBody {
	position: relative;
	top: 0px;
	width: 100%;
	min-height: 100vh;
	max-width: 1200px;
	background-color: darkslategrey;
}

#masterForm
{
    position: relative;
    width:100%;
    top:0px;
    max-width:1200px;
    min-height:100vh;
  /*  background-color:blue;*/
   
    z-index :200;
    margin-left:auto;
    margin-right:auto;
    }

#masterHeader
{
	height:10vh;
	background-color:#ae1212;/*#5dab2e;/*#ae1212;*/
	box-sizing:border-box; 
	color:White;
	}
#masterFooter
{
	background-color:#ae1212;/*#ae1212;*/
	height:6vh;
	box-sizing:border-box; 
	z-index:300;
	}
#masterEntete
{
	color:white;
	width:70%;
	font-family: Courier New;
	font-weight:bold;
	}

#masterPiedPage
{
	color:white;
	width:70%;
	font-family: Arial;
	font-weight:bold;
	}
.masterPiedPage
{
	position:relative;
	color:Wheat;
	background-color:transparent;/*#ae1212;*/
	font-weight:bolder;
	height:6vh;	  
	}
	
.masterNavGauche
{
	text-align:center;
	width:15%;
	padding-left:5px;
	
	
	}
.masterNavDroite
{
	text-align:center;
	width:15%;
	padding-right:5px;
	
	}
.masterConteneur
{
	/*margin:auto;*/
	position:relative;
	top:0px;
	width:100%;
	/*min-height:500px;*/
	min-height:84vh;
	box-sizing:border-box;
	background-color:gold;
}
.formConteneur
{
    position:relative;
    left:0px;
    top:0px;
    text-align: center;
    width:100%;
    min-height:80vh;
    background-color:gold;
   }	

.masterLien
{
	font-weight:normal;
	color:white;
	font-size:1.1em;
	}
	
