/*corps du document*/

body {
background: white;
padding:0;
margin:0;
font-family: "Palatino Linotype", verdana, arial, sans-serif;
font-size: 100%;
color: black;
margin-top: 150px;
margin-bottom: 150px;
margin-left: 200px;
margin-right: 200px;
}


/*titres - h3 est pour les titres de paragraphes*/

h1 { 
font-family: "Palatino Linotype", Verdena, arial, sans-Serif ;
font-size: 200% ;
text-align: center ;
color: red ;
margin-top: -600px ;
}

h2 { 
font-family: "Palatino Linotype", Verdena, arial, sans-Serif ;
font-size: 200% ;
text-align: center ;
color: red ;
}

h3 {
font-family: "Palatino Linotype", Verdena, arial, sans-Serif ;
font-size: 130% ;
font-weight:bold ;
}

/*centrer un élément*/

.centre {
text-align: center ;
}

/*retour en haut de page*/

.haut {
float:right ;
}

img {
  border: 0;
}

/*menu*/

#menu {  
margin-top: -140px;
margin-left: -190px;
width: 220px;
}

a.menu {
  display: block;
  text-decoration: none;
}
 
div#menu > a {
  font-size: 100%;
  padding-left: 1em;
  color: blue;
}
 
div#menu > div > a {
  font-size: 80%;
  padding-left: 2em;
  color: green;
}

