@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: "JMAUTOFONT";
    src: url('BAUHS93.TTF');
}


body {
  font-family: "JMAUTOFONT","Arial",Times,serif;
  color: black;
  background-color: #C1C1C1;
  text-align: center;

  min-width: 740px;
   }

div.entete#container
{
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   text-align: left;
}
div.corps#container
{
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   text-align: left;
}
div.image1
{
   position: relative;
   z-index: 1;
}
div.entete
{
   position: relative;
   z-index: 3;
}
div.corps
{
   position: relative;
   z-index: 2;
}

div.basdepage
{
   margin-left: 200px;
   margin-right: 200px;   
   text-align: left;
}
ul{
	font-size: 22px;
	line-height : 2em;
	}


div.accueil {
	font-size: 22px;
	text-align: center;
	color:yellow;
	text-decoration:none;
	}