body
			{
				width:900px;
				margin:20px auto;
				font-family:Arial;
				font-size:11pt;
				background-image:url('http://faq.emule-french.org/img/fond.png'); margin-top:20px; margin-bottom:20px;
			}

			/* 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:#C7D0D7;
				background-image:url('http://faq.emule-french.org/img/menu.png');
				background-repeat:repeat-x;
				border:3px solid white;
				margin-bottom:4px
			}


			/* Quelques effets sur les menus */


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

			.element_menu ul
			{
				list-style-image:url('puce.png');
				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:#000000;
			}

			.element_menu a:hover
			{
				background-color:#B3B3B3;
				color:white;
				font-weight:bold;
				text-decoration:none;
			}


			/* Le corps de la page */

			#corps {
				margin: 0 20% 0 20%; /* marges gauche et droite, pour la place des 2 autres colonnes */
				
				margin-bottom:25px;
				padding:5px;
				color:#000000;
				background-color:#C7D0D7;
				background-image:url('http://faq.emule-french.org/img/menu1.png');
				background-repeat:repeat-x;
				
				border:3px solid white
			}

			#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: #C7D0D7;
   background-image: url('http://faq.emule-french.org/img/menu1.png');
   background-repeat: repeat-x;
   
   border: 3px solid white
}

h1 { color:blue; font-family:Verdana;text-align:center }
h2 { text-align:center; font-family:Verdana;font-size:14pt;color:#808080}
h3 { border-bottom:1px solid silver; border-left:1px solid silver; padding-left:5px; }
h4 { padding-left:25px; font-style:italic; }
pre { border:1px solid silver; background:#FFFFFF; padding:5px }
.p1 { text-align:center }
.img1 { text-align:center }
body { text-align:justify }
img { text-align:center;border:0 }
input:hover { font-weight:bold }
