﻿body
{
	background-color: white;
	color: Black;
}

#Conteneur
{
	background-image: none;
}

#Haut
{
	display: none;
}

#HautPrint
{
	display: block;
	height: 90px;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#Entete
{
	display: none;
}

#ContenuGauche
{
	display: none;
}

#ContenuDroit
{
	width:auto;
	overflow:visible;
/*	padding: 0 4px 0 0px;*/
	left:auto;
	right:auto;
}

#BasContenu
{
	display: none;
}

#BasPage
{
	display: none;
}

#Bas
{
	display: none;
}

#BasPrint
{
	height: 46px;
	display: block;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

