body
	{
		margin			: 0;
		background-color: white;
		padding : 0 auto;
	}
		
/* ---------------------------------------------------------------------------------------------------------------------------------------------- */
/*                                                          Mes DIV Permanantes                                                                   */
/* ---------------------------------------------------------------------------------------------------------------------------------------------- */
	/* Logo EVO */
	#logo_evo{
		width:100%;
		text-align:center;
		padding: 20px 0;
	}
	/*--- Menu Principal --------------------------------------------------------------------------------------------------------------------------------------*/
	#menuPrincipal{
			position		: absolute;
			background      : #000;
			height          : 35px;
			position		: fixed;
			top				: 0;
			width			: 100%;
			left			: 0;
			z-index			: 10;
	}
	#menuPrincipal p{
			width			: 100%;
			color			: #fff;
			font			: bold italic 22px times new roman, serif;
			text-align		: center;			
			z-index			: 20;
			margin-top		: 5px;
	}
	#menuPrincipal #imgGauche{
		position:fixed;
		top:3px;
		left:2px;
		height:45px;
		z-index:20;
	}
	#menuPrincipal #imgDroite{
		position:fixed;
		top:3px;
		right:2px;
		height:45px;
		z-index:20;
	}
	
	#menuPrincipal  #nomUtilisateur{
			background      : #000;
			height          : 20px;
			position		: fixed;
			top				: 35px;
			width			: 100%;
			left			: 0;
			z-index			: 10;
	}
	#menuPrincipal  #nomUtilisateur p{
			width			: 100%;
			color			: #fff;
			font			: bold italic 10px times new roman, serif;
			text-align		: center;			
			z-index			: 20;
			margin-top		: 3px;
	}
	
	/*--- Boutons principale ----------------------------------------------------------------------------------------------------------------------------------*/
	#bootPrincipal{
			background      : #881B1B;
			height          : 60px;
			position		: fixed;
			width			: 100%;
			border-top		: 1px #333 solid;
			border-bottom	: 1px #333 solid;
			top				: 55px;
			z-index			: 10;
			padding			: 0 auto;
	}
	/*--- Consommations ---------------------------------------------------------------------------------------------------------------------------------------*/
	#Consommations{
			position		: fixed;
			background		: #555;
			height         	: 130px;
			border-top		: 1px #333 solid;
			border-bottom	: 1px #333 solid;
			width			: 100%;
			top				: 115px;
			z-index			: 10;
			padding			: 0 auto;
	}
	#Consommations #date{
			top				: 0;
			float			: right;
			height			: 20px;
			background-color: black;
			color			: white;
			padding			: 5px 10px;
			border-radius	: 0 0 0 10px;
			z-index			: 20;
	}
	#Consommations #credits{
			position		: absolute;
			top				: 30px;
			float			: left;
			width			: 100%;
			height			: 30px;
			font-size		: 1.7em;
			font-weight		: bold;
			color			: white;
			padding			: 5px 10px;
			z-index			: 20;
	}
	#Consommations #details{
			position		: absolute;
			top				: 60px;
			float			: left;
			width			: 100%;
			height			: 80px;
			font-size		: 1.1em;
			color			: white;
			padding			: 5px 10px;
			z-index			: 20;
	}
	
		
	/*--- Zone clientèle principale ---------------------------------------------------------------------------------------------------------------------------*/
	#clientPrincipal{		
			position		: absolute;
			padding			: 10px;
			width			: 95%;
			font			: normal 12px verdana, sans-serif;
			top				: 247px;
			bottom			: 35px; 
	}	
	#clientPrincipal-page{		
			position		: absolute;
			width			: 95%;
			font			: normal 12px verdana, sans-serif;
			top				: 117px;
			bottom			: 35px;
			padding			: 10px;
	}
	
	#clientPrincipal-conso{		
			position		: absolute;
			width			: 100%;
			font			: normal 12px verdana, sans-serif;
			top				: 197px;
			bottom			: 30px; 
			margin:0;
			padding:0;
	}
	
	#clientPrincipal-conso #filtre{		
			position		: fixed;
			top				: 117px;
			width			: 100%;
			height			: 80px;
			font			: normal 12px verdana, sans-serif;
			z-index			: 100;

	}	
	#bouton-bas{
			position		: fixed;
			height			: 60px;
			padding			: 10px;
			width			: 96%;
			bottom			: 30px;
			background-color: white;
	}
	
	/*--- Pied de page ----------------------------------------------------------------------------------------------------------------------------------------*/
	#zone_pied_de_page{
		position: fixed;
		padding:0;
		margin:0;
		height:30px;
		bottom:0px;
		background-color:#881B1B;
		width:100%;
	}
	#zone_pied_de_page #zone-defilement{
		position:fixed;
		min-width:100%;
		height:30px;
		left:0;
		overflow:hidden;			
	}
	
	
	
	

