/*  Cascaded Style Sheet
    Page des souris gourm@ndes

    CSS du site web

    Fichier fourni par Eider (http://eider44.com/)
    Tel : 33 (0)2-28-55-96-73)
*/
body {
  font-family: 'Comic sans MS' ;
  background-color:  #FFFFFF ;
  color: #000000 ;
 }

/* Titres */
h1 { 
  text-align: center ; }
h2 { 
  text-align: center ;
  font-weight: bold ; }
h3 { 
  text-align: center ;
  font-weight: bold ; }
h4 { 
  text-align: center ;
  font-weight: bold ; }

/* Table principale */
table {
  background-color:  #FFE000 ;
  color: #000000;
 }

span.important { 
font-size: 14pt ;
font-weight: bold ; }
span.discret { 
font-size: 8pt ;
 }

td { 
  vertical-align: top ;
 }


/* Table de navigation */
td.navig { 
  background-color:  #FF7F00 ;
 }
div.navigiso639 { 
  text-align: center ;
 }

/* Référence Eider */
p.eiderreal { 
  text-align: center ;
  color:  #FFFFFF ;
  font-family: arial, "lucida console", sans-serif ;
  font-weight: bold ;
  font-style: italic ;
  font-size: 10pt;
}

p.eiderreal a { 
  color:  #FFFFFF ;
  text-decoration: none ;
 }

a.navig { 
  color:  #FFFFFF ;
  text-decoration: none ;
 }

a img { 
border: none }

p.note a { 
  color:  #000000 ;
  text-decoration: none ;
 }

.note {
  font-family: times, "New Roman", sans-serif ;
  font-size: 8pt ;
  font-weight: bold ;
  font-style: italic ;
}