﻿body
{
	width: 800px;
	margin: left; /* Pour centrer notre page */
	margin-top: 20px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
	margin-bottom: 20px;    /* Idem pour le bas du navigateur */
	background-color: #000000;
	color:#ffffff;
}

#entete1 {
	width: 800px;
	height: 60px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, serif;
	vertical-align: middle;
	text-align: center;
}

#corps1 {
	border: 0px hidden #000080;
	padding: 0px;
	width: 800px;
	margin: 0px;
	font-family: Arial, serif;
	min-height: 30px;
	color: #000066;
	min-height: 500px;
	font-size: x-small;
	line-height: normal;
	vertical-align: middle;
	text-align: center;
	visibility: visible;
	display: block;
	overflow: hidden;
	float: left;
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 1px;
	caption-side: top;
	position: absolute;
}
#corps2 {
	width: 800px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, serif;
	min-height: 30px;
	vertical-align: middle;
	text-align: center;
	color: #000066;
	height: 286px;
}


td, th
{
	padding-left: 6px;
	padding-right: 6px;
	text-align: center;
	table-layout: auto;
	}
caption
{
	padding-bottom: 5px;
	font-family: "Arial Black", Arial, serif;
}
table
{
	margin: 2px 2px 2px 2px;
	width: 800px;
	color: #000066;
}

.xsmall_centre {
	font-family: Arial;
	font-size: x-small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000080;
	vertical-align: middle;
	text-align: center;

}
.small_centre {
	width: 800px;
	font-family: Arial;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000080;
	vertical-align: middle;
	text-align: center;
}

.medium_centre {
	width: 800px;
	font-family: Arial;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000080;
	vertical-align: middle;
	text-align: center;

}

.gauche {
	text-align: left
}

.fond_transparent {
	background-color:#99CCFF
}
