body {
  background : url(images/dots3.jpg) ;
  font-family: Georgia, Times New Roman, Times, serif ;
  font-size: 90%;
  color : #00009f ;
}

#soustitre {
  text-align:center;
  font-style: italic;
}

h1, h2, h3 {
  font-family: Verdana, Arial, Helvetica, sans-serif ;
  color: #003 ;
}

h2 {
  border-bottom: 1px solid #333 ;
}

h4 { 
  font-family: Arial, Helvetica, sans-serif ;
  color: #003 ;
}
	
a:link    { color : #008000 ; }
a:visited { color : #ca9123 ; }

div.menu {
  font-weight: bold;
  text-align: center ;
  border-collapse: collapsed;
  /* border-bottom: 1px solid black ; */
  margin: 1em ;
}

div.menu a {
  background: white ;
  border: 1px solid black ;
  padding: 2px 1em;
  font-weight: bold;
  text-decoration: none;
  margin:0 0.5em ;
}

div.menu a:hover {
  text-decoration:underline;
}
