


body {
	/*background-color: white;*/
		background-color: #d5d5de;
  behavior: url(csshover.htc);} /* Pour Internet Explorer */

/*h1 {color: #AAA; border-bottom: 1px solid; margin-bottom: 0;} */
h1 {color: #AAA; }

#page 
{
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	line-height: 14px;
	background-color: white;
	/*background-color: #d5f5de;*/
	text-align: left;
	visibility: visible;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 900px;
	height: 800px;
	/*border: 1px solid blue;*/  
	}



/* L'en-tête */
/******************
#page 
{
	visibility: visible;
	margin-top: 40px;
	margin-right: auto;
	margin-left: 10px;
	position: relative;
	width: 720px;

}



************************/

#colonne1 {
  position: relative;
 /* left: 2px;*/
  float: left;
  width: 130px;	
  margin-top: 5px;
  margin-left: 5px;

  

}

#centre
{
  height: 20px;
  width: 529px;
  top: 20px;
  position: relative;
  float: left;
  left: 10px;
/*  border: 1px solid blue;*/
}

#colonne2 {
   position: relative;
	float: left;
	left: 20px;
	margin-top: 5px;
	width: 190px;	
/*  border: 1px solid blue;*/
}
/* fin de l'en-tête */


/*  Le menu à gauche  */
/*****
div#nav {
   position: absolute;
	left: 25px; width: 7em; margin: -1px 0 0 -1px;
   top: 110px;
   height: 1200px;
     background-color: white;
   }
****/
/*
#nav {
   position: absolute;
	float: left; width: 7em; margin: -1px 0 0 -1px;
   top: 110px;
   height: 500px;
     background-color: white;
  border: 1px solid blue;
   }

*/

#nav {
   position: absolute;
	float: left; width: 8em; margin: -1px 0 0 -1px;
   top: 90px;
   height: 300px;
     background-color: white;
/*  border: 1px solid blue;*/
   }

#nav ul {
   margin: 0; padding: 0; width: 8em; background: white;
   border: 1px solid #AAA;
   }

#nav li {
   position: relative; list-style: none; margin: 0;
   border-bottom: 1px solid #CCC;
   }

#nav li:hover {
   background: #EBB;
   }

#nav li.submenu {
   background: url(submenu.gif) 95% 50% no-repeat;
   }

#nav li.submenu:hover {
   background-color: #EDD;
   }

#nav li a {
   display: block; padding: 0.25em 0 0.25em 0.5em;
   text-decoration: none; width: 6.5em;
   }
#nav>ul a {
   width: auto;
   }

#nav ul ul {
   position: absolute; top: 0; left: 7em;
   display: none;
   }

#nav ul ul ul {
   position: absolute; top: 0; left: 7em;
   display: none;
   }

#nav ul.level1 li.submenu:hover ul.level2, 
#nav ul.level2 li.submenu:hover ul.level3,
#nav ul.level3 li.submenu:hover ul.level4
 {
   display:block;
 }

/*   la colonne du milieu  */
 #main {
   position: absolute;
	top: 120px;
	left: 130px;
   color: #333;
   padding: 1px 0 1px 1%;
   width: 515px;	
  /*border: 1px solid blue; */
      }

 
/*  place reservee pour la pub  */
#notes
{
  margin-top: 60px;
/*  border: 1px solid blue;*/
  position: absolute;
  top: 150px;
  left: 690px;
  width: 170px;
  height: 240px;
  background-color: #FFFFff;
  text-align: center;


}



#pied_de_page
{
   position: absolute;
   left: 25px;
	top: 753px;
	left: 7em;
   margin-top: 20px;
   padding: 5px;

   text-align: center;

   color: #B3B3B3;
   background-color: #222E22;
   /*background-image: url("images/motif.png");
   background-repeat: repeat-x;*/
   
   border: 2px solid black;
}



