/* Styles généraux de la page*/
body
{
 width: 90%;
 margin-left: auto;
 margin-right: auto;
 background-image: url("images/sceau.jpg");
 font-family: verdana, arial;
}

a
{
 color: #006699;
 text-decoration: none;
}

a:hover
{
 text-decoration: none; color:#990066;
}


/*Styles de l'en-tête */
 #en_tete
 {
  text-align: center;
  font-family: "Lucida calligraphy", verdana, arial;
  font-size: 45px;
  font-weight: bold;
  color: #990066;
  
 }
 /*Styles des langues */
 #langues
{clear: left; color: green; text-align: left;}
 /* Colonne de gauche*/
 #image
 {float: left; margin-top: 70px;}
 /* Styles des menus*/
 #menu
 table
 {padding-top: 5px; width: 130px; float: right; text-align: center; font-weight: bold; font-size: 13px; margin-top: 20px;}
 td
 {border-style: outset;}
 
  /* Styles du corps */
#corps
{
 margin-left: 280px;
 margin-right: 130px;
 margin-top: 20px;
 color: #330099;
 font-size: 16px;
 text-align: center;
}
#corps ul
{text-align: left;}

/* Styles du pied de page */

#pied_de_page
{clear: left; margin-top: 30px; text-align: left;}
 table
 {padding-top: 5px; font-size: 12px;}
 td
 {border-style: none;}
  
