body
{
background-color:#000000;
background-attachment:fixed;
margin: auto; /* On peut donc demander à ce que le block soit centré avec "auto" */

}
#en_tete
{
   width: 750px;
   height: 100px;
   margin: auto; /* On peut donc demander à ce que le block soit centré avec "auto" */
   background-image: url("images/BanniereAIAC13.jpg");
   background-repeat: no-repeat;
}
/* Le menu */

#menu
{
   float: left;
   width: 125px;
   margin: auto;

}

.element_menu
{
   width: 125px;
   padding: 1%;
   margin: auto;

}

/* Quelques effets sur les menus */

.element_menu h3
{    
   color: #ffffff;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   margin: auto;
   padding: 1%;
}
.element_menu ul
{
  list-style-image: url("images/puce_102.gif");
  margin: auto;
  width: 100px;

  padding-left : 15%;
  background-color: #ffffff;
 }

.element_menu a
{
   background-image: url("images/5592.png");
   background-repeat: no-repeat;
   width: 120px;
   height: 10px;
   font-variant : small-caps;
   text-transform: capitalize;
   text-decoration: none;
   padding : 1%;
   margin: auto;

}

.element_menu a:hover
{
   background-image: url("images/5592inverse.png");
   background-repeat: no-repeat;
}


/* Le corps de la page */

#corps
{
width: 600px;
height: 420px;
overflow: auto;
border: 1px solid black;
padding: 12px; /* Marge intérieure de 12px */
/*margin-bottom: 50px;*/
margin: auto; /* On peut donc demander à ce que le block soit centré avec "auto" */
 /*margin-left: 140px;
   margin-bottom: 5px;*/
padding: 5px;
color: #000000;
background-color: #ffffff;
border: 2px solid black;
}

#corps h1
{
   color: #000000;
   background-image: url("images/binaire.jpg");
   background-repeat: repeat-x;
   text-align: Left;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h2
{
   height: 30px;
   background-image: url("images/5592.png");
   background-repeat: no-repeat;
   padding-left: 30px;
   color: #000000;
   text-align: left;
}

#intro
{
width: 650px;
height: 420px;
margin: auto; /* On peut donc demander à ce que le block soit centré avec "auto" */
color: #ffffff;
background-color: #000000;
border: 2px solid black;
}
.element_intro
{
   background-color: #000000;
   
   border: 2px solid black;
   
   margin-bottom: 10px;
}
.element_intro a
{
   color: #000000;
   background-image: url("images/5592.png");
   background-repeat: no-repeat;
   padding: 0px;
   padding-left: 5px;
   margin: 0px;
   margin-bottom: 2px;
   width: 100px;
   height: 10px;
   text-decoration:blink;
   text-transform:capitalize;

}

.element_intro a:hover
{
   background-color: #B3B3B3;
   color: black;
   background-image: url("images/5592inverse.png");
   background-repeat: no-repeat;
}



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

#pied_de_page
{
   padding: 5px;
	margin: auto; /* On peut donc demander à ce que le block soit centré avec "auto" */
   text-align: center;
   color: #ffffff;
   background-color: #000000;
   border: 2px solid black;
}