body
{  background-color: #000000;
   width: 760px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;    
   }

/* L'en-tête */

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


/* Le menu */

#menu
{
   float: left;
   width: 140px;
}

.element_menu
{
   background-color: #000000;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
   border: 6px solid black;
   
   margin-bottom: 20px;
}


/* Quelques effets sur les menus */


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

.element_menu ul
{
   list-style-image: url("images/puce.png");
   padding: 0px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 5px;
}

.element_menu a
{
   color: #ffa500;
}

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


/* Le corps de la page */

#corps
{
   margin-left: 220px;
   margin-bottom: 20px;
   padding: 10px;
   
   color: #999999;
   background-color: #000000;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
   border: 2px solid black;
}

#corps h1
{
   color: #B3B3B3;
   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: 20px;
   color: #B3B3B3;
   text-align: left;
}


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

#pied_de_page
{
   padding: 9px;

   text-align: center;

   color: #B3B3B3;
   background-color: #000000;
}

.texte
{
text-align: center;
font-size: 18px;


}

#droite
{
   float: right;
   width: 130px;
}
.Style5 
{
      text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}

.Style10 
{
      text-align: center;
	color: #FF0000;
	font-size: 18px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}

.Style05 
{
      text-align: center;
	color: #FFFFFF;
	font-size: 26px;
	font-weight: bold;
	font-family: Times, serif;
}

.Style15 
{
      text-align: center;
      color: #FFFFFF;
	font-size: 25px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
.texte1
{
text-align: right;
font-size: 18px;


}
.Style5bis 
{
      text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
.Style2 
{
      text-align: center;
      color: #FFFFFF;
	font-size: 25px;
	font-weight: bold;
	font-family: Harrington;
}
.Style23 
{
      text-align: right;
      color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	font-family: Harrington;
}

.Style7 
{
        color: #FFFFFF;
        margin-left: 320px;
}
.Style50bis 
{
      text-align: center;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	font-family: "Times New Roman";
}


