body
{
   width: 760px;
   margin: auto;
   margin-top: 0px;
   margin-bottom: 0px;
   background-image: url("images/fondbleu3.gif");
}

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

#en_tete h1
{
   font-size: 26pt;
   color:rgb(50,30,150);
   text-align: center;
   font-family: Cursive;
   font-variant: small-caps;
}

/* Le menu */

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

.imageflottante
{
   float: left;
}

.element_menu
{
   background-repeat: repeat-x; 
   margin-bottom: 20px;
}


/* Quelques effets sur les menus */

.element_menu h3
{   
   color:rgb(30,10,80);
   font-family: sans-serif;
      font-variant: small-caps;
   text-align: center;
}

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

.element_menu a
{
   color:rgb(30,30,0);
   text-decoration:none;
      font-family: Verdana, Times;
}

.element_menu a:hover
{
   /*background-color: #CCDDFF;*/
   color: rgb(30,30,0);
}

#corps
{
   margin-left: 140px;
   margin-bottom: 20px;
   padding: 5px;
   color:rgb(30,30,0);
   background-repeat: repeat-x;
   font-family:Helvetica, Times;
   text-align:justify;
}

#corps h1
{
   color:rgb(30,10,80);
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h2
{
   height: 30px;
   font-size: 16px;
   background-repeat: no-repeat;
   padding-left: 30px;
   color:rgb(30,30,0);
   text-align: left;
}

/*#corps p:first-letter
{
   float: left;
   font-size: 2em;
   font-family: Arial, Georgia, "Times New Roman", Times, serif;
   font-weight: bold;
   margin-right: 5px;
}*/

#corps p.small
{
	font-size: 12px;
	margin-left: 10px;
}

#corps p.medium
{
	font-size: 13px;
}

#corps ul
{
   list-style-image: url("images/bulletblue.png");
   padding: 0px;
   padding-left: 30px;
   margin: 0px;
   margin-bottom: 5px;
   margin-top: 0px;
}

#corps img
{
	border: none 0px;
}

#corps img.embedded
{
  float:left;
  padding-right: 10px;
}

.center
{
   text-align: center; 
}

#liste_equipe ul
{
   list-style-image: url("images/puce.gif");
   padding: 0px;
   padding-left: 30px;
   margin: 0px;
   margin-top: 0px;
   margin-bottom: 0px;
}

#liste_equipe h3
{
   height: 20px;
   font-size: 16px;
   padding-left: 30px;
   color:rgb(30,30,0);
   text-align: left;
   margin-top: 0px;
   margin-bottom: 0px;
}

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

#pied_de_page
{
   padding: 5px;
   text-align: center;
   color:rgb(30,30,0);
   background-repeat: repeat-x;
}

#pied_de_page table
{
    width: 760px;  
}
