/* *********** Tout sur l'entete ! ************* */
#entete {
   border-bottom: 1px solid #888888;
   margin: 0px;
   background-color: #F4F0F4;
   color: #424242;
}

#logo {
   float: left;
   margin-top: 5px;
   margin-left: 7px;
   text-align: left;
}

/* DEBUT ************** TOUT SUR LES LANGUES */
#langues {
   width: 100px;
   margin-top: 5px;
   margin-right: 2px;
   text-align: right;
   float: right;
}

#langues li {
   list-style: none;
}

#langues li a,
#langues li a:link,
#langues li a:visited {
   font-size: 0.8em;
   color: #424242;
   background-color: transparent;
   text-decoration: none;
   font-weight: bold;
   border: 1px solid #F4F0F4;
   padding: 1px 3px 2px 3px;
}

#langues li a:hover {
   color: #990000;
   background-color: transparent;
   text-decoration: underline;
   border: 1px groove #A6A6A6;
   padding: 1px 3px 2px 3px;
}
/* FIN ************** TOUT SUR LES LANGUES */

/* DEBUT ************** TOUT SUR LES TITRES */
#titres {
   color: Black;
   background-color: transparent;
   text-align: center;
   padding-top: 15px;
   margin-left: 200px;
   margin-right: 110px;
}

#titres h1 {
   margin-bottom: 20px;
   font-size: 1.6em;
   font-style: italic;
   font-weight: bold;
   font-family: "Palatino Linotype", Georgia, Tahoma, "Times New Roman", cursive, sans-serif;
}

#titres h2 {
   margin-bottom: 20px;
   font-size: 1.1em;
   font-style: normal;
   font-family: Georgia, Tahoma, "Times New Roman", cursive, sans-serif;
}
/* FIN ************** TOUT SUR LES TITRES */

/** Fim de l'entete ! **/
