/* CSS Document */
body
{
	background-attachment: fixed; /* Fixera l'image  */
	font-family: Bookman Old Style, Helvetica, sans-serif;
	margin: auto; /* Pour centrer notre page */
	margin-top: 5px; /* créer un ecart avec le haut de la fenêtre du navigateur.  */
	margin-bottom: 20px;    /* Pareil pour en bas */
	width: auto;
	background-color: #D8D181;
	color: #0033CC;
	text-align: center;
}
#table {
	width: 800px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-color: #0000FF;
	float: inherit;
}
#table1 {
width: auto;
margin-left: 21%;
}

#Haut/* l'include pour la page droite.php3 */
{
	height: 100px;
	width: 87%;
	margin-left: auto;margin-right: auto;
	margin-top: -3px;
	border-bottom: medium dotted #0033CC;
	border-left: medium dotted #0033CC;
	border-right: medium dotted #0033CC;
}
table/* l'include pour la page droite.php3 */
{
	height: 100px;
	width: 87%;
	margin-left: auto;margin-right: auto;
	margin-top: -3px;
}


#corps{
width: 80%;
	margin-left: auto;
	margin-right: auto;
}
h2
{
	font-family: Bookman Old Style, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;

}
#pied{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;