body
			{
				width:900px;
				margin:20px auto;
				background-image:url('http://www.atlantisarcadia.org/img/fond1.jpg'); margin-top:10px; margin-bottom:50px;
			}

			/* Le menu */


#container { /* boite qui entoure les 3 colonnes */
  margin:0 ; padding:0 ;/* marges intérieures et extérieures à 0 */
  				width:900px;

}
#gauche { /* boite gauche (avec le menu) */
   float:left; /* positionné par rapport à la boite parent (ici .container) */
   left: 10px; /* démarre à 10 pixels de la gauche de la boite parent */
   width: 160px; /* largeur de la boite */
}


#droite { /* boite droite (avec le commentaire) */
  float:right; /* positionné par rapport à la boite parent (ici .container) */
  right: 10px; /* démarre à 10 pixels de la droite de la boite parent */
  width: 160px; /* largeur de la boite */
}
  
			.element_menu
			{
				background-color:;
				background-image:;
				background-repeat:repeat-x;
				
				border:2px solid black;
				
				margin-bottom:4px
			}


			/* Quelques effets sur les menus */


			.element_menu h3
			{	
				color:#CCCCCC;
				font-family:Times New Roman, "Arial Black", "Times New Roman", Times, serif;
				text-align:center;
			}

			.element_menu ul
			{
				list-style-image:;
				text-align:left;
				padding-left:20px;
				margin-bottom:5px; margin-left:0px; margin-right:0px; margin-top:0px; padding-right:0px; padding-top:0px; padding-bottom:0px
			}

			.element_menu a
			{
				color:#ffffff;
			}

			.element_menu a:hover
			{
				background-color:;
				color:white;
			}


			/* Le corps de la page */

			#corps {
				margin: 0 25% 0 25%; /* marges gauche et droite, pour la place des 2 autres colonnes */
				
				margin-bottom:10px;
				padding:100px;
				color:#000000;
				background-color:#C0C0C0;
				background-image:url('http://www.atlantisarcadia.org/img/anim.GIF');
				background-repeat:no-repeat;
				
				border:2px solid black
			}

			#corps h1
			{
				color:#B3B3B3;				
				text-align:center;
				font-family:Arial, "Arial Black", "Times New Roman", Times, serif;
			}

			

		/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
margin: 0 20% 0 20%; /* marges gauche et droite, pour la place des 2 autres colonnes */
   padding: 30px;

   text-align: center;

   color: #000000;
   background-color: ;
   background-image: url;
   background-repeat: repeat-x;
   
   border: 0px solid Snow
}

h1 { color:blue; font-family:Verdana;text-align:center }
h2 { text-align:center; font-family:Verdana;font-size:14pt;color:#00E5FF}
.p1 { text-align:center }
.img1 { text-align:center }
body { text-align:justify }
img { text-align:center;border:0 }
input:hover { font-weight:bold }
