body{
	background-color: black;
	/*background-attachment: fixed;*/
	/*background-repeat:no-repeat;*/
	color: white;
	width: 760px;
   	margin: auto; /* Pour centrer notre page */
   	margin-top: 20px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur*/
   	margin-bottom: 20px;
   	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;

                     
}

h1{
color:blue;
}

p{
color: white
text-align: center;
}

/* Le corps de la page */

#corps
{
text-align:center;
   /*margin-left: 140px;*/
   margin-bottom: 20px;
   padding: 5px;

   /*color: #B3B3B3;*/
color: white;
   
   border: 2px solid black;
}

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

#corps h2
{
   height: 30px;

   background-image: url("images/titre.png");
   background-repeat: no-repeat;
   
   /*padding-left: 30px;*/
/*   color: #B3B3B3;*/
color: white;
   text-align: center;
}

span{
color: blue;
}
a
{
  color: white;
  text-decoration: none;
}
a:hover
{
  text-decoration: underline;
}


#en_tete
{
   width: 760px;
   height: 100px;
   background-image: url("../images/banniere.jpg");
   background-repeat: no-repeat;
   margin-bottom: 10px;
}

#menu
{
   float: left; /* Le menu flottera à gauche */
   width: 120px; /* Très important : donner une taille au menu */
}

.element_menu
{
   background-color: black;
   background-image: url("../images/menu.jpg");
   background-repeat: repeat-x;
   border: 2px solid black;
   
   margin-bottom: 2px; /* Pour éviter que les éléments du menu ne soient trop collés */
}

.element_menu a
{
  color: white;
  text-decoration: none;
}
.element_menu a:hover
{
  text-decoration: underline;
}
#pied_de_page
{
   padding: 5px;
   clear: both;
   bottom: 0px;
   text-align: center;
   font-size:x-small;
   /*color: #B3B3B3;*/
	color: white;
   
   border: 2px solid black;
}

#langue{
   text-align: right
}

#langue a{
  color: white;
  text-decoration: none;
}


#langue a:hover
{
  text-decoration: underline;
}
