body
{
	width: 800px;
	margin: auto;
	background-color: rgb(192, 192, 192);
}
header
{
	background-color: rgb(142,142,142);
	color: rgb(255, 255, 245);
	font-family: arial;
	font-weight: bold;
	font-size: 1.8em;	
	border: 1px solid black;
}
.cote
{
	width: 152px;
	text-align: center;
}
.cote img
{
	width: 132px;	
	margin-top: 10px;
}
#milieu
{
	width: 496px;		
	text-align: center;
}

.flcontain	{	/*	C'est le header entete2	*/
	display: flex;
	color: rgb(255, 255, 245);
	font-family: arial;
	font-weight: bold;
}
.flcontain > div	{
	
	margin: 8px;
	padding: 0px;
}
.g	{
	width: 300px;
	height: 100px;
}
.c	{
	width: 152px;
	text-align: center;
}
.d	{
	width: 300px;
	height: 100px;
	text-align: right;
}
#ssttre	{
	line-height: 0.1;
	text-align: center;
}
#chdefer
{
	width: 800px;
	height: 45px;
	background-color: rgb(255, 255, 245);
	color: rgb(1, 103, 255);
	font-family: Arial,"Courrier New";
	font-weight: bold;
	padding: 10px;
	text-align: left;
	border: 1px solid black;	
}
#global	{	/*	Utilisé ds la fn Positionnement()	*/
	width: 798px;	
	background-color: white;
	
}
.pttmrg	{
	padding-left: 10px;
	padding-right: 5px;
	font-size: 1em;
}
h1	{
	text-align: center;
	color: blue;
	font-size: 2em;
	font-weight: bold;
}
h2	{
	text-align: center;
	color: blue;
	font-size: 1.5em;
	font-weight: bold;
}
h3	{
	text-align: center;
	color: blue;
	font-size: 1em;
	font-weight: bold;
}
#sign	{
	text-align: right;
	color: blue;
}
#renvoiHt
{
	display: block;
	height: 45px;
	margin:auto;
	width: 150px;
	border: 1px solid blue;
}
#renvoiHt a
{
	display: block;
	height: 100%;
	text-align: center;
}
h4	{
	padding-left: 15px;
	padding-right: 3px;
	color: rgb(246, 127, 0);	
}
h5	{
	text-align: center;
	color: blue;
	font-size: 0.9em;
}
h6	{
	text-align: center;
	color: blue;
	font-size: 0.8em;
	font-variant: small-caps;
}
a, a:visited
{
	text-decoration: none;
	color: blue;
}
.nbn	{
	text-indent: 2em;
	font-size: 0.9em;
	color: grey;
}
p	{
	text-indent: 2em;
}
.ind	{
	margin-top: -1em;
	text-indent: 2em;
}